Advertisement
TheNoobWar

Untitled

Apr 27th, 2013
7,851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. rem
  2. rem www.youtube.com/user/NHL2010er All in Arma bat file
  3. rem
  4.  
  5. set ARMA3_PATH=YOURARMA3PATHHERE
  6. set ARMA2_PATH=YOURARMA2PATHHERE
  7. set ARMA2OA_PATH=YOURARMA2OAPATHHERE
  8.  
  9. rem This is where custom mods are declared
  10.  
  11. set CUSTOM_MODS=
  12.  
  13. rem My game profile, other parameters, other mods used
  14.  
  15. set DEFAULT_PARAMETERS=
  16.  
  17. rem
  18. rem I DONT HAVE TOH INSTALLED
  19. rem
  20.  
  21. cd /D "%ARMA3_PATH%"
  22.  
  23. arma3.exe %DEFAULT_PARAMETERS% "-mod=%CUSTOM_MODS%;@AllInArma\ProductDummies;%ARMA2_PATH%;%ARMA2OA_PATH%;%ARMA2OA_PATH%\Expansion;%ARMA3_PATH%;@AllInArma\Core;@AllInArma\PostA3"
  24.  
  25. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement