Jump to content

Home

Trouble compiling k_inc_force.nss


Aeroldoth

Recommended Posts

I can't seem to compile this and don't know why. I thought perhaps it wasn't compiling due to bad code so, just to test, I extracted the original unmodified file, and that wouldn't compile either. I''ve extracted other NSS files and they seem to compile just fine.

 

Has anybody else had an issue with this file? I'm using KT.

Link to comment
Share on other sites

I can't seem to compile this and don't know why. I thought perhaps it wasn't compiling due to bad code so, just to test, I extracted the original unmodified file, and that wouldn't compile either. I''ve extracted other NSS files and they seem to compile just fine.

 

As indicated by the "_inc" part it is an include file and not a stand-alone script of its own. It can't be compiled since it's meant to be used by other scripts and not on its own, and as such has no start function (main/StartingConditional).

 

If you want to apply changes made to force powers in this include file you need to recompile the k_sp1_generic script instead using your modified include.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...