7 lines
242 B
Batchfile
7 lines
242 B
Batchfile
@echo on
|
|
|
|
tools\nwnsc -w -i "include" -n "C:\Program Files (x86)\Steam\steamapps\common\Neverwinter Nights" -b "spellobjs" "spells\*.nss"
|
|
tools\nwn_erf.exe -e hak --quiet -c -f CompiledResources\prc_spells.hak .\spells .\spellobjs
|
|
pause
|
|
:end
|