Advertisement
jingles14

Untitled

Mar 20th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. ::Author: [TAG]
  2. @echo off
  3. echo ===============================
  4. echo TAG 1 CHERNARUS Server Join Batch
  5. echo -------------------------------
  6. echo Author: [TAG]
  7. echo ===============================
  8. echo JOINING SERVER IN .....
  9. timeout 3
  10.  
  11. ::===============================================================================================================================================
  12. ::Configuration| Edit these to the proper file paths ==============================================================================================================================================
  13. ::---> ===============================================================================================================================================
  14. :: YOUR Arma 2 Operation Arrowhead Directory
  15. set arma2=D:\Steam\steam\steamapps\common\Arma 2 Operation Arrowhead
  16. :: YOUR Arma 2 Directory
  17. set arma2path=D:/Program Files (x86)/Steam/SteamApps/common/Arma 2
  18. :: Server IP
  19. set IP=193.111.184.19
  20. :: Server Port
  21. set PORT=2302
  22. :: Required Mods [ Ex. @DayZ_Epoch;@DayZ_Namalsk ]
  23. set MODS=@Dayz_Overwatch;@DayZ_Epoch;
  24. ::---> ===============================================================================================================================================
  25.  
  26.  
  27. ::===============================================================================================================================================
  28. :: DO NOT EDIT ANYTHING BELLOW THIS LINE OR YOU WILL BREAK THIS FILE ==============================================================================================================================================
  29. ::===============================================================================================================================================
  30.  
  31.  
  32. start "" "%ArmA2OA_BE%ArmA2OA_BE.exe" 0 0 -skipintro -mod=%MODS% -noSplash -noFilePatching -world=empty -connect=%IP% -port=%PORT% "-mod=%arma2path%;expansion;"
  33.  
  34. @exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement