| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| run_patched_server.bat | ||
| zip_release.bat | ||
empires-assert-patcher
Usage
- extract the latest release to your
Empires Dedicated Serverfolder - edit
run_patched_server.batwith 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.batto 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%