1. Update is out (I'm sure you're aware). Thank you for everything
     
  2. Tnx Wulf for the update
     
    Last edited by a moderator: Aug 13, 2015
  3. Server is update, where oxide?
    rust dedicated - win64
    Build ID 733140
    Last Update about 4 hours ago (August 14, 2015 – 08:10:50 UTC)
     
  4. Wulf

    Wulf Community Admin

    It's been available for a few hours. I wasn't up at 4:11am my time to do it, but Mughisi got it.
     
  5. im sorry i have some problems with my friend that claims using oxide 2.0 he bought the hosting. and the plugins i gave him from oxide plugins section
    wont work. he even said he bought the rust experimental and i even gave him a seconds ago.

    this is how he claims at the log : Game:RustGame Version:Oxide ExperimentalMod:Oxide Experimental ( 2.0 )Max Players:80Profile ID:1013036Last Updated:UnknownState:Fully EditableServer Type:Online - Clanserver

    is this right oxide version? i really want to know. also we want to play the rust latest update, not legacy.
     
  6. Wulf

    Wulf Community Admin

    I can't really tell what his setup is based on the line you gave me. I'd need detailed logs, etc. to know what is actually going on.
     
  7. oh ok ill ask for that

    nah never mind the hosting company lied to him they stole his money lol
     
  8. Make sure the .bat-file you use to start the server is located in "rustds" folder (same folder as RustDedicated.exe).
     
  9. Update is out
     
  10. update dropped.
    [DOUBLEPOST=1440105387][/DOUBLEPOST]I have a question. How is it possible for the other oxide modded servers to be updated already when there has not been an update yet from oxide? I get protocol incorrect error but I see other servers are up and fine? Is there some special place to get oxide quicker?
     
    Last edited by a moderator: Aug 20, 2015
  11. some providers pull the oxide update directly from github, looky here https://github.com/OxideMod/Oxide

    edit: update is now online here, too, thx wulf <3
     
  12. Wulf

    Wulf Community Admin

    Some servers self-patch, such as those that our developers run. Others run custom builds, but generally snapshots are up shortly after Rust updates, which I then test and put out a release for.
     
  13. he uses hosting and control pannel. i dont think he would have that
    also every server bat doesnt starts with that line ;)
     
  14. Is there a way to do a self patch server?
     
  15. My server @DeinServerHost.de is not patching. Maybe it's an issue with the provider, maybe not?
     
  16. Wulf

    Wulf Community Admin

    Self-update or self-patch? If you'd like to do both, instructions are on our OxidePatcher repo, but not recommended.
     
  17. Hi guyz,

    I recently bought a dedicated server, all work perfectly but i have a little problem.

    When i do restart command in console, it do the countdown of a minute, and the CMD just close itself, and never restart after...

    What i need add to my .bat to do a restart workable?
     
  18. Wulf

    Wulf Community Admin

    What do your scripts look like?
     
  19. RustDedicated.exe -batchmode +server.port 2xxxx -logFile RIP.log -rcon.port 2xxxx -rcon.password "xxxxxxxxx" +server.maxplayers 200 +server.seed 9999 -load -rcon.ip xx.xxx.xxx.xx +server.hostname "TEST RIP" -server.worldsize 4000 -server.globalchat 1 -server.secure 1 -cheatpunch -server.stability true -chat.serverlog true +spawn.max_rate 0.2 +spawn.max_density 0.2 +server.level "Procedural Map" +spawn.min_rate 1
    [DOUBLEPOST=1440259723][/DOUBLEPOST]Sorry i had modified it since, like this : but no changes

    @echo off
    RustDedicated.exe -batchmode +server.port 2xxxx -logFile RIP.log -rcon.port 2xxxx -rcon.password "xxxxxxxx" +server.maxplayers 200 +server.seed 9999 -load -rcon.ip xx.xxx.xxx.xx +server.hostname "TEST RIP" -server.worldsize 4000 -server.globalchat 1 -server.secure 1 -cheatpunch -server.stability true -chat.serverlog true +server.level "Procedural Map" +spawn.min_rate 0.6 +spawn.max_rate 1 +spawn.min_density 0.5 +spawn.max_density 1
     
  20. Wulf

    Wulf Community Admin

    Is the script in the same location where RustDedicated.exe is?

    Also, -cheatpunch does not exist in Rust, only Rust Legacy. I'd also recommend remocing -load, and moving the rest of your general settings other than the -rcon ones to cfg/server.cfg (manually create it).