Jump to content

Home

Compiling Scripts - HELP!! (already read the help threads)


Damar Stiehl

Recommended Posts

This is frustrating me.

 

I extracted k_inc_force.nss and nwscript.nss using KOTOR Tool. I downloaded the nwnsscomp from Fred Tetra's site. I edited k_inc_force.nss. Now I want to compile it.

 

I put nwnsscomp.exe, nwscript.nss and k_inc_force.nss into the same folder. I use command line:

 

nwnsscomp -c k_inc_force.nss

 

Output:

 

Compiling: k_inc_force.nss

Total_execution_time: 40 ms

 

But k_inc_force.ncs does not appear! What is going on? Please help - I'm about to start beating my head into the wall...

Link to comment
Share on other sites

k_inc_force is an include file, which means it must be part of another program. You also need to extract k_sp1_generic. Then compile k_sp1_generic.

 

If you are interested open up k_sp1_generic and look in the top part of the program. You should see the following line of code:

 

#include "k_inc_force"

 

This statement loads k_inc_force into k_sp1_generic.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...