Update is out (I'm sure you're aware). Thank you for everything
Setting up a Rust server with Windows
Discussion in 'Guides and Tips' started by Wulf, Oct 9, 2014.
-
Server is update, where oxide?
rust dedicated - win64
Build ID 733140
Last Update about 4 hours ago (August 14, 2015 – 08:10:50 UTC) -
Wulf Community Admin
-
wont work. he even said he bought the rust experimental and i even gave him a seconds ago.
this is how he claims at the log : Game:RustGame Version:Oxide ExperimentalMod:Oxide Experimental ( 2.0 )Max Players:80Profile ID:1013036Last Updated:UnknownState:Fully EditableServer Type:Online - Clanserver
is this right oxide version? i really want to know. also we want to play the rust latest update, not legacy. -
Wulf Community Admin
-
nah never mind the hosting company lied to him they stole his money lol -
-
Update is out
-
update dropped.
[DOUBLEPOST=1440105387][/DOUBLEPOST]I have a question. How is it possible for the other oxide modded servers to be updated already when there has not been an update yet from oxide? I get protocol incorrect error but I see other servers are up and fine? Is there some special place to get oxide quicker?Last edited by a moderator: Aug 20, 2015 -
edit: update is now online here, too, thx wulf <3 -
Wulf Community Admin
-
also every server bat doesnt starts with that line -
Is there a way to do a self patch server?
-
My server @DeinServerHost.de is not patching. Maybe it's an issue with the provider, maybe not?
-
Wulf Community Admin
-
Hi guyz,
I recently bought a dedicated server, all work perfectly but i have a little problem.
When i do restart command in console, it do the countdown of a minute, and the CMD just close itself, and never restart after...
What i need add to my .bat to do a restart workable? -
Wulf Community Admin
-
RustDedicated.exe -batchmode +server.port 2xxxx -logFile RIP.log -rcon.port 2xxxx -rcon.password "xxxxxxxxx" +server.maxplayers 200 +server.seed 9999 -load -rcon.ip xx.xxx.xxx.xx +server.hostname "TEST RIP" -server.worldsize 4000 -server.globalchat 1 -server.secure 1 -cheatpunch -server.stability true -chat.serverlog true +spawn.max_rate 0.2 +spawn.max_density 0.2 +server.level "Procedural Map" +spawn.min_rate 1
[DOUBLEPOST=1440259723][/DOUBLEPOST]Sorry i had modified it since, like this : but no changes
@echo off
RustDedicated.exe -batchmode +server.port 2xxxx -logFile RIP.log -rcon.port 2xxxx -rcon.password "xxxxxxxx" +server.maxplayers 200 +server.seed 9999 -load -rcon.ip xx.xxx.xxx.xx +server.hostname "TEST RIP" -server.worldsize 4000 -server.globalchat 1 -server.secure 1 -cheatpunch -server.stability true -chat.serverlog true +server.level "Procedural Map" +spawn.min_rate 0.6 +spawn.max_rate 1 +spawn.min_density 0.5 +spawn.max_density 1 -
Wulf Community Admin
Is the script in the same location where RustDedicated.exe is?
Also, -cheatpunch does not exist in Rust, only Rust Legacy. I'd also recommend remocing -load, and moving the rest of your general settings other than the -rcon ones to cfg/server.cfg (manually create it).