Jump to content

plunge

Members
  • Content Count

    16
  • Joined

  • Last visited

Community Reputation

3 Neutral

About plunge

  • Rank
    Scavenger

Contact Methods

  • Steam
    http://steamcommunity.com/id/plunge
  • Twitter
    Plunge87
  • Twitch
    Plunge87
  • Discord
    Plunge#1825

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. plunge

    Any BEC geniuses out there that can help

    Point being that it's not capitalized in his cfg. I had to change this as well.
  2. plunge

    [RELEASE]BEC for DayZ SA

    Ahh thanks, that's way cleaner
  3. plunge

    [RELEASE]BEC for DayZ SA

    Ok I think I have this figured out, Thank you Mauricio! These have been really helpful. So this script: @echo off title DayZ Standalone Brasil - Monitoramento :start C:\Windows\System32\tasklist /FI "IMAGENAME eq DayZServer_x64.exe" 2>NUL | C:\Windows\System32\find /I /N "DayZServer_x64.exe">NUL if "%ERRORLEVEL%"=="0" goto loop cls echo O servidor não esta rodando, iniciando agora... start "Iniciando servidor" /wait "E:\SteamLibrary\steamapps\common\DayZServer\server_restart.bat" echo Servidor iniciado com sucesso, trocando agora para o monitoramento timeout 30 cls goto started :loop cls echo Servidor esta rodando, continuando com o monitoramento... :started taskkill /f /im WerFault.exe /fi "WINDOWTITLE eq DayZ">NUL C:\Windows\System32\timeout /t 20 C:\Windows\System32\tasklist /FI "IMAGENAME eq DayZServer_x64.exe" 2>NUL | C:\Windows\System32\find /I /N "DayZServer_x64.exe">NUL if "%ERRORLEVEL%"=="0" goto loop goto start Is a .bat that needs to be running all the time. it checks every 20 seconds to see if the server is up. if the server is not up, it runs your restarting server batch. I kept the Portuguese in for flavor. You also need to set up the scheduler. I have added this to scheduler.xml: <!-- *** Restart at 12:00:00 AM ***--> <job id="0"> <day>1,2,3,4,5,6,7</day> <start>23:30:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Restarting server in 30 minutes!</cmd> </job> <job id="1"> <day>1,2,3,4,5,6,7</day> <start>23:45:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Restarting server in 15 minutes!</cmd> </job> <job id="2"> <day>1,2,3,4,5,6,7</day> <start>23:55:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Restarting server in 5 minutes!</cmd> </job> <job id="3"> <day>1,2,3,4,5,6,7</day> <start>23:59:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 Restarting server in 1 minute!</cmd> </job> <job id="4"> <day>1,2,3,4,5,6,7</day> <start>00:00:00</start> <runtime>000000</runtime> <loop>0</loop> <cmd>#shutdown</cmd> </job> Copy paste that and change the times for every restart. Now when the scheduler has a restart, it shuts down the server. then the monitor restarts the server. Note that you also need a batch that starts the server with all of your launch specs that the monitor can target. I haven't fully tested this yet so I cant 100% guarantee it will work, but the monitor system works for me. Anyone feel free to chime in with help! .
  4. plunge

    [RELEASE]BEC for DayZ SA

    So these are .bat files. They are text files that launch a program with script parameters. In this case they work with BEC. Unfortunately half of it is in Spanish so it's not easy to decipher.
  5. plunge

    Server Being Reported as Public Shard

    I'll work on it tonight and let you know
  6. plunge

    Server Being Reported as Public Shard

    I'm working on the restarter as well, let me know if you get it figured out. I'm half way there with Bec, I just need to figure out the right Bat scripts.
  7. plunge

    ADVICE AND GUIDANCE - POST TIPS HERE!

    Make sure you have the "show file extensions" option enabled in Windows folder options.
  8. plunge

    My DayZ .63 server is having problems

    Are you trying to join on experimental?
  9. plunge

    Infinite Sprint server with old+new spawns!

    I followed the instructions on this thread. It's actually pretty easy and there's a lot you can do with it.
  10. plunge

    Infinite Sprint server with old+new spawns!

    Edited, thanks, as you can tell im new at this XD
  11. Server name: Come take the Plunge! - Infinite Sprint! More spawns! - US East IP: 24.59.58.180:2302 Just putting my own server out there for fun. Like the title says, sprinting costs no stamina, and the original spawn points are available along with the current ones. All other variables are vanilla. Come have some fun!
  12. plunge

    BattlEye Launch options

    The beserver DLL and CFG need to be in the same folder, I just have them in ...\DayZServer\battleye which is where my -BEPath leads. Just have it lead to that folder.
  13. plunge

    BattlEye Launch options

    All I have related to BE in the launch options is -BEPath=(file path to BEServer_64.cfg) Thats all.
  14. plunge

    ADVICE AND GUIDANCE - POST TIPS HERE!

    So I followed the steps to remove stamina, but my server still has stamina. Am I missing something? I unpacked the files into the server root folder and edited all of the stamina drain values to 0. EDIT: Never mind, I figured it out, didn't have it in a scripts folder, silly me!
  15. plunge

    BattlEye Launch options

    I dont know if this is a problem for anyone else but when I made my BEserver_x64.cfg I forgot that windows doesnt show file extensions by default so I was just making a notepad file with .cfg in the name. Once I changed the file display settings it worked for me.
×