Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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