Jump to content
XxFri3ndlyxX

DayZ Server .bat Installer.

Recommended Posts

A quick and very easy way to install DayZ Server using batch file. Again nothing crazy but i'm sure this will help some people.

 

  • First you need to create a .bat file. Ex: DayZ_Server_Installer.bat
  • Then you add the following in the file you just created.
@echo off
set STEAM_CMD_LOCATION="C:\Servers\SteamCMD"
set STEAM_USERNAME="Your Steam Username"

cd "%STEAM_CMD_LOCATION%"
start "" steamcmd.exe +login "%STEAM_USERNAME%" "%STEAM_PASSWORD%" +force_install_dir %~dp0 +app_update 223350 validate
  • Save the .bat file.
  • Now you need to download SteamCMD Download Here
  • Put SteamCMD.exe into its own folder. Ex: C:\Servers\SteamCMD 
  • I created is own folder because it will download a bunch of Steam files which i do not want to be with my DayZ File server's.
  • Go back to your Bat file and add your SteamCMD Location. This would be in this case C:\Servers\SteamCMD
  • Save the bat file.
  • Create a folder for your DayZServer. EX: C:\Servers\DayZ\DayZServer
  • Put your bat file into the DayZ folder you just created.
  • Start the bat file.
  • Enter Your password when requested and then enter your steam guard code if asked.
  • It will now install DayZ Server Files. 
  • You can also use this bat file to update\validate your files.

Let me know if you have any problem.

PS: If you update your server, make sure to backup all your file as it will overwrite all your files. Once you updated your server, Edit your file but do not add old file. Your Bec will not be touched.

Github Link: https://github.com/XxFri3ndlyxX/DayZ-Server-Auto-Installer

Edited by XxFri3ndlyxX
Added Github Link

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×