Advertisement
MangoAU

Untitled

Oct 30th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. @echo off
  2. color 0a
  3. title Monitor
  4. :Serverstart
  5. echo Launching Server
  6. d:
  7. cd "d:\Arma\Server"
  8. echo Server Monitor... Active !
  9. start "Arma3" /min /wait arma3server_x64.exe -mod=@Exile;Kart;Mark;Heli;@Taviana;@CBA_A3;@CUP_Terrains_Core;@CUP_Terrains_CWA;@CUP_Terrains_Maps;@ACE3;@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;@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
  10. ping 127.0.0.1 -n 15 >NUL
  11. echo Server Shutdown ... Restarting!
  12. ping 127.0.0.1 -n 5 >NUL
  13. cls
  14. goto Serverstart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement