empires-assert-patcher/run_patched_server.bat
2020-01-24 10:46:05 +11:00

14 lines
294 B
Batchfile

:: 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%