# empires-assert-patcher ## Usage * extract the latest release to your `Empires Dedicated Server` folder * edit `run_patched_server.bat` with your favourite text editor * make necessary changes to `SET "ARGS=-console -toconsole -insecure +map emp_arid +sv_lan 1 +maxplayers 32 -nobreakpad"` * start `run_patched_server.bat` to patch and run the server ### original run_patched_server ``` :: DO NOT MODIFY @ECHO OFF SETLOCAL :: MODIFY AS NECESSARY SET "ARGS=-console -toconsole -insecure +map emp_arid +sv_lan 1 +maxplayers 32 -nobreakpad" :: DO NOT MODIFY empires\bin\empires-assert-patcher.exe IF %ERRORLEVEL% 1 ( PAUSE EXIT /B ) start "" srcds.exe -game "empires" %ARGS% ```