Server crashed and whatever i do it load a different seed from what i had, i tried all options +server.seed ..
It wont allow me to pick the seed i load, it always loads a different seed..
Any ideas?
[DOUBLEPOST=1438736149][/DOUBLEPOST]How to make server load map seed? anyone?
Server won't load seed
Discussion in 'Rust Discussion' started by Rusty, Aug 5, 2015.
-
Can you copy paste the text of your batch file here?
-
RustDedicated.exe -batchmode +server.hostname "NoName" +server.port 28215 +rcon.ip 0.0.0.0 +rcon.port 28216 +rcon.password "pass" +server.maxplayers 150 +server.seed 43243244
I even deleted the server identity folder..it always generates with the same seed, not the one im specifying -
You forgot to add the following:
-load
Without this your server will generate a new seed on every load instead of loading your savegame.
Also interesting:
-server.saveinterval 300
This will do an auto save at the given time interval.
And I also add this:
+server.level "Procedural Map"
(no idea if this is really needed)
[DOUBLEPOST=1438785864][/DOUBLEPOST]I actually might have misread your problem description. If it doesn't load seed 43243244 at all, does it load another one? For isntance seed 3600 -
Wulf Community Admin
-
Oh okay, sorry. That was just what my host's file looks like.