Lankhmar_PRC8/_content/Compiler - Top Hak.bat

4 lines
283 B
Batchfile
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
:loop
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\Lankhmar_PRC\_content\_hak\ln_top";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\Lankhmar_PRC\_content\_hak\ln_top\*.nss"
if %errorLevel% == -1 goto :loop
pause