Jump to content

HeadRox

Members
  • Content Count

    40
  • Joined

  • Last visited

Everything posted by HeadRox

  1. HeadRox

    [solved]Server version & Client diffrent

    Thank you! Didn't knew only official servers can run experimental.
  2. HeadRox

    Player joins server - announcement

    Does anyone know if this is possible to let the server say "player X joins the server", and "player X leaves the server", with the current tools we have? Years ago i had that on my DayZ Mod server. Cant remember how or what did it.
  3. HeadRox

    [RELEASE]BEC for DayZ SA

    Thx!
  4. HeadRox

    Auto update server?

    Thanks all it works like a charm!
  5. HeadRox

    Auto update server?

    Thanks all for the reply's!, great community! Will try this.
  6. HeadRox

    Auto update server?

    Hi, sorry but i dont understand what you mean exactly. I cant'seem to get my .bat to auto update before the server starts. Maybe you cant elaborate on it?
  7. HeadRox

    Player joins server - announcement

    Please share your knowledge with us if you want. I'm interested!
  8. HeadRox

    Player joins server - announcement

    You mean like Dart or EPM? and how do does those announce automatically?
  9. HeadRox

    [RELEASE]BEC for DayZ SA

    Anyone that can help me with an auto update script/bat for my server? Iv got this in my START.bat, maybe in this startup code so it does only update / not validate so i dont loose my edited files(eventx.xml etc.) @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 -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 Thanks for the help
  10. HeadRox

    Set Name In Server & Server Announce Player Amount

    CONFIRMED! Thx works for me!
  11. Does anyone know how to disable the server spamming console msgs? 20:25:22 Fetching [Storage] data file [313] items. 20:25:22 Fetching [Storage] data file [315] items. 20:25:22 Fetching [Storage] data file [302] items. 20:25:23 Saved [Storage] data file [1241] items. 20:25:23 save took 16 msec It keeps going. Thanks
  12. [SOLVED] What you mean? you deleted those words? Since i'm trying to figure mine out why it aint connecting Yes it works now! Happy here! @mrwolv Thanks for your work @therealunhinged Thanks for the edit!
  13. HeadRox

    Exp Update: 0.56.127TheBeast.

    Hmm all the sudden DayZ wont start after last patch.
×