Advertisement
TheGamingChief

Join RLRPG A3L Server (Alpha)

Apr 5th, 2015
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.44 KB | None | 0 0
  1. @echo off
  2.  
  3. : This is just the color of the file you can edit this how you want. http://www.robvanderwoude.com/ntcolor.php (The color code for batch files)
  4. COLOR A
  5.  
  6.  
  7. @echo off
  8. echo Connecting to the Real Life RPG ArmA 3 Life Server (Alpha)...
  9. echo.
  10. echo.
  11. timeout 2
  12.  
  13. @echo off
  14. echo.
  15. echo.
  16. echo Made By TheGamingChief!
  17.  
  18. echo.
  19. echo.
  20. timeout 7
  21. :==============================================================================================================================================================
  22.  
  23.  
  24.  
  25. :: Set this to you steam common path, This should be the default. (http://i.gyazo.com/e7854c9bf164dee465a43bb9190bf7bb.png)
  26. set steampath=C:\Program Files (x86)\Steam\SteamApps\common
  27. ::==============================================================================================================================================================
  28.  
  29.  
  30.  
  31. : Don't Mess With Anything Here Unless You Know What Your Doing!!!
  32. set IP=142.4.218.168
  33. set PORT=2302
  34. set MODS=@CBA_A3;@Lakeside;@RealLifeRPGA3;@task_force_radio -- ***** You Can Add Addon That You What To Join The Server With (I Don't Know What Else You Might Want But It's Your Choice If You Want To Add Other Mods) ******
  35.  
  36. set addparam=-malloc=system
  37.  
  38. set arma3path=%steampath%\Arma 3
  39.  
  40.  
  41. start "" "%arma3path%\arma3.exe" 0 0 -skipintro "%addparam%" "-mod=%arma3path%;EXPANSION;ca;%MODS%;" -noSplash -skipintro -noPause -noFilePatching -world=empty -connect=%IP% -port=%PORT%
  42. @exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement