Advertisement
iKurdo

DescargarDZServer.bat

May 29th, 2020 (edited)
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.77 KB | None | 0 0
  1. @echo off
  2.     :: DEFINE las siguientes variables cuando corresponda a su instalación =
  3.     set SteamLogin=anonymous
  4.     set DayZBranch=223350
  5.     set DayZServerPath="C:\DZServer"
  6.     set SteamCMDPath="C:\steamcmd"
  7.     :: _______________________________________________________________
  8.  
  9. echo.
  10. echo     Iniciando comprobación de actualizaciones de servidores DayZ
  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     Su servidor DayZ está actualizado
  17.  
  18. start DayZServer_x64.exe -instanceId=1 -config=serverDZ.cfg -profiles=ServerProfiles -port=2302 -cpuCount=4 -noFilePatching -dologs -adminlog -freezecheck
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement