Jump to content

Home

Making recruitable NPC's for TSL


susvaine

Recommended Posts

You can find all this in nwscript.nss:

int NPC_PLAYER =-1;

int NPC_ATTON = 0;

int NPC_BAO_DUR = 1;

int NPC_CANDEROUS = 2;

int NPC_G0T0 = 3;

int NPC_HANDMAIDEN = 4;

int NPC_HK_47 = 5;

int NPC_KREIA = 6;

int NPC_MIRA = 7;

int NPC_T3_M4 = 8;

int NPC_VISAS = 9;

int NPC_HANHARR = 10;

int NPC_DISCIPLE = 11;

 

int PUP_SENSORBALL = 0;

int PUP_OTHER1 = 1;

int PUP_OTHER2 = 2;

 

Moving thread to the main modding forums. The modding requests forum is for err...mod requests and not technical discussions ;)

Link to comment
Share on other sites

What about the numbers replacing certain party members? "Mission" and "Jolee" certainly aren't in TSL...
The npc.2da file for TSL has different entries for the npc.2da file for KotOR. You can expect to find similiar discrepancies with all of the .2da files required for a recruit mod. Luckily this doesn't effect the process itself.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...