Jump to content

epochfail

Member
  • Posts

    33
  • Joined

  • Last visited

Posts posted by epochfail

  1. i sent in a ticket and they said

    "please make sure you are using delay based timers that are going to count based on how long the server has been up. This is needed due to the way restarts function for official servers with the system time changing regularly."

     

    can anyone show me an example of a delay based timer?

     

    Got the answer now, since hfb restarts not with the scheduler it is time based i had to change my times to this format

     

    <time>18:00:30</time>
    This means that the schedule should be run when the time is 6'o Clock and 30 sec , PM time on the server.

  2. this is my scheduler its not showing my restart messages. im hosting with hfb
     
    <?xml version="1.0"?>
    <Scheduler>

    <!-- Restart (Every 3 hours) -->

    <job id="0">
    <time>023000</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 Server will restart in 30 minutes</cmd>
    <cmdtype>0</cmdtype>
    </job>

    <job id="1">
    <time>025000</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 Server will restart 10 minutes</cmd>
    <cmdtype>0</cmdtype>
    </job>

    <job id="2"
    <time>025500</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 Server will restart 5 minutes</cmd>
    <cmdtype>0</cmdtype>
    </job>

    <job id="3">
    <time>025900</time>
    <delay>000000</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 Server will restart 1 minute</cmd>
    <cmdtype>0</cmdtype>
    </job>

    <job id="4">
    <time>003000</time>
    <delay>000010</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 No racist or derogatory sexual language</cmd>
    <cmdtype>0</cmdtype>
    </job>

    <job id="5">
    <time>003100</time>
    <delay>000010</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 No base destruction or base vehicle destruction</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="6">
    <time>003200</time>
    <delay>000010</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 Line Spacer</cmd>
    <cmdtype>0</cmdtype>
    </job>
     
    <job id="7">
    <time>003300</time>
    <delay>000010</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 Line Spacer</cmd>
    <cmdtype>0</cmdtype>
    </job>

    <job id="8">
    <time>003400</time>
    <delay>000010</delay>
    <day>1,2,3,4,5,6,7</day>
    <loop>1</loop>
    <cmd>say -1 Join our teamspeak server at zombieholocaust.myclanserver.com</cmd>
    <cmdtype>0</cmdtype>
    </job>
    </Scheduler>
  3. i wonder if they changed your serverRestart.bat

    Here is the one i have

     

    @echo off

    echo Killing Process epoch10.exe

    PING -n 6 127.0.0.1>nul

    echo.

    taskkill /f /im "epoch10.exe"

    echo.

    echo Process epoch10.exe Ended...

    echo.

    PING -n 6 127.0.0.1>nul

    echo.

    echo Restarting epoch10.exe

    cd "C:\Program Files (x86)\Steam\SteamApps\common\Arma 2 Operation Arrowhead"

    START "" "C:\Dayz Server manager\Instance10\epoch\epoch10.exe" -beta=Expansion\beta;Expansion\beta\Expansion -mod=@dayz_Epoch;@Dayz_Epoch_Server10;@panthera;@ibr_plants;@ibr_rn "-config=C:\Dayz Server Manager\Instance10\epoch\server.cfg" "-cfg=C:\Dayz Server Manager\Instance10\epoch\basic.cfg" "-name=C:\Dayz Server Manager\Instance10\epoch" "-profiles=C:\Dayz Server Manager\Instance10\epoch" -port=2100

    echo Restarting BEC...

    PING -n 16 127.0.0.1>nul

    cd "C:\Dayz Server Manager\Instance10\epoch\bec"

    start epoch10_BEC.exe -f Config.cfg

  4. Just posting this because i get fifty different people trying to join and instantly disconnect/

    1. Download both Epoch and Panthera maps from Dayz Commander.

    2. Add this to your launch parameters under settings in Dayz Commander
    -mod=@DayZ_Epoch;@DayZPanthera

    3. Should be able to join Epoch Panthera servers now, if not
    Go to Dayz Commander and click reinstall on Dayz, Epoch, Panthera mods

    Had one guy that had to do last step

  5.  "Resource R3F_LOG_dlg_contenu_vehicule"
     

    I get that error when i try to view vehicle content after loading in a vehicle.

    I have a file named dlg_contenu_vehicule.h in this folder R3F_ARTY_AND_LOG\R3F_LOG\transporteur

    Do I need to rename it or something I dont understand this

     

×
×
  • Create New...