1
Help / Re: How does a custom class script get included from a hak-pak?
« on: April 23, 2016, 02:38:35 PM »When you modify a script file (.nss) you need to compile it (.ncs) and put the resulting file in a hak with highest loading priority (this step is the same as with 2da's and other files).How do I compile it and get the includes to work? I use #include <filename> but there is no way to reference directories, so whilst my additional scripts (in the same directory) work the NWN scripts can't be found.


However this has involved me editing some of the files in the PRC 2da, includes, script and spell hak-paks, not least to mention replacing one of the classes the PRC pack provides. I know this is naughty, but it worked.