Hi Everyone,
I've a big problem !
i've build my first Rust Experimental Serveur this week, and yesterday, (this night) after the update, I can't relaunch my Procedural Map who saved in My_Server_Identity
The Run .bat files create another folders with another number for Procedural...
How I can Fix this, and relaunch my saved Games, with the new Versions ??
Thank's !
Solved Server not loading map save after update
Discussion in 'Rust Discussion' started by .score, May 8, 2015.
-
The update usually requires a wipe so a new map will be generated after you update your server. This is the way things usually go, this does not wipe your saved character files however.
-
So, after the Update, and the New Map, i've to rebuild all the things ?
I try to -Load server/..../0.sav with the older Procedural map folder, i've a lot of things i've build, but in a new map, with Tree in the air, and wall in the mount !
There is no way to import my saved data, with the old map and all the things ? (Sorry for my english...) -
Sadly right now that is the issue with weekly updates but most of the Rust community has come to expect it so it's not a huge deal anymore. -
Ok thanks ! Let's get a new world !
See you -
I just updated my steam think @ my host
-
-
Major updates are usually pushed once a month, and it is usually first thursday of every month. That said, last update did NOT require new maps for both of the servers I take care of, neither did the official servers got wiped. AFAIK either they all get wiped or none of them does. There is a slight chance something in your save makes the new version of rust think the file is invalid, but that is not very likely.
@.score what could happened though, is your server might have 'forgot' that it already had a map saved, and instead it tries to generate a new one. To generate a map rust needs something called "seed". Seed is a special number that tells the map generator where to put what. Go into your server profile/save folder. You should have two folders there, one with your new and one with your old map. They should look something like this:
Code:Procedural Map_4000_6738
Make backups of your old map. Stop the rust server. Delete the folder with the new map. Start the server again, but add this to the command line:
(CHANGE THE 6738 BELOW TO THE SEED YOU GOT FROM YOUR OLD MAP'S FOLDER NAME!)
Code:-server.seed 6738
Last edited by a moderator: May 8, 2015 -
Huh, that's good to know. I thought if a protocol change happened or what not a map wipe was required or a map would come back as outdated when trying to boot it up (at least thats what happens to me but that was a little while ago). I will keep this in mind then, thanks for bringing me up to speed.
-
@seanterris THANKS ! THANKS ! THANKS ! THANKS ! it Work !
-
Protocol change means that the way the Rust clients communicate with the server and each others has changed. To make sure they are able to communicate properly, two ends (client<->server) will only finalize the connection when the protocol version is the same.
In reality though the protocol itself doesn't change that much from version to version. Most probably aside from accounting for new things that sometimes are added to rust the protocol doesn't change at all, and instead the update handles changes in graphics, physics engine etc etc. But the protocol version gets changed anyway, because it's the easy way for devs to ensure that they will start receiving error/performance reports from the new version clients as soon as possible.
[DOUBLEPOST=1431092449][/DOUBLEPOST]@.score great to hearhave fun!
be prepared though that one of the updates will force you to change the map sooner or later, and if the last one didn't good chances are then next one will (next thursday). -
-
Wulf Community Admin
-
My server is trying to create a new map the whole time after the update. Haven't had this before. -
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
actually, if you look in the server folder where your .sav file is, you can notice 2 of them, in my case it was
Code:proceduralmap.4500.1073741824.133.sav
Code:proceduralmap.4500.1073741824.134.sav