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
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.
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.
thank you so much