Jump to content

Home

HELP WONT COMPILE SCRIPT FOR RECRUIT!!!


luke130697

Recommended Posts

I need some help i listened to darth333's script compiling tutorial (kotor tool part), i did everything it said but when i clicked compile and typed in its name and saved it said "lookup path set to ..........

loaded nwscript.nss from ............

ERROR unable to open input file. Its my first mod and im working hard on it, Please help :)

Link to comment
Share on other sites

Try this...

 

void main() {
RemoveAvailableNPC(5);
AddAvailableNPCByTemplate(5, "p_byron");
DelayCommand(1.5,ShowPartySelectionGUI());
}

 

because Darth333's is a bit out of date. :xp:

it uses the

void main()
{
blah blah blah
}

 

Though if that doesn't fix it, I will be willing to help you even further. :)

 

oh and welcome to the forums (and replace p_byron with your recruitment .utc file... :) )

Link to comment
Share on other sites

This is strange... it let me compile the script... perhaps when you saved it in notepad, did you change the extension to .nss like, did you save the document as (this is an example) rec_republic.nss and then when you compiled and it asked for a name, did you put the same name but with a .ncs extension, such as if you labeled it rec_republic.nss then it would need to be named rec_republic.ncs while you are compiling it. If you still have problems, pm me your email address and I'll send you the source script and the compiled script.

 

:EDIT:

I just realized something. You used a massively used (by the game) template. If I were you, I'd make it something unique... I wouldn't use the repsoldier... change it to whatever the name of the new party member is. :)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...