Jump to content

How to Add Unique NPC Dialog


jamochawoke

Recommended Posts

How do you add Unique NPC dialogue WITHOUT making a custom playable race? Can't you just add your dialogue some other way?

 

I've seen how alot of modders do it, but that usually ends up making a new playable race with a "DO NOT USE, IS FOR VOICE FILES" warning on it.

 

If I wanted to add 5 NPCs with unqiue voices I don't want to end up with 5 unqiue playable races either.

 

One of the main reasons I want to learn this is so I can edit out some of those from mods I already have (like Mannimarco Revisited) but also to learn how to do it for my up and coming mod "Vanilla Drops".

 

Any help would be extremely appreciated. I've seen how to add dialogue tutorials but they don't seem to cover this.

Link to comment
Share on other sites

How do you add Unique NPC dialogue WITHOUT making a custom playable race? Can't you just add your dialogue some other way?

 

I've seen how alot of modders do it, but that usually ends up making a new playable race with a "DO NOT USE, IS FOR VOICE FILES" warning on it.

 

If I wanted to add 5 NPCs with unqiue voices I don't want to end up with 5 unqiue playable races either.

 

One of the main reasons I want to learn this is so I can edit out some of those from mods I already have (like Mannimarco Revisited) but also to learn how to do it for my up and coming mod "Vanilla Drops".

 

Any help would be extremely appreciated. I've seen how to add dialogue tutorials but they don't seem to cover this.

 

The Dialogue tutorials show you how to add the text, there is a option in the menu to choose the actor voice, this is the audio file which has the dialogue recorded make your own one of these and open it instead of the vanilla verson

 

so you open the quest section in TES CS CHARACTER>QUESTS wait for it to open now make your topics (Same as the dialogue tutorials like: http://cs.elderscrolls.com/constwiki/index.php/A_beginner%27s_guide%2C_lesson_6_-_Quest_Dialogue) and then go to CONVERSATION then to RESPONSE DETAILS, right click new and then type the response text and then go under audio and either press record or go and locate the file you wish to use and wolla there is the response.

 

oh and to make greetings same thing but on the editor ID section go to hello and do the same and your done, works with any race.

Link to comment
Share on other sites

This is both easy and complicated if you have never done it before, I will try my best to explain though.

In the CS you have to make a new quest, at the top you will notice a series of buttons, two of them say topics and conversation, create the topics you want giving them the conditions that they should only be spoken by the NPC's that you want, you can link topics and responses through the choices section...

eg

lets say only an NPC called Burt should say this

first topic we will call: aaalookingforbread -- in the conditions section -- GetIsID Burt == 1

looking for bread

Response: I dont have any -- place a link in choices to next topic

second topic: aaaWherecan

Where can I find some?

Response: Go down that street and look for Salmo's house --- place a tick in goodbye box.

 

Now you need to write a script and attach it to the quest, it should look something like this:

 

scn aaaNeedBread

 

short once

 

begin gamemode

 

if once == 0

player.addtopic aaalookingforbread

set once to 1

endif

 

end

 

when you start the game this topic will be added to the player, but will only show on those who you have set in the conditions, it will never appear on the dialogue list of ay other NPC...I know this is not very clear as I'm not that good at giving advice, but will try to help further if you need it.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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