test for automated hak building

This commit is contained in:
AlastorStrixEfuartus 2025-09-16 08:40:18 +02:00
parent 89a4d16c56
commit 1e4755bf1a
3 changed files with 23 additions and 0 deletions

17
hak/HakBuilder.cmd Normal file
View File

@ -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

BIN
hak/nwhak.exe Normal file

Binary file not shown.

6
hak/nwhak.ini Normal file
View File

@ -0,0 +1,6 @@
[Application]
State=0
Top=1
Left=1
Height=450
Width=330