Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Simple server start commands

Newbie Spellweaver
Joined
Dec 27, 2015
Messages
18
Reaction score
13
Create a " .bat " file
and write this:


Code:
[B][COLOR=#666666]@echo off
cls
set watch=DayZ Server
title %watch% Watchdog
cd "DAYZ SERVER LOCATION: EXAMPLE: \steam2\steamapps\common\DayZServer"
:watchdog
echo (%time%) %watch% started.
start "DayZ Server" /wait "DayZServer_x64.exe" -config=serverDZ.cfg "-mod=@MODSHERE;"-port=2302 -dologs -adminlog -netlog -freezecheck
echo (%time%) %watch% closed or crashed, restarting.
goto watchdog
[/COLOR][/B][B][COLOR=#666666]
[/COLOR][/B]



 
Back
Top