1. Wulf

    Wulf Community Admin

    Your server.cfg file appears to be corrupt in some way, it doesn't' appear to be related to Oxide. You may have a symbol in there that Rust is having a hard time reading, so you may want to try without that file to see if it starts.
     
  2. Ok I will try it. Thank you
    [DOUBLEPOST=1452298821][/DOUBLEPOST]Could you tell me where the server.cfg is located in the folder ? I can't find it.
     
  3. Wulf

    Wulf Community Admin

    server/identity/cfg/server.cfg

    If you don't see it, make sure you are under the right identity folder.
     
  4. So I just created the server.cfg because there was no server.cfg. I still can't start the server as normal. PS: I reinstalled the server and copied the files from the old folder to the new so that the rust server itself is updated and now it works but something is missing like the oxide groups. I hope you can understand me because my english is not the best.
     
    Last edited by a moderator: Jan 9, 2016
  5. Wulf

    Wulf Community Admin

    You may want to check your command-line then if you didn't have a server.cfg. Also, I'd recommend changing your RCON password, as the log you uploaded before exposed it.
     
  6. Ok. Now it worked but I don't know why but it is wayne so thank you for your fast help. :)
     
  7. Hey there, just trying to get an oxide server running for the first time, and I'm getting this in my console.
    Code:
    Scene '1' (-1) couldn't be loaded because it has not been added to the build settings or the AssetBundle has not been loaded.
    To add a scene to the build settings use the menu File->Build Settings...
    
    Otherwise everything seems to start fine, however, when trying to sign in with my client I get a mess of errors when trying to sign in.

    http://i.imgur.com/spnWJBA.png

    As a result, I can't even log into any other servers unless I restart my client, as this comes up.

    http://i.imgur.com/spnWJBA.png

    I presume the issue is to do with my server, as I have no issues joining other modded servers if I restart my client.
     
  8. Post info from bat file please
     
  9. Code:
    @echo off
    cls
    :startRustDedicated -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "(redacted)" +server.maxplayers 10 +server.hostname "The Consortium" +server.identity "my_server_identity" +server.level "" +server.seed 1854507 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "This is just a temp server. Expect things to disappear." +server.headerimage "http://oxidemod.org/styles/oxide/logo.png" +server.url "http://theconsortium.cc/"@echo.
    @echo Restarting server...
    @echo.
    goto start
    
    Now looking at this, I did just realize that +server.level was undefined, so I just ran it again using +server.level "potato" in there and now get a result of:

    Code:
    Scene 'potato' (-1) couldn't be loaded because it has not been added to the build settings or the AssetBundle has not been loaded.
     
  10. Wulf

    Wulf Community Admin

    +server.level cannot be blank or any random value, just remove it if you are using Rust's procedural map. There are only 3 Rust levels, blank and "potatoe" are not them. ;)
     
  11. Hah, champ. Deleting that seems to have fixed it and is now generating a map. Thank you so much!
     
  12. Have a feeling you messed the bat file up you can put it like this if you want +server.level "Procedural Map" also I would remove -nographics
     
  13. Wulf

    Wulf Community Admin

    You don't need to set that as the map, it is default. Also, -nographics is actually good to keep there, as it often disables more that isn't meant for the server; it's a Unity setting, same as with -batchmode.
     
  14. disables what
     
  15. Wulf

    Wulf Community Admin

    Varies by game, but generally things that require graphics cards. Doesn't mean it catches all or anything in Rust, but some Unity-based game servers require it, else you'll get a lot of graphics related errors. It doesn't hurt anything by being there.
     
  16. nvm dont know why but working now
     
    Last edited by a moderator: Jan 11, 2016
  17. is there a batch file way to download and install the latest oxide? I would like to have it run on a schedule.

    thanks
     
  18. Wulf

    Wulf Community Admin

    wget the Raw link for the build you want: OxideMod/Snapshots · GitHub.
     
  19. I have been trying to host my own Rust server. I have been working on it for about 4 days now and I have gotten so that I can join and connect. I have forwarded ports 28015 and 28016 as well as a few others in that number range for good measure. I have also added the Rusty administrator tool to my server. Now my server doesn't appear on the server list and I have given my IP address to my friends and told them to use the console in game but still no luck. No one can connect but me and when they do try to connect it tells them they are connecting to Amsterdam II and then says connection failed. Do you know how I can make it so they can connect to my server? Any information or tips will be greatly appreciated, as well as if you need any more information about my server contact me at [email protected] and I can give you more information to help narrow down the issue.
     
  20. Wulf

    Wulf Community Admin

    If they are directly connecting, the box you see in the center of the screen will never have the right information. That box only shows the correct server information if you connect through the server list.

    What IP are you setting in your startup script? It should be +server.ip 0.0.0.0 since you are behind a router.