No, you do not have to delete your server, your server is already up to date, now all you have to do is replace the oxide files with the old ones you had on your server, then start your server up and wait a bit for it to start.
Solved Server won't load with Oxide update (missing files)
Discussion in 'Rust Discussion' started by Stitch, Nov 5, 2015.
-
Wulf Community Admin
-
-
-
It is telling me "Disconnected: Wrong Connection Protocol: Server update required!" How do i fix this
-
-
And what do I do to update my server now?
-
-
I start it and its blank then I start it as admin and it says 'Restarting server' is not recongnized as an internal or external command, operable program or batch folder' How do I fix this. The server just keeps saying that then restarting.
-
My server is broke now as well. I used the app update script from the dedicated server setup tutorial then came here and downloaded the newest version of Oxide just like I did when I set my server up yesterday. Now when I use my startserver.bat file nothing happens, but a black DOS window.
-
-
@echo off
cls
:start
RustDedicated -batchmode -nographics +server.ip
then a lot more after that with my numbers and stuff
[DOUBLEPOST=1446770889][/DOUBLEPOST]It opens up a rust dedicated but it doesn't do anything. -
Try to remove -nographics. You also need way more than just that, take a look at oxide's server start.bat
-
Oxide's StartServer.bat only says this. "RustDedicated.exe -batchmode"
Here is what mine says "
@echo off
cls
:start
RustDedicated -batchmode -nographics +server.ip 192.168.1.8 +rcon.ip 12.0.0.8 +server.port 28015 +rcon.port 28016 +rcon.password "changeme" +server.maxplayers 50 +server.hostname "Super Fun Time XGather Active Admins" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed 34544321 +server.worldsize 4562 +server.saveinterval 300 +server.globalchat true +server.description "Fun! Fun! Fun! Active Admins and 1000x Gathering. Come hang around." +server.headerimage "http://oxidemod.org/styles/oxide/logo.png" +server.url "Oxide"
@echo.
@echo Restarting server...
@echo.
goto start
" -
I think that @echo restarting server is what is messing you up, try this, and edit it
RustDedicated.exe -batchmode +server.hostname "Ankawi Testing Server" +server.identity "Ankawi" +server.seed 321234 +server.port 28015 -logFile "log.txt" +server.maxplayers 20 +rcon.port 5060 -server.worldsize 4000 +server.saveinterval 300 -
Thats the one I use called Oxide Server
[DOUBLEPOST=1446771832][/DOUBLEPOST]Can you write out everything for me with my numbers and such? -
I cannot do that for you, you have to do it yourself. Or maybe just try removing the echos.
-
I have been trying to fix it and I can't get it to work.
[DOUBLEPOST=1446772216][/DOUBLEPOST]I have tried everything you have said and it still wont work -
RustDedicated.exe -batchmode +server.hostname "Super Fun Time XGather Active Admins" +server.identity "Stitche" +server.seed 34544321 +server.port 28015 -logFile "log.txt" +server.maxplayers 50 +rcon.port 5060 -server.worldsize 4000 +server.saveinterval 300 +server.description "Fun! Fun! Fun! Active Admins and 1000x Gathering. Come hang around."
-
Thats all I have to put it in the batch file and it will work?