18 lines
996 B
Batchfile
18 lines
996 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;@ArmA3 Adjustable Full Screen Night Vision;@CBA_A3;@Enhanced Movement;@Advanced Rappelling;@Advanced Urban Rappelling;@Arma 3 Flashlight Mod (Exile Fix);@Mozzie Mod;" "-servermod=@exileserver;@asm;@A3XAI;@ASR_AI3;@Enigma;" -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;@Arma 3 Flashlight Mod (Exile Fix);" -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 |