Aschbourne_PRC8/_content/_hak/Compiler - Top Hak.bat
Jaysyn904 0b53f89e02 Updated for epic PrC expansion.
Updated for epic PrC expansion.
Hooked up NUI spellcast menu.
Full Compile.
2025-06-14 19:26:44 -04:00

4 lines
303 B
Batchfile

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