Go to file
2020-01-24 11:50:42 +11:00
src minor string changes, fixed README.md 2020-01-24 11:50:42 +11:00
.gitignore initial commit 2020-01-24 10:46:05 +11:00
LICENSE Initial commit 2020-01-22 17:36:19 -05:00
README.md minor string changes, fixed README.md 2020-01-24 11:50:42 +11:00
run_patched_server.bat fixed ERRORLEVEL 2020-01-24 11:01:23 +11:00
zip_release.bat initial commit 2020-01-24 10:46:05 +11:00

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%