7 lines
260 B
Batchfile
7 lines
260 B
Batchfile
@echo on
|
|
|
|
tools\nwnsc -w -i "include" -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -b "epicspellobjs" "epicspellscripts\*.nss"
|
|
tools\nwn_erf.exe -e hak --quiet -c -f CompiledResources\prc_epicspells.hak .\epicspellscripts .\epicspellobjs
|
|
pause
|
|
:end
|