Advertisement
TheGamingChief

Start DayZ Server.bat

Aug 12th, 2019
15,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.76 KB | None | 0 0
  1. @echo off
  2.     :: DEFINE the following variables where applicable to your install
  3.     SET SteamLogin=anonymous
  4.     SET DayZBranch=223350
  5.     SET DayZServerPath="C:\Servers\DayZ"
  6.     SET SteamCMDPath="C:\Servers\SteamCMD"
  7.     :: _______________________________________________________________
  8.  
  9. echo.
  10. echo     Checking for DayZ server update
  11. echo        DayZ Server Dir: %DayZServerPath%
  12. echo        SteamCMD Dir: %SteamCMDPath%
  13. echo.
  14. %SteamCMDPath%\steamcmd.exe +login %SteamLogin% +force_install_dir %DayZServerPath% +"app_update %DayZBranch%" +quit
  15. echo .
  16. echo     Your DayZ server is up to date
  17.  
  18. start DayZServer_x64.exe -instanceId=1 -config=serverDZ.cfg -profiles=ServerName -port=2302 -cpuCount=8 -noFilePatching -dologs -adminlog -freezecheck
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement