1. Wulf

    Wulf Community Admin

    Oxide doesn't change anything in the game without plugins.
    [DOUBLEPOST=1435785859][/DOUBLEPOST]
    Please post your configuration / startup script.
     
  2. Hey Wulf I seem to be having trouble using Oxide. I did all of the instructions and have a working server however when I run my bat file it doesn't create the plugins folder for some reason. All of the oxide files are unpacked into my rust server folder. Is there any command I need to add to the bat file besides what I already have in there? I didn't see anything about that in your instructions.

    Here's my current startup script:

    :START
    C:\steamCMD\steamcmd.exe +login anonymous +force_install_dir C:\HostedServerFiles\Rust +app_update 258550 -beta experimental validate +quit
    RustDedicated.exe -batchmode -server.hostname "Rust Is Not Our Friend" -server.seed 8675309 -server.maxplayers 50 -server.worldsize 4000 +rcon.ip 0.0.0.0 +rcon.password "changeme" -rcon.port 5678 -server.port 28015 -server.saveinterval 15
    GOTO:START
     
  3. Wulf

    Wulf Community Admin

    There isn't anything different you need to do to startup, but the reason you aren't seeing Oxide as working is because you are unmodding your server with the app_update and validate each start.
     
  4. Can I still do update and no validate to make it work properly?
     
  5. Wulf

    Wulf Community Admin

    You'd need to re-install Oxide any time you update or validate, otherwise you are uninstalling Oxide.
     
  6. Ahh ok lemme try that really quick. Thanks! :)
    [DOUBLEPOST=1435848940][/DOUBLEPOST]Ok that worked, now I feel stupid. you're the best Wulf! :D I'll be a contributor here soon. Need to wait for paycheck lol
     
  7. nice and early :p
     
  8. I am getting the following errors - running Version 2.0.1132 rust version 1289
    Code:
    Oxide] 8:55 AM [Error] Exception raised in web request callback (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 8:55 AM [Debug]  at System.Collections.Generic.Dictionary`2[System.Object,System.Object].get_Item (System.Object key) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.NewStringFormatter+Formatter.GetUnaccessedObject (FieldName fieldName) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.NewStringFormatter+Formatter.GetArgumentValue (FieldName fieldName) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.NewStringFormatter+Formatter.ReplaceText (System.String format) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.NewStringFormatter+Formatter.FormatString (IronPython.Runtime.PythonContext context, System.String format, IronPython.Runtime.PythonTuple args, IDictionary`2 kwArgs) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.NewStringFormatter.FormatString (IronPython.Runtime.PythonContext context, System.String format, IronPython.Runtime.PythonTuple args, IDictionary`2 kwArgs) [0x00000] in <filename unknown>:0
      at IronPython.Runtime.Operations.StringOps.format (IronPython.Runtime.CodeContext context, System.String format_string, IDictionary`2 kwargs, System.Object[] args) [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Interpreter.FuncCallInstruction`5[IronPython.Runtime.CodeContext,System.String,System.Collections.Generic.IDictionary`2[System.Object,System.Object],System.Object[],System.String].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Jul 3, 2015
  9. Wulf

    Wulf Community Admin

    That's not from Rust or Oxide, it's from one of the Python plugins you are using. Please check above the error you gave for the exact plugin name and post in its thread.
     
  10. Updated my server, updated Oxide, new world starts.
    I still have the same +server.seed "1" in the config, but it's a completely new world, for no apparent reason.
    Last time I had the problem, was when the game updated. (About a week or two ago, not the most recent one.) All I did then, was just deal with it, but now it's kinda stupid.
    My config looks like this:
    @echo off
    RustDedicated.exe -batchmode +server.port 28015 +rcon.port 28016 +rcon.password "******" +server.hostname "[EU]ArcticRust - PVP|TP|KITS|ADMINS|6X GATHER" -server.stability true -load +server.seed "1" -autoupdate
     
  11. Wulf

    Wulf Community Admin

    Oxide doesn't change any of that. This week's Rust update was a forced wipe.
     
  12. i made a new server because i ruined my old one. and i cant geet it on the list or connect to ir. i am port forwarding it says wrong connection protocol? how do i update my server?
     
  13. new patch didnt make the persistance folder, i added manually from my old server but it doesnt read players data, where does players data is storage now?
     
  14. is there anyone i can add on skype to help me fix this?
     
  15. Your server is outdated!

    http://playrust.com/dedicated-server/
     
    Last edited by a moderator: Jul 3, 2015
  16. Last edited by a moderator: Jul 3, 2015
  17. I would like to open my server to other players, I'm actually connecting with localhost:28015, can someone explain me what to do , or if I have to pay for this please ?
     
    Last edited by a moderator: Jul 4, 2015
  18. Wulf

    Wulf Community Admin

    Forward your server port (28015) on your router (Google for a tutorial on forwarding), and then give your players your public IP address (found via Google or a site such as http://ipcow.com).
     
  19. " Couldn't create server on port 28015 (unknown)
    Couldn't Start Server. "

    I get this now..
    And this
    "GameConfig: Could not resolve host: gameapi.facepunchstudios.com; No data record
    of requested type"
     
    Last edited by a moderator: Jul 4, 2015
  20. Wulf

    Wulf Community Admin

    For the first error, you are either trying to set an invalid +server.ip, or you already have a server on port 28015.

    For the 2nd, all you can do is wait.