Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :: DEFINE las siguientes variables cuando corresponda a su instalación =
- set SteamLogin=anonymous
- set DayZBranch=223350
- set DayZServerPath="C:\DZServer"
- set SteamCMDPath="C:\steamcmd"
- :: _______________________________________________________________
- echo.
- echo Iniciando comprobación de actualizaciones de servidores DayZ
- echo DayZ Server Dir: %DayZServerPath%
- echo SteamCMD Dir: %SteamCMDPath%
- echo.
- %SteamCMDPath%\steamcmd.exe +login %SteamLogin% +force_install_dir %DayZServerPath% +"app_update %DayZBranch%" +quit
- echo .
- echo Su servidor DayZ está actualizado
- 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