Files
PoA_PRC8/_haks/Compiler - PoA - Haks.bat
Jaysyn904 9405f279d5 2026/04/27 Update
Updated expanded spells & abilities.
Updated PEPS.
Updated Markshire Nomeclature.
Full compile.
2026-04-27 10:21:53 -04:00

7 lines
542 B
Batchfile

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