LeahTheUnknown Posted June 4, 2020 Share Posted June 4, 2020 I'm making a mod, and one of the things I want to do is milk cows. I figured the easiest way to do this was to use a dialogue option. I figured wrong. Can someone please tell me what is wrong here? Here's what I did: 1. Modified the CowRace to allow Player Dialogue 2. Added a quest... 3. Added a Dialogue Branch: 4. Added a Dialogue Topic: 5. With a response: When I talk to the cow, nothing happens. That is to say I have the activation pop-up ([E] Talk - Cow) but I don't get any dialogue options. i.e. nothing happens when I press E. I will note that I did generate a SEQ file for this mod, and the property is properly assigned on the quest fragment. I've never done a dialogue quest before, so I may have left something major out. Any advice is welcome. Cheers!~GKX Link to comment Share on other sites More sharing options...
maxarturo Posted June 4, 2020 Share Posted June 4, 2020 A) You need to record him some dialogue, even if it's an empty wav, the amount of time that the recording will play that's the amount of the respond / dialogue will appear on screen, if you don't it wil still appear but very fast, in miliseconds. B) All dialogues needs a SEQ file otherwise it will not fire, even if the dialogue is empty. I hope it helps. Link to comment Share on other sites More sharing options...
LeahTheUnknown Posted June 4, 2020 Author Share Posted June 4, 2020 I don't need the cow to respond, I just want the response to run the script fragment, giving the player milk. I do have an SEQ file for the mod. Link to comment Share on other sites More sharing options...
maxarturo Posted June 4, 2020 Share Posted June 4, 2020 With no audio/wav playing, there is actually NO BEGIN - END. Link to comment Share on other sites More sharing options...
agerweb Posted June 6, 2020 Share Posted June 6, 2020 As your not interested in the timings of the respose, just double click on "moo" to go into the Dialogue window and click on save. The CK will create and save a dummy wav and lip file for you. Link to comment Share on other sites More sharing options...
LeahTheUnknown Posted June 6, 2020 Author Share Posted June 6, 2020 So... I've done everything suggested here, even to the point of deleting the quest and dialogue stuff in TES5Edit and rebuilding it from scratch. I even tried to run it with just this mod loaded... still no dice.. Maybe it's something I missed in either the EncCow Actor window, or the CowRace form? ~GKX Link to comment Share on other sites More sharing options...
Recommended Posts