Added configuration utility, consolidated language config

This commit is contained in:
2024-12-14 20:38:00 +02:00
parent c4236ba185
commit a7eac9dedf
33 changed files with 1332 additions and 30 deletions

View File

@ -32,6 +32,7 @@ rem Start assembling the client package
RMDIR /S /Q dist
MKDIR dist\
COPY /Y build\bin\Distribute\UserInterface.exe dist\metin2.exe
COPY /Y build\bin\Distribute\Config.exe dist\config.exe
rem Copy over the data from the bin directory
xcopy bin\ dist\ /Y /Q