Player Resource Consortium

 

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lingering

Pages: [1]
1
Help / Re: Compiler confusion trying to fix broken nw_ch_acc9.nss
« on: September 18, 2012, 05:30:34 PM »
my problem is that nw_ch_ac9.nss (ops not acc9) is a resource in the mod not one of my scripts so i can copy out the contents and compile (which worked perfectly) but have nowhere to put it, i assume its an old DMFI wand, no idea where its hiding though as i only have cep and prc on there as custom content haks.


2
Help / Compiler confusion trying to fix broken nw_ch_acc9.nss
« on: September 18, 2012, 02:07:33 PM »
Please excuse my ignorance/confusion, i have been looking on the net all day and still am a little stuck. Having recently tried to bring back from the dead an old PW i have some script errors.

When my module builds an error occurs in nw_ch_acc9.nss (prc_alterations.nss not found).

Having looked about and found this post (http://prc.athasreborn.com/index.php?topic=438.0) I have been trying to use nwnnsscomp.exe to recompile it thusly:

Code: [Select]
Copy nwnnsscomp.exe to your modules directory.

Create a subdirectory in modules named prcinc and extract the contents of prc_include.hak to it.

Create a batch file (a text file with the .bat extension) in the module directory.

Enter the following into the batch file:

copy nwnnsscomp.exe temp0\nwnnsscomp.exe
cd temp0
nwnnsscomp -g -i ..\prcinc *.nss
pause
del nwnnsscomp.exe
cd..

...but it doesnt do nw_ch_acc9.nss as its not one of my scripts.

So now i am seeking pro help, thanks in advance.

Pages: [1]