Jump to content

Home

Syntax Error in KotOR2 nwscript.nss


tk102

Recommended Posts

I've been working more on the compiler, and I now have it set up so you can either:

 

1) put the desired nwscripts.nss in the same folder as the compiler (just as always)

 

2) specify an explicit path to the nwscript.nss file

 

3) specify the game version via a command line switch (-g = 0 or 1, meaning K1 or K2), which allows, in order of precedence:

 

(a) the compiler to read the file from override\nwscript.nss for the specified game, if it exists there

 

or

 

(b) the compiler to read the file from scripts.bif for the specified game

 

These extra options should cover alll of the possibilities, don't you think? Or have I missed something?

Link to comment
Share on other sites

  • 1 month later...

Archived

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

×
×
  • Create New...