1. Wulf

    Wulf Community Admin

    Rust is a paid game. You can get it via Steam.
     
  2. roger that :)
     
  3. im not sure if this is an issue but i think it is .. when you build in the oxide server ALL the walls fall over i cant get it to build

    where would i see the error for this... this doesnt happen in Vanilla
     
  4. Wulf

    Wulf Community Admin

    Oxide doesn't change anything with that, so I don't see how that's possible. From what others have mentioned, there may be an issue with the new stability feature that was added to Rust recently.
     
  5. i have been testing this on a test server obviously and i took off the Copy-paste plugin and the walls would not fall over again ... can any one confirm this
     
  6. Wulf

    Wulf Community Admin

    So it sounds like an issue with the plugin then.
     
  7. Another rust update just dropped.
     
  8. Wulf

    Wulf Community Admin

    Yup, working on it. :)
     
  9. Why am I getting a error "GameConfig: couldn't connect to host" Also rejects clients when joining Steam Auth Timeout. EDIT: A screen shot of the errors http://prntscr.com/5qm5qr
     
    Last edited by a moderator: Jan 10, 2015
  10. Wulf

    Wulf Community Admin

    I've never heard of the first error, but it isn't from Oxide. The second error is from Steam issues.
     
  11. Wulf

    Wulf Community Admin

    Check your logs for errors. The only reason why it wouldn't work is if a step was missed, or the dependency was not installed properly. Make sure you are using the correct Oxide 2 build as well.
     
  12. OK, then to save the world, for any web requests, and for a lot of things.
     
  13. Wulf

    Wulf Community Admin

    FYI: snapshot build (100) on GitHub has real versioning with build numbers now, so if checking the version via a plugin will not provide a meaningful version!

    For developers, the below code will return the version number (ex. 2.0.100):
    Code:
    Oxide.Core.OxideMod.Version:ToString()
    2 = current major version
    0 = current minor version
    100 = current build number from Travis-CI

    The build number will automatically increment for each new snapshot build.

    Right now the HelpText plugin and the Version plugin offer a /version command, but someone will likely implement that command into the Oxide Core instead.
     
  14. So I can start a server without oxide, but not with. When following these steps, as I go to open the .bat a blank cmd prompt opens. rustdedicated.exe is running in my task manager but I cant connect to the server. I can start a server fine without oxide. I've used the zip under "latest" on github and overwritten everything when extracting with 7zip.

    also, when my server without oxide is up, it won't show on the server lists. any ideas why that is? I'm hosting on my personal PC but I don't know if that matters. friends can connect with the client.connect command.
     
  15. update just dropped. Doesnt look like the latest oxide is working with it.
     
  16. Guys, how about update oxide?)
     
  17. Wulf doesnt seem to be hère so you Will have to wait for him to get back ;)
     
  18. I'll go masturbate while waiting for an update...
     
  19. Wulf

    Wulf Community Admin

    You don't have the Visual C++ dependency installed. GitHub is generally not the place to get the latest build either, especially since you are likely installing an incompatible build on the version of Rust server you are using.