MMD_PRC8/_content/Compiler - MMD - Haks.bat
Jaysyn904 1f4b7ec955 Updated for PRC8 function update
Updated for PRC8 function update.  Updated top hak.  Full compile.  Updated release archive.
2025-02-10 14:41:38 -05:00

6 lines
289 B
Batchfile

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