Advertisement
Guest User

Connect to the DayZ US434 server

a guest
Dec 1st, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. @echo off
  2. echo ===============================
  3. echo US434 DayZ Server
  4. echo --------------------------------
  5. echo by Porto
  6. echo ===============================
  7. echo Join the server in .....
  8. timeout 2
  9.  
  10. ::Config | Edit to fit your needs
  11. ::---> ===============================================================================================================================================
  12. :: Your Arma 2 Operation Arrowhead Directory
  13. set arma2oapath=D:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead
  14. :: Your Arma 2 Directory
  15. set arma2path=C:\Program Files (x86)\Steam\steamapps\common\Arma 2
  16. :: Server IP
  17. set IP=198.27.83.122
  18. :: Server Port
  19. set PORT=2342
  20. :: Required Mods [ Ex. @Taviana;@DayzOverwatch;@DayZ_Epoch; ]
  21. set MODS=@DayZ;
  22.  
  23. :: DO NOT EDIT THE LINES BELOW
  24. ::===============================================================================================================================================
  25.  
  26.  
  27. start "" "%arma2oapath%\ArmA2OA.exe" 0 0 -skipintro -mod=%MODS% -noSplash -noFilePatching -world=empty -connect=%IP% -port=%PORT% "-mod=%arma2path%;expansion;"
  28.  
  29. @exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement