Jump to content

Making npcs treat my custom race as a standard race?


NocturneNight

Recommended Posts

OBSE function 'SetRaceAlias', unless you want to mess with each dialogue. The NPC overhaul+custom race mod XEO uses that to make duplicated races to be recognized as vanilla races.

 

Then I shall get to work! Thank you my friend. :)

Link to comment
Share on other sites

Yeah, um... How exacly do I do that? xD Do I need to go into the CES and make a new script? Or? *Confused*

 

You need a quest that starts with the game and a quest script. The script would be like:

scriptname 'Whateveryouwant'

begin GameMode
   	SetRaceAlias (Custom Race) (Vanilla Race)
end

I don't know if there's better way. As I said, XEO uses such script, so I suggest you to check it.

Link to comment
Share on other sites

Yeah, um... How exacly do I do that? xD Do I need to go into the CES and make a new script? Or? *Confused*

 

You need a quest that starts with the game and a quest script. The script would be like:

scriptname 'Whateveryouwant'

begin GameMode
   	SetRaceAlias (Custom Race) (Vanilla Race)
end

I don't know if there's better way. As I said, XEO uses such script, so I suggest you to check it.

 

Hum, alright. Thanks again.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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