Damar Stiehl Posted February 20, 2005 Share Posted February 20, 2005 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 More sharing options...
beancounter Posted February 20, 2005 Share Posted February 20, 2005 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 More sharing options...
Damar Stiehl Posted February 20, 2005 Author Share Posted February 20, 2005 Got it. Thank you. Actually, you also need k_inc_debug.nss. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.