Arma3_Exile_Mission/Exile Auto Start.bat
Zepheris e542747070 modified a3xai, a3_dms, occupation. Added Xm8 server side pbos (exad*.pbo). Set server to restart every 6
hours. Added @ASR_AI3 and @CBA_A3. Modified start.bat to account for new mods. Added Traders customizations.
Added custom recipies.
2018-03-03 11:55:18 -07:00

18 lines
812 B
Batchfile

@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