14 lines
294 B
Batchfile
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% |