Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Nwnnsscomp Help!

Page: 1 of 1
 RedHawke
05-28-2004, 1:45 AM
#1
I am trying to compile the k_pend_traskdl40.nss to give some extra items I created to the main character on the skip the endar spire mod. The normal one works but when I compile mine it does not. I know the .nss is formatted right, I think the problem is with the .bat file I am using, could someone tell me if this is right?

NWNNSSCOMP -co -v1.00 k_pend_traskdl40.nss k_pend_traskdl40.ncs
pause

I have yet to be able to compile any scripts and get them to work so any help will be appreciated, Thanks.
 tk102
05-28-2004, 2:08 AM
#2
You can simplify that batch file somewhat. Try:
nwnnsscomp -v1.00 k_pend_traskdl40.nss
or even
nwnnsscomp -v1.00 *.nss
 RedHawke
05-28-2004, 2:31 AM
#3
Thats what was messing things up.

Thanks Tk102 the second one worked like a charm.:D
Page: 1 of 1