I just blew away the entire server dir again....
this is my update file (steamcmd is in Steam dir & Rust is the rust dedicated folder):
cd steam
steamcmd.exe +runscript ../Update.txt
after doing this I downloaded oxide and copied the contents into /rust - it overwrote 13 files (copy pasted a second time for good measure and it overwrote 49 files)Code:Update.txt contents: @ShutdownOnFailedCommand 1 @NoPromptForPassword 1 login anonymous force_install_dir ../rust app_update 258550 validate quit
This is my server launch command(censored some stuff):
Code:RustDedicated.exe -batchmode +server.hostname "AwesomeServer" +server.port 28015 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password "password" +server.identity "awesomeserver" +server.seed 12314 +server.worldsize 5000 +server.maxplayers 25 +server.description "blah" +server.url "blah" +server.headerimage "blah"
Setting up a Rust server with Windows
Discussion in 'Guides and Tips' started by Wulf, Oct 9, 2014.
-
Wulf Community Admin
-
EDIT: there we go, disabled validation/updating before starting the server... seems to have worked. not sure why though, worked fine before todayAttached Files:
-
-
Wulf Community Admin
-
-
Wulfie, when do u plan to update to:
Protocol: 1344.113.1
Build Version: 757.81
? -
Wulf Community Admin
-
-
Wulf Community Admin
-
huh, still no support from gameservers.com for oxide.. are they sleeping?..
-
I seriously need help with setting up my Rust Dedicated server using Oxide.
This is my configuration
@echo off
cls
:start
RustDedicated -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "bjdbjd98" +server.maxplayers 100 +server.hostname "Brent2016" +server.identity "server1" +server.level "Procedural Map" +server.seed 12345 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Coming Soon" .
@echo Restarting server...
@echo.
goto start
My Skype is TTSocialBrent for those able to help, I can pay... thanks -
Wulf Community Admin
-
Yes, I did and everything is set up correctly.
Screenshot
I can't connect to it from the IP, and I can't find it in the server list. -
Wulf Community Admin
-
-
-
-
My server is acting completely different after the latest update. Oxide is working now, but the server updates every time I restart it now. It used to be that after I had the update, the next time I would reboot it would check for updates but not actually download anything since it's updated. Now every time I restart the server (even after a couple minutes) it will download a fresh update of the server. Everything seems to be working which is great but it's an odd change that now I have to actually download something each reboot.
-
Hi Guys !
I got the same problem as "Portal The Salty New Year". After starting the batch-file the CMD is stuck at this
-
Wulf Community Admin