Jump to content

Using vanilla npc dialogue in new trait


Recommended Posts

Right now, I am making a new trait that allows the player new dialogue options in conversations. Instead of editing the vanilla player lines, I would like to give the player new options from a selectable trait. In doing this, I am retaining the vanilla dialogue, but I've been running into difficulty in getting the npcs to use their voices when responding.

the gist: is there a way to have a trait use vanilla npc dialogue and voice acting? I can get the text to work, but not the voices. Is there a Form ID that I need to have my dialogue choice reference for a response? If so, how do I do that?

Thank you!

Screenshot 2024-06-23 172922.png

Link to comment
Share on other sites

I think I'm getting a little closer.
Not sure if it will end up copying and creating all new entities and bloating the file size, or if it acts as a map to the voice lines.

Regardless, this is what I've done:

1) Create new dialogue options with trait requirements.


Screenshot2024-06-24085737.thumb.png.88ac8e8846615f3bab65a00e84e78609.png

 

1a) This is done by creating a new topic after double-clicking on the orange action box.

Screenshot2024-06-24090047.thumb.png.6495d05ef7d9eba611082956301c47c6.png

 

1b) Create the new player dialogue that you want along with the trait to enable it. I think the skill section adds a flag to the in game response. Showing what skill is needed to use it... not 100% certain on this though.

Screenshot2024-06-24090414.thumb.png.b9d9788dafc7d9ca52757887d358ad8a.png

 

2a) Now select the vanilla dialogue you want to copy. Complete that, then move the dialogue to the new player entry.

Screenshot2024-06-24090814.thumb.png.55454286cedd6af9124c913102695057.png

 

3a) As a point of reference, this is what the response should NOT look like. There should be a length to the audio track and the emotion not set to -1.00.

Screenshot2024-06-24091322.thumb.png.8bb9d411b1e003377e79adfe578efe2c.png

 

3b) Select the new player comment to move the file to.

Screenshot2024-06-24091131.thumb.png.7820e3adef1ffa7ea02c9be8cc27a2c8.png

Link to comment
Share on other sites

Still no luck with getting the audio to play. I've tried to now copy the entire choice tree and lock it to a certain trait, but the NPC audio is still not being picked-up. Screenshot2024-06-26082211.thumb.png.5722acd31b47392363ca42b9cd54c199.png

It is also spitting these errors out as well:

AUDIO:    LocalErrorCallback: Cannot open file: Sound\Voice\Dialogue Improvements and Crass Choices - Trait Version.esp\NPCMBarrett\001AD7EA.wem
AUDIO:    LocalErrorCallback: Failed creating source: 618371124
AUDIO:    LocalErrorCallback: Cannot open file: Sound\Voice\Dialogue Improvements and Crass Choices - Trait Version.esp\NPCMBarrett\001AD7EA.wem
AUDIO:    LocalErrorCallback: Failed creating source: 618371124
AUDIO:    LocalErrorCallback: Cannot open file: Sound\Voice\Dialogue Improvements and Crass Choices - Trait Version.esp\NPCMBarrett\001AD7EA.wem
AUDIO:    LocalErrorCallback: Failed creating source: 618371124
AUDIO:    LocalErrorCallback: Cannot open file: Sound\Voice\Dialogue Improvements and Crass Choices - Trait Version.esp\NPCMBarrett\001AD7EA.wem
AUDIO:    LocalErrorCallback: Failed creating source: 618371124
AUDIO:    LocalErrorCallback: Cannot open file: Sound\Voice\Dialogue Improvements and Crass Choices - Trait Version.esp\NPCMBarrett\001AD7EA.wem
AUDIO:    LocalErrorCallback: Failed creating source: 618371124
AUDIO:    LocalErrorCallback: Cannot open file: Sound\Voice\Dialogue Improvements and Crass Choices - Trait Version.esp\NPCMBarrett\001AD7EA.wem
AUDIO:    LocalErrorCallback: Failed creating source: 618371124
AUDIO:    LocalErrorCallback: Cannot open file: Sound\Voice\Dialogue Improvements and Crass Choices - Trait Version.esp\NPCMBarrett\001AD7EA.wem
AUDIO:    LocalErrorCallback: Failed creating source: 618371124
FORMS:    Form 0x010009F5 of type Scene is destructing with globally accessible counts. This form is being manually deleted, which is unsafe.

It is also saying the form is for a Star_Pipe_Corner_A_01 for the audio? I have no idea why.

Please, anyone with more knowledge can you help? I feel like I am going in circles with this. 

I truly do not understand how the audio files are being accessed with the CK. It would make sense if they were treated like an address, and the quest needing them is given the address to link. But with how things are going currently, is seems like the audio is hard-baked into each response, and new audio is needed for each choice.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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