1. I just blew away the entire server dir again....

    this is my update file (steamcmd is in Steam dir & Rust is the rust dedicated folder):

    cd steam
    steamcmd.exe +runscript ../Update.txt

    Code:
    Update.txt contents:
    @ShutdownOnFailedCommand 1
    @NoPromptForPassword 1
    login anonymous
    force_install_dir ../rust
    app_update 258550 validate
    quit
    after doing this I downloaded oxide and copied the contents into /rust - it overwrote 13 files (copy pasted a second time for good measure and it overwrote 49 files)

    This is my server launch command(censored some stuff):
    Code:
    RustDedicated.exe -batchmode +server.hostname "AwesomeServer" +server.port 28015 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password "password" +server.identity "awesomeserver" +server.seed 12314 +server.worldsize 5000 +server.maxplayers 25 +server.description "blah" +server.url "blah" +server.headerimage "blah"
     
  2. Wulf

    Wulf Community Admin

    Are you doing any update checking before the server is started? Could you upload your RustDedicated_Data/output_log.txt too please?
     
  3. yes. and it seems to have updated as i started the server....


    EDIT: there we go, disabled validation/updating before starting the server... seems to have worked. not sure why though, worked fine before today
     

    Attached Files:

  4. Wulf

    Wulf Community Admin

    Right, if you update before starting the server, then that would uninstall Oxide. According to your logs, Oxide is not installed.
     
  5. there we go, disabled validation/updating before starting the server... seems to have worked. not sure why though, worked fine before today
     
  6. Wulfie, when do u plan to update to:
    Protocol: 1344.113.1
    Build Version: 757.81
    ?
     
  7. Wulf

    Wulf Community Admin

    It's already updated, been updated for 2 hours.
     
  8. oh, i see. u just changed those figures now 749.54 to 757.81) thx.
     
  9. Wulf

    Wulf Community Admin

    Yup, just didn't update it when I copied over the old text. ;)
     
  10. huh, still no support from gameservers.com for oxide.. are they sleeping?..
     
  11. I seriously need help with setting up my Rust Dedicated server using Oxide.

    This is my configuration

    @echo off
    cls
    :start

    RustDedicated -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "bjdbjd98" +server.maxplayers 100 +server.hostname "Brent2016" +server.identity "server1" +server.level "Procedural Map" +server.seed 12345 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Coming Soon" .
    @echo Restarting server...
    @echo.
    goto start

    My Skype is TTSocialBrent for those able to help, I can pay... thanks
     
  12. Wulf

    Wulf Community Admin

    What is the issue you are having? Did you follow the steps in this thread?
     
  13. Yes, I did and everything is set up correctly.

    Screenshot

    I can't connect to it from the IP, and I can't find it in the server list.
     
  14. Wulf

    Wulf Community Admin

    Did you open the ports with your server's firewall?
     
  15. All ports are open and firewall is off
     
  16. Try removing the +server.ip or change it to the real server IP.
     
  17. I understand right now which go oxide just throw them in a folder? using cmd no longer need to update? or each oxide output update via cmd
     
  18. Shu

    Shu

    My server is acting completely different after the latest update. Oxide is working now, but the server updates every time I restart it now. It used to be that after I had the update, the next time I would reboot it would check for updates but not actually download anything since it's updated. Now every time I restart the server (even after a couple minutes) it will download a fresh update of the server. Everything seems to be working which is great but it's an odd change that now I have to actually download something each reboot.
     
  19. Hi Guys !

    I got the same problem as "Portal The Salty New Year". After starting the batch-file the CMD is stuck at this
    I added my output_log.txt so its easier to understand. I dont think that Oxide isn't fully installed because I installed it like 3 or 4 times.
     
  20. Wulf

    Wulf Community Admin

    You shouldn't be doing any update checking when starting your server, doing any updates will cause Oxide to be uninstalled.