WoR_PRC8/_content/Compiler - Top Hak.bat
Jaysyn904 d8fc1f8ab3 Updated for epic PrC expansion
Updated for epic PrC expansion.
Hooked up NUI spellcast menu.
Full Compile.
2025-06-14 21:35:16 -04:00

4 lines
293 B
Batchfile

:loop
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\WoR_PRC8\_content\_hak\worldofrhun_top";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\WoR_PRC8\_content\_hak\worldofrhun_top\*.nss"
if %errorLevel% == -1 goto :loop
pause