Jump to content

[LE] Dialogue: No Response


Recommended Posts

Hello, I am new to modding :D

 

So I created a mod in which I changed Runa into a vampire. I changed her appearance and all of it worked. It's uploaded on the Nexus.

Now, I am trying to create a dialogue in which you ask Runa if she is a vampire. I followed about 4 tutorials exactly and after every one of them it fails. I repeated this for hours haha.

Now, I have gotten it to the point in which you can ask Runa the question, but she doesn't respond at all. I have forced subtitles on and audio already recorded and saved yet she just stares at me...

I even created the SEQ for the dialogue as the topic said to relation to the dialogue bug. Still no response from Runa. So what did I do wrong? Thanks!

Here's a bunch of screenshots to help:

 

489830_screenshots_20161121123731_1.jpg

As you can tell this is the question im asking her. After I click she says nothing.

Quest_data.png

Dialogue_Views.png

topic_info.png

response.png

Link to comment
Share on other sites

In Topic Info - yopu have the speaker as Runa, as you've already used GetIsID you don't need that field filled - I only use that field for scenes when GetIsID isn't needed (scenes are clever). Did you hit save after creating the voice file? That's easy to forget.

 

Priority on first page should = 100 Type should be SideQuest (or whatever you choose).

 

Have you added quest stages? First should be 0 (you not met her etc) use a GetStage = 0 condition, then use a script to advance to 10 etc at end of voice file. This is how the dialogue quests work generally. I can't see anything else obviously wrong. Hope this helps.

Edited by tension69
Link to comment
Share on other sites

In Topic Info - yopu have the speaker as Runa, as you've already used GetIsID you don't need that field filled - I only use that field for scenes when GetIsID isn't needed (scenes are clever). Did you hit save after creating the voice file? That's easy to forget.

 

Priority on first page should = 100 Type should be SideQuest (or whatever you choose).

 

Have you added quest stages? First should be 0 (you not met her etc) use a GetStage = 0 condition, then use a script to advance to 10 etc at end of voice file. This is how the dialogue quests work generally. I can't see anything else obviously wrong. Hope this helps.

Ive done everything you have told me to do and still Runa is speechless. This sucks haha...

Link to comment
Share on other sites

I feel like the quest dialogue conditions may be blocking the dialogue from being spoken. *shrug* <- That doesn't make sense because the dialogue does show up on her... but have you tried removing them? Just leave the condition on the topic info.

 

Try checking if the lip file for the dialogue is actually there. Your Edit Response screenshot seems to say that there's no lip file saved and you have the Has Lip File flag checked in the topic info. (iirc though, the dialogue should still be spoken regardless of that flag, just not sure about the lip movement.)

 

Priority (which I believe only changes the order of the dialogue showing up compared to other dialogues available to her) and the Quest Type are not necessary, I think.

 

(If all else fails... are you sure it's right Runa you're talking to? xD)

 

Sorry, I can't be of help much since I've never tried adding custom dialogue to vanilla(-voiced) NPCs, but there other mods, like Fantasy Followers, that do that iirc. You can try checking them out if you can't get out of this dead end.

 

Good luck. :)

Link to comment
Share on other sites

I feel like the quest dialogue conditions may be blocking the dialogue from being spoken. *shrug* <- That doesn't make sense because the dialogue does show up on her... but have you tried removing them? Just leave the condition on the topic info.

 

Try checking if the lip file for the dialogue is actually there. Your Edit Response screenshot seems to say that there's no lip file saved and you have the Has Lip File flag checked in the topic info. (iirc though, the dialogue should still be spoken regardless of that flag, just not sure about the lip movement.)

 

Priority (which I believe only changes the order of the dialogue showing up compared to other dialogues available to her) and the Quest Type are not necessary, I think.

 

(If all else fails... are you sure it's right Runa you're talking to? xD)

 

Sorry, I can't be of help much since I've never tried adding custom dialogue to vanilla(-voiced) NPCs, but there other mods, like Fantasy Followers, that do that iirc. You can try checking them out if you can't get out of this dead end.

 

Good luck. :smile:

The lip file isn't there, I click generate lip file and nothing happens :/ the directory for the voice i also had to make because it wasn't there already

Edited by catridingahorse
Link to comment
Share on other sites

  • 3 weeks later...

Sorry for the late reply. Are you still having this problem?

 

What method do you use? Do you just press 'Record' then 'Save'? Or do you replace the Temp.wav file with your audio file then press 'Save'? I use the latter method and it generates the lip file fine. I've never used the 'Generate Lip File' button on the Topic Info window. xD

Link to comment
Share on other sites

  • 2 weeks later...

Your voice file needs to be in voice\yourmodname.esp\female etc otherwise your mod won't find it.

Hey do I need to make the folder path for the voice? There seems to be no path there. Also, when I click generate lip file everything stays as a No. I think the voice path isn't being created when I record my voice. I created the voice path for the sound and she still doesn't respond to me.

Edited by catridingahorse
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...