Jump to content

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

eggy785

Members
  • Content Count

    127
  • Joined

  • Last visited

Everything posted by eggy785

  1. eggy785

    Mods dedicated server

    so would be -mod=@StatusIndicatorsMod put @StatusIndicatorsMod in your server file
  2. eggy785

    Mods dedicated server

    -mod=modname add to start bat
  3. eggy785

    Server connection failed

    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
  4. eggy785

    Moddified data.pbo

    mine has not been and server is kicking for it anyone have any ideas?
  5. eggy785

    Moddified data.pbo

    my server saying it bro thanks not my game.
  6. eggy785

    [solved] server creation failed.

    you are welcome mate have fun :)
  7. eggy785

    server crash several times

    mine to m8 getting annoying.
  8. eggy785

    server crash several times

    mine crashes but it is the DayZServer_x64 that is the problem
  9. eggy785

    Stamina

    re pbo scripts.pbo works for me to no stamina
  10. eggy785

    Standalone Infected Hordes Plugin

    also in to the bridge but you're website wont load thanks.
  11. eggy785

    [solved] server creation failed.

    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
  12. eggy785

    Crash the server

    mine is crashing to its the Dazyz.exe my problem
  13. 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
  14. eggy785

    How to open init.c // blue-black ADA 4X4

    ADA same on all servers, use this for init.c https://notepad-plus-plus.org/
  15. eggy785

    bad version server rejected

    flush steam re try here command steam://flushconfig might help you.
  16. eggy785

    I'm looking to make a server

    i would say no but you never know till you try
  17. eggy785

    Tried to create a server

    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
  18. eggy785

    Tried to create a server

    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.
  19. eggy785

    Body times

    would be in scripts you would need to check threw scripts pbo
  20. @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
  21. my discord if you need live help https://discord.gg/tUZ8DB
  22. show me your bec setup like start.bat and config
  23. ip=127.0.0.1 remove this from start.bat or do it right way like this -ip=127.0.0.1
  24. Ip = MYIP #ADD YOUR IP. add your ip , and RRcon add password here to from server.cfg.
  25. eggy785

    crashed helli spawns

    anyone know where these are located?
×