diff --git a/hak/HakBuilder.cmd b/hak/HakBuilder.cmd new file mode 100644 index 000000000..0610d808a --- /dev/null +++ b/hak/HakBuilder.cmd @@ -0,0 +1,17 @@ +@echo off +REM ============================ +REM Build .hak files from folders +REM ============================ + +REM Path to nwhak.exe (adjust if needed) +REM set NWHak="nwhak.exe" + +REM Loop through all subfolders in current directory +for /d %%F in (*) do ( + echo Building %%F.hak from folder %%F ... + nwhak.exe "%%F.hak" "%%F" +) + +echo. +echo Done! All .hak files have been created. +pause diff --git a/hak/nwhak.exe b/hak/nwhak.exe new file mode 100644 index 000000000..2df806cc1 Binary files /dev/null and b/hak/nwhak.exe differ diff --git a/hak/nwhak.ini b/hak/nwhak.ini new file mode 100644 index 000000000..dc2d1fec2 --- /dev/null +++ b/hak/nwhak.ini @@ -0,0 +1,6 @@ +[Application] +State=0 +Top=1 +Left=1 +Height=450 +Width=330