Arma3_Exile_Mission/Exile Auto Start.bat

18 lines
812 B
Batchfile
Raw Normal View History

@echo off
SET ARMA=f:\Arma3\Arma3_Server
color 0a
title Exile Monitor
:Serverstart
echo Launching Server
F:
cd %ARMA%
echo Exile Server Monitor... Active !
start /affinity 0x3 /abovenormal "Arma3" arma3server_SC.exe "-mod=@exile;Kart;Mark;Heli;@lsd_nvg;@CBA_A3;" "-servermod=@exileserver;@asm;@marma;@A3XAI;@ASR_AI3;" -config=%ARMA%\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=%ARMA%\@ExileServer\basic.cfg -name=SC -autoinit -Loadmissiontomemory -hugepages
start /affinity 0xC /abovenormal "Arma3_HC" arma3server_HC.exe -client -connect=127.0.0.1 -password=joejer "-mod=@exile;Kart;Mark;Heli;@A3XAI_HC;@asm;@ASR_AI3;@CBA_A3;" -profiles=HC -name=HC
REM ping 127.0.0.1 -n 15 >NUL
REM echo Exile Server Shutdown ... Restarting!
REM ping 127.0.0.1 -n 5 >NUL
REM cls
REM goto Serverstart