Jaysyn904 6ec137a24e Updated AMS marker feats
Updated AMS marker feats.  Removed arcane & divine marker feats.  Updated Dread Necromancer for epic progression. Updated weapon baseitem models.  Updated new weapons for crafting & npc equip.
 Updated prefix.  Updated release archive.
2024-02-11 14:01:05 -05:00

19 lines
855 B
Batchfile

del /q gfftemp
mkdir gfftemp
@java -cp "C:\Documents and Settings\user\Desktop\PRC Stuff\rmg\tools\modpacker\nwn-tools.jar" org.progeeks.nwn.XmlToGff gfftemp module/*
copy ..\..\..\tools\nwnnsscomp.exe gfftemp\nwnnsscomp.exe
cd gfftemp
nwnnsscomp -g -i "C:\Documents and Settings\user\Desktop\PRC Stuff\prc\include" *.nss
del nwnnsscomp.exe
cd..
@java -cp "C:\Documents and Settings\user\Desktop\PRC Stuff\rmg\tools\modpacker\nwn-tools.jar" org.progeeks.nwn.ModPacker gfftemp prctrials.mod
@java -cp "C:\Documents and Settings\user\Desktop\PRC Stuff\rmg\tools\modpacker\nwn-tools.jar" org.progeeks.nwn.ModPacker hak prctrials.hak
copy prctrials.mod "C:\Games\NeverwinterNights\NWN\modules\prctrials.mod"
copy prctrials.hak "C:\Games\NeverwinterNights\NWN\hak\prctrials.hak"
pause
cd C:\Games\NeverwinterNights\NWN
nwmain.exe +TestNewModule "prctrials"