Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yep.
Start a new world in a new slot. Call it BACKUP for the name (it doesn't matter). Generate the world and pick any character (doesn't matter) to join it. Then, exit the server after you spawn (save and quit).
Open the following file (on the server) with a text editor:
My Documents\Klei\DoNotStarveTogether\save\saveindex
In there, you'll see all of your current saves. You should see your current world as well as the new
Find the slot that matches your brand new world (probably labeled BACKUP if you followed my directions). Take note of the session_id (copy it somewhere).
Find the slot that matches your current server (the one you want to back up). You should be able to find it pretty easy looking at that file. Now, copy that entire slot over your slot that matches the backup (or a new slot...doesn't matter). Just make a copy of it somewhere else in that saveindex (don't exceed the 5 slots though).
{ <----- Copy from here
server={
description="fire!!!!!",
friends_only=true,
game_mode="survival",
maxplayers=6,
name="name",
online_mode=false,
password="xxxx",
pvp=false
},
session_id="random_hex_will_be_here",
world={ day=70 }
}, <---- To here
Now, change the session_id to the newly generated world (the one you made a note of).
Now open the following folder:
My Documents\Klei\DoNotStarveTogether\save\session\
Open the one from your original save (the one you want to backup). Copy all of the contents inside (select all, copy).
Open the new session_id folder that was created in step 1 (created when you made the new world). Delete everything that isn't a folder from there (Don't delete OU_<random_numbers> and/or KU_<random_characters> folders!). Paste in the new stuff. Open the folder in there and delete the contents (all we really need is the folder name with the random characters...everything else can go).
Each one of those folders in the session is the player info (or partial player info if they are remote players). Assuming you were the host before, find the folder that you just pasted which contains the file 'minimap'. Open it and copy all of the contents (minimap and a bunch of 00000000<number> files). Paste these into the other character folder you emptied from before (Folder with OU or KU prefix).
The game generates a unique folder for each user based on I think the session ID hashed with their steam name. This is why we need to jump through the hoops of creating a new character and copying the contents of the files into this new folder).
Let me know if you have problems! I transferred one of my servers to a new computer to write the stuff above...so hopefully it makes sense!