Advertisement
Guest User

StartArmaReforgerServer Batch File

a guest
Nov 22nd, 2023
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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:\Users\admin\Desktop\ArmaServer"
  7.     SET SteamCMDPath="C:\SteamCMD"
  8.     SET ConfigFolder="C:\Users\admin\Desktop\ArmaServer\configs"
  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