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.
Setting up a Rust server with Windows
Discussion in 'Guides and Tips' started by Wulf, Oct 9, 2014.
-
Wulf Community Admin
-
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. -
Wulf Community Admin
If you don't see it, make sure you are under the right identity folder. -
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 -
Wulf Community Admin
-
Ok. Now it worked but I don't know why but it is wayne so thank you for your fast help.
-
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...
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. -
-
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
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.
-
Wulf Community Admin
-
-
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
-
Wulf Community Admin
-
-
Wulf Community Admin
-
nvm dont know why but working now
Last edited by a moderator: Jan 11, 2016 -
is there a batch file way to download and install the latest oxide? I would like to have it run on a schedule.
thanks -
Wulf Community Admin
-
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.
-
Wulf Community Admin
What IP are you setting in your startup script? It should be +server.ip 0.0.0.0 since you are behind a router.