Forums Announcement
Read-Only Mode for Announcements & Changelogs
Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.
For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.
Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!
Stay safe out there,
Your DayZ Team
-
Content Count
127 -
Joined
-
Last visited
Everything posted by eggy785
-
so would be -mod=@StatusIndicatorsMod put @StatusIndicatorsMod in your server file
-
-mod=modname add to start bat
-
start DayZServer_x64.exe -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck -noFilePatching -BEpath=C:\DayZServer\Battleye -profiles=C:\Dayzserver\PlayerLogs call port using start bat
-
mine has not been and server is kicking for it anyone have any ideas?
-
my server saying it bro thanks not my game.
-
you are welcome mate have fun :)
-
mine to m8 getting annoying.
-
mine crashes but it is the DayZServer_x64 that is the problem
-
re pbo scripts.pbo works for me to no stamina
-
also in to the bridge but you're website wont load thanks.
-
try this change path if needed @echo off cls set version=1.0 set wat=Dayz SA title %wat% Watchdog cd C:\Program Files (x86)\Steam\steamapps\common\DayZServer :watchdog echo (%time%) %wat% started. start "Dayz_SA" /wait /affinity FF /high "DayZServer_x64.exe" -config=serverDZ.cfg echo (%time%) %wat% closed or crashed, restarting. goto watchdog
-
mine is crashing to its the Dazyz.exe my problem
-
I can't connect to my server (or any server, but I'm focusing on mine b/c I hate playing online) (November 2018)
eggy785 replied to maccrawinthejaw's topic in Servers
try this bat @echo off TITLE DayZ SA Server - Status COLOR 0A :: Variables:: ::DayZServer_64.exe path set DAYZ-SA_SERVER_LOCATION="C:\Dayzserver" ::Bec.exe path set BEC_LOCATION="C:\Dayzserver\Battleye\Bec" :::::::::::::: echo Agusanz goto checksv pause :checksv tasklist /FI "IMAGENAME eq DayZServer_x64.exe" 2>NUL | find /I /N "DayZServer_x64.exe">NUL if "%ERRORLEVEL%"=="0" goto checkbec cls echo Server is not running, taking care of it.. goto killsv :checkbec tasklist /FI "IMAGENAME eq Bec.exe" 2>NUL | find /I /N "Bec.exe">NUL if "%ERRORLEVEL%"=="0" goto loopsv cls echo Bec is not running, taking care of it.. goto startbec :loopsv FOR /L %%s IN (30,-1,0) DO ( cls echo Server is running. Checking again in %%s seconds.. timeout 1 >nul ) goto checksv :killsv taskkill /f /im Bec.exe taskkill /f /im DayZServer_x64.exe goto startsv :startsv cls echo Starting DayZ SA Server. timeout 1 >nul cls echo Starting DayZ SA Server.. timeout 1 >nul cls echo Starting DayZ SA Server... cd "%DAYZ-SA_SERVER_LOCATION%" start DayZServer_x64.exe -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck -noFilePatching -BEpath=C:\DayZServer\Battleye -profiles=C:\Dayzserver\PlayerLogs FOR /L %%s IN (45,-1,0) DO ( cls echo Initializing server, wait %%s seconds to initialize Bec.. timeout 1 >nul ) goto startbec :startbec cls echo Starting Bec. timeout 1 >nul cls echo Starting Bec.. timeout 1 >nul cls echo Starting Bec... timeout 1 >nul cd "%BEC_LOCATION%" start Bec.exe -f Config.cfg goto checksv -
ADA same on all servers, use this for init.c https://notepad-plus-plus.org/
-
flush steam re try here command steam://flushconfig might help you.
-
i would say no but you never know till you try
-
if you need help and have teamviewer i can help you join my discord if you need help https://discord.gg/G56sZs sorry for late reply
-
start DayZServer_x64.exe -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck -noFilePatching -BEpath=C:\DayZServer\Battleye -profiles=C:\Dayzserver\PlayerLogs make sure all your stuff is pointing in the direction folders ect.
-
would be in scripts you would need to check threw scripts pbo
-
Install Battleye + Server Start.bat +Server Restarts +Server Crash Restarter
eggy785 replied to mrwolv's topic in Servers
@echo off TITLE DayZ SA Server - Status COLOR 0A :: Variables:: ::DayZServer_64.exe path set DAYZ-SA_SERVER_LOCATION="C:\Dayzserver" ::Bec.exe path set BEC_LOCATION="C:\Dayzserver\Battleye\Bec" :::::::::::::: echo Agusanz goto checksv pause :checksv tasklist /FI "IMAGENAME eq DayZServer_x64.exe" 2>NUL | find /I /N "DayZServer_x64.exe">NUL if "%ERRORLEVEL%"=="0" goto checkbec cls echo Server is not running, taking care of it.. goto killsv :checkbec tasklist /FI "IMAGENAME eq Bec.exe" 2>NUL | find /I /N "Bec.exe">NUL if "%ERRORLEVEL%"=="0" goto loopsv cls echo Bec is not running, taking care of it.. goto startbec :loopsv FOR /L %%s IN (30,-1,0) DO ( cls echo Server is running. Checking again in %%s seconds.. timeout 1 >nul ) goto checksv :killsv taskkill /f /im Bec.exe taskkill /f /im DayZServer_x64.exe goto startsv :startsv cls echo Starting DayZ SA Server. timeout 1 >nul cls echo Starting DayZ SA Server.. timeout 1 >nul cls echo Starting DayZ SA Server... cd "%DAYZ-SA_SERVER_LOCATION%" start DayZServer_x64.exe -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck -noFilePatching -BEpath=C:\DayZServer\Battleye -profiles=C:\Dayzserver\PlayerLogs FOR /L %%s IN (45,-1,0) DO ( cls echo Initializing server, wait %%s seconds to initialize Bec.. timeout 1 >nul ) goto startbec :startbec cls echo Starting Bec. timeout 1 >nul cls echo Starting Bec.. timeout 1 >nul cls echo Starting Bec... timeout 1 >nul cd "%BEC_LOCATION%" start Bec.exe -f Config.cfg goto checksv try this one -
Install Battleye + Server Start.bat +Server Restarts +Server Crash Restarter
eggy785 replied to mrwolv's topic in Servers
my discord if you need live help https://discord.gg/tUZ8DB -
Install Battleye + Server Start.bat +Server Restarts +Server Crash Restarter
eggy785 replied to mrwolv's topic in Servers
show me your bec setup like start.bat and config -
Install Battleye + Server Start.bat +Server Restarts +Server Crash Restarter
eggy785 replied to mrwolv's topic in Servers
ip=127.0.0.1 remove this from start.bat or do it right way like this -ip=127.0.0.1 -
Install Battleye + Server Start.bat +Server Restarts +Server Crash Restarter
eggy785 replied to mrwolv's topic in Servers
Ip = MYIP #ADD YOUR IP. add your ip , and RRcon add password here to from server.cfg. -
anyone know where these are located?