NoX_NWO

Untitled

Aug 3rd, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. @echo off
  2. color 0a
  3. title Exile Monitor
  4. :Serverstart
  5. echo Launching Server
  6. D:
  7. cd "D:\Arma\Server"
  8. echo Exile Server Monitor... Active !
  9. start "Arma3" /min /wait arma3server.exe -port=2302 -profiles=A3DS -world=empty -loadMissionToMemory -bepath=D:\Arma\Server\A3DS\BattlEye -config=@Exileserver\config.cfg -cfg=@ExileServer\basic.cfg -mod="@Exile;@CUP_Terrains_Core;@CUP_Terrains_Maps;@VSM - Uniforms;@VSM - Vests and Helmets;@VSM - Weapons;@[MELB] Mission Enhanced Little Bird;@Specialist Military Arms (SMA) Version 2.7.1;@CBA_A3;@Enhanced Movement;@Ryanzombies;@DonkeyPunch.INFO Open Chernarus Project;@RHSUSAF;@VSM - Gear Pack v1;@NIArsenal;@RHSAFRF;@RZInfection;@Extended_Items_Exile;@MrSanchez' Headlamps;@Extended_Base_Mod" -servermod="@ExileServer;@AdvancedTowing;@AdvancedSlingLoading;@AdvancedRappelling;@Enhanced Soundscape;@Advanced Urban Rappelling;@BloodLust" -autoinit -nosound -nosplash -maxmem=2047
  10. ping 127.0.0.1 -n 15 >NUL
  11. echo Exile 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