Advertisement
TheGamingChief

Start ArmA Reforger Server.bat

May 18th, 2022 (edited)
5,372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.98 KB | None | 0 0
  1. @echo off
  2.    :: DEFINE the following variables where applicable to your install.
  3.     :: Make sure your ConfigFolder has your account name and not Administrator if you are not using the built-in Windows admin account!
  4.     SET SteamLogin=anonymous
  5.     SET ReforgerBranch=1874900
  6.     SET ReforgerServerPath="C:\Servers\ArmAReforger"
  7.     SET SteamCMDPath="C:\Servers\SteamCMD"
  8.     SET ConfigFolder="C:\Users\Administrator\Documents\My Games\ArmaReforger\profile"
  9.    :: _______________________________________________________________
  10.  
  11. echo.
  12. echo        Checking for ArmA Reforger server update
  13. echo        ArmA Reforger Server Dir: %ReforgerServerPath%
  14. echo        SteamCMD Dir: %SteamCMDPath%
  15. echo        Config Dir: %ConfigFolder%
  16. echo.
  17. %SteamCMDPath%\steamcmd.exe +force_install_dir %ReforgerServerPath% +login %SteamLogin% +"app_update %ReforgerBranch%" +quit
  18. echo .
  19. echo     Your ArmA Reforger server is up to date!
  20. ArmaReforgerServer.exe -config %ConfigFolder%\config.json -maxFPS 120
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement