Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- color 0a
- title Monitor
- :Serverstart
- echo Launching Server
- d:
- cd "d:\Arma\Server"
- echo Server Monitor... Active !
- start "Arma3" /min /wait arma3server_x64.exe -mod=@Exile;Kart;Mark;Heli;@Taviana;@CBA_A3;@CUP_Terrains_Core;@CUP_Terrains_CWA;@CUP_Terrains_Maps;@ADR_97_Weapon_Pack;@Advanced_Rappelling;@Advanced_Sling_Loading;@Advanced_Towing;@Advanced_Urban_Rappelling;@ATS_Dev_Build;@BB_Raptors;@Border_Control_Station;@CompoT;@CUP_Units;@CUP_Vehicles;@CUP_Weapons;@dbo_horses;@DP_Build_Everything_Arma_Core;@DP_Build_Everything_Arma_Expansions;@DS_Houses;@Eden_Extended_Objects;@Eden_Objects;@Em_Buildings;@Enhanced_Movement;@Extended_Base_Mod;@FAP_Units;@HMCS_Addon;@Jbad;@NIArms_All_In_One;@Operation_TREBUCHET;@Opposition_ACE3;@Raiders_Dev_Build;@Ravage;@Road_Elements;@Ryan_Zombies;@SGA_Gate_System;@STALKER_Like_Anomalies;@SGA_Main_Menu;@Stargate_ARMA;@StarGate_Assets;@Stargate_Waugh_Lord;@SW_Opposition_Main_V2;@TAC_VESTS;@task_force_radio;@THA_Sharks;@Titus;@TRYK;@Yamaha_R6;@YAMAHA_YFZ_450; -servermod=@ExileServer;@infiSTAR_Exile; -Mod -config=d:\Arma\Server\@ExileServer\config.cfg -port=2302 -profiles=SCn -cfg=d:\Arma\Server\@ExileServer\basic.cfg -name=SC -autoinit
- ping 127.0.0.1 -n 15 >NUL
- echo Server Shutdown ... Restarting!
- ping 127.0.0.1 -n 5 >NUL
- cls
- goto Serverstart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement