Jump to content

Re-using a map or map seed alternative?


Recommended Posts

is there any way to save a map?
or download map files or some thing so that we can use a map we like?

 

i am hoping to get a map with a narrow walk way that opens up a some what small area but still big enough to build a base to make it easier to get use to the game.
i just got the game and am still learning it.

how do you specify a seed?

and find a list of seeds?

 

@Toorimakun,

 

Sorry I didn't get to this sooner, to get a prompt reply from me please either quote me or @mention me as in the examples above.

 

to find your seed use the console and type

print(TheWorld.meta.seed)

 

to specify a seed, you can go into the worldgen_main.lua

if SEED == nil then	SEED = getrealtime()endSEED = yourseedmath.randomseed(SEED)

and replace "yourseed" with a number.

By the by, regarding the "seed" of map generation ...

 

Last time I played changing the "worlds" like every 20-40 days, I have figured that much:

 

Once you define your "world" initially, it still holds the same, no matter that you "start anew"

 

It even comes to the same set of "features", same geo stuff : if one has a "tallbird rocky square" somewhere nearby in the first world, it shall be there in the second one, and third one, etc

 

If a certain world has some set of features, like "lack of stones" or "no beefaloes" or "many killer bee hives", it shall gonna have it all  the same after a char "escapes" and enters a "new" place.

 

 

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...