Don't Starve Together

Don't Starve Together

[ACC] Cherry Apr 15, 2020 @ 10:46am
Restart on the same map
Hello, so, is it possible to start over on the same map? I really like the layout of the map I currently play on, but I would like to start over.
< >
Showing 1-11 of 11 comments
Visualvengeance Apr 15, 2020 @ 3:48pm 
Yes you can, for that you'll need your current world's seed value, you can find that here:

Klei/DoNotStarveTogether/cluster(which corresponds to your save slot in game, 1 to 5)/Master/server_log.txt

Look for the line:

SEED = 1579483343

Now that's your world's seed, you will need this value to generate the same exact world.

Go to wherever Don't Starve Together is installed, inside that folder look for:

Data/databundles/scripts.zip/scripts/worldgen_main.lua

Open worldgen_main.lua and look for:

--SEED = random number -- Force roads test level 3
SEED = SetWorldGenSeed(SEED)

change to:

SEED = yourseedgoeshere -- Force roads test level 3
SEED = SetWorldGenSeed(yourseedgoeshere)
Save and restart the game, from now on every world you generate will use this seed value we just gave it. If you want to change this just add the "--" in front of "--SEED...." also called uncommenting.

Hopes this helps.
drinkmetogrow Apr 15, 2020 @ 3:58pm 
That's awesome @Visualvingeance.. I didn't know that was a thing! Nice save!
[ACC] Cherry Apr 16, 2020 @ 4:33am 
Thanks @Visualvingeance
Visualvengeance Apr 16, 2020 @ 7:24am 
Glad I could help! :)
rAngeR 💤 Apr 16, 2020 @ 8:57am 
Finally i can make a map with any seed, thanks bro @Visualvingeance
Rainvar Feb 16, 2023 @ 10:25pm 
Hey guys, I also need help. Is there a way to reset the explored map while not resetting the world? Much appreciated!
living code Mar 20, 2023 @ 1:01pm 
i try this it did not work for me, Can someone else try it and see if is still working/work for them? or if there another way to do this

SEED = 1679321385 -- Force roads test level 3
SEED = SetWorldGenSeed(1679321385)
Last edited by living code; Mar 20, 2023 @ 1:27pm
tools guy-kun Mar 20, 2023 @ 1:24pm 
Originally posted by living code:
i try this it did not work for me, Can someone else try it and see if is still working/work for them? or if there another way to do this

SEED = 1679321385 -- Force roads test level 3
SEED = SetWorldGenSeed(1679321385)

use this mod whenever hosting a world: https://steamcommunity.com/sharedfiles/filedetails/?id=1378549454&searchtext=gem+core

in your server mods, enable it in your world generation settings. click on the forest tab, then click on the world generation tab. your seed will be at the very top.

additionally, when first creating the world, the seed will be blank. this allows you to use a seed you've found and load it to consistently generate that world seed.

I was able to get the triple roads by spawn portal each attempt.

edit: fixed an error regarding "world generation" and "forest" being mixed up.
Last edited by tools guy-kun; Mar 20, 2023 @ 1:38pm
living code Mar 20, 2023 @ 1:27pm 
Originally posted by tools guy-kun:
Originally posted by living code:
i try this it did not work for me, Can someone else try it and see if is still working/work for them? or if there another way to do this

SEED = 1679321385 -- Force roads test level 3
SEED = SetWorldGenSeed(1679321385)

use this mod whenever hosting a world: https://steamcommunity.com/sharedfiles/filedetails/?id=1378549454&searchtext=gem+core

in your server mods, enable it. then go to your world generation settings. click on the forest tab. your seed will be at the very top.

additionally, when first creating the world, the seed will be blank. this allows you to use a seed you've found and load it to consistently generate that world seed.

thank you so much
tools guy-kun Mar 20, 2023 @ 1:37pm 
Originally posted by living code:
Originally posted by tools guy-kun:

use this mod whenever hosting a world: https://steamcommunity.com/sharedfiles/filedetails/?id=1378549454&searchtext=gem+core

in your server mods, enable it. then go to your world generation settings. click on the forest tab. your seed will be at the very top.

additionally, when first creating the world, the seed will be blank. this allows you to use a seed you've found and load it to consistently generate that world seed.

thank you so much
of course, friend.
Bill Aquanaut Nov 21, 2023 @ 8:59am 
This is not working for me in 2023, maybe I am doing it wrong? Are there any videos on this?
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Apr 15, 2020 @ 10:46am
Posts: 11