Advertisement
Guest User

UpdateArmaReforgerServer Batch File

a guest
Nov 22nd, 2023
131
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.     SET SteamLogin=anonymous
  4.     SET ReforgerBranch=1874900
  5.     SET ReforgerServerPath="C:\Users\admin\Desktop\ArmaServer"
  6.     SET SteamCMDPath="C:\SteamCMD"
  7.     :: _______________________________________________________________
  8.  
  9. echo.
  10. echo        Checking for ArmA Reforger server update
  11. echo        ArmA Reforger Server Dir: %ReforgerServerPath%
  12. echo        SteamCMD Dir: %SteamCMDPath%
  13. echo.
  14. %SteamCMDPath%\steamcmd.exe +force_install_dir %ReforgerServerPath% +login %SteamLogin% +"app_update %ReforgerBranch%" +quit
  15. echo .
  16. echo     Your ArmA Reforger server is up to date!
  17. echo     key "ENTER" to exit
  18. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement