1. How to automatically open after program shut down
     
  2. Wulf

    Wulf Community Admin

    That depends on how you are running your server, but you could easily script that into a batch/bash script the same way you start your server.
     
  3. I'm sorry my English is poor, can you provide a script
     
  4. Wulf

    Wulf Community Admin

    Oxide provides a script with each download for automatically restarting your server, if that's what you are looking for.
     
  5. CCTV,Where are you from?
     
  6. Set this in your .bat
    Code:
    @echo off
    cls
    :startYourServer.exe -batchmode -nographics -exec "host 12781;queryport 12881;;maxplayers 240;servername "YourServerName"@echo.
    @echo Restarting server...
    @echo.
    goto start
     
  7. Wulf

    Wulf Community Admin

    That's what Oxide provides, which is what I recommended above. I'd keep the .exe as Hurtworld.exe though.