MMD_PRC8/_content/Compiler - MMD - Haks.bat
Jaysyn904 718217b291 2025/09/03 Update
Modified CEP 2DA hak to remove extraneous creatures from palette.
Added door closer script to most town doors.
Added Amulet of Mighty Fists +1 through +5 to loot table.
Fixed names on remainder of creatures.
Updated PEPS.
Set PEPS to server mode.
Set module to server mode.
Updated Class Title function in ms_name_inc.
Updated dungeon areas to reset, globally & per player.
Added "new" weapons to the Blacksmith.
Added magical "new" weapons to the treasure tables.
Fixed persistent storage.
2025-09-03 22:08:45 -04:00

9 lines
569 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
:loop
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\MMD_PRC8\_content\_hak\mmd_cep_2da";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\MMD_PRC8\_content\_hak\mmd_cep_2da\*.nss"
if %errorLevel% == -1 goto :loop
pause