How to play Single player Dayz with mods
HippCelt
Here's my quick and easy how to guide for running #dayzstandalone in single player with mods. To Create the #dayz Single Player Server Startup batch file . Copy the following notepad and save as Hippcelt.bat in the dayz server directory.
@echo off :start ::Server name (This is just for the bat file) set serverName= Subscribe to HippCelt ::Server files location set serverLocation="Path to serverDZ.cfg on your PC goes here dont forget the extra backslash" ::Server Port set serverPort=2302 ::Server config set serverConfig=serverDZ.cfg ::Logical CPU cores to use set serverCPU=2 ::Sets title for terminal title %serverName% batch ::DayZServer location cd "%serverLocation%" echo (%time%) %serverName% started. ::Launch parameters (edit end: -config=|-port=|-profiles=|-doLogs|-adminLog|-netLog|-freezeCheck|-filePatching|-BEpath=|-cpuCount=) start "DayZ Server" /min "DayZServer_x64.exe" -config=%serverConfig% -port=%serverPort% "-profiles=config" -mod=%Mods_go_here%Mod1;@Mod2 -cpuCount=%serverCPU% -dologs -adminlog -netlog -freezecheck ::Time in seconds before kill server process (14400 = 4 hours) timeout 14390 taskkill /im DayZServer_x64.exe /F ::Time in seconds to wait before.. timeout 10 ::Go back to the top and repeat the whole cycle again goto start
Socials Discord https://discord.com/invite/H8KeSH4kSk Twitter https://twitter.com/XplodingRibcage ... https://www.youtube.com/watch?v=XbySGqOLLMc
40518919 Bytes