Jump to content

about world-generation seed


Recommended Posts

Hi!

how many characters need to be in seed-string for generationg the new world? 

and which character is needed? 

is it must be only ciphers (err sorry i mean numbers) or maybe also and letters? 

which lenght of seed-string must be in minimum, and maximum (too)?

So far as I understand it, there is no minimum limit, nor a maximum limit. (hard to tell, I've seen "random" seeds as low as 5 numbers, and as high as 8, I'd suggest trying differeing amounts.)

and yes, Numbers only. (this one you should have allready been able to tell on your own, the text-field for seeds will not allow you to type letters, symbols, or punctuation, only Numbers.)

9 minutes ago, Octyabr said:

the game then crashes

Seeds are [-2147483648/-2147483648/-2147483648/-2147483648]
[23:10:31.642] [1] ERROR: Error in: Window.OfflineWorldGen.OnPrefabInit
System.OverflowException: Value is too small.
  at System.Math.Abs (Int32 value) [0x0002b] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Math.cs:76 
  at System.Random..ctor (Int32 Seed) [0x00013] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Random.cs:62 
  at SeededRandom..ctor (Int32 seed) [0x00017] in D:\JenkinsWorkspace\Release_SimGame_Windows\game\Assets\Plugins\Klei\worldgen\SeededRandom.cs:10 

Hahaha that is funny. Indeed that would escape the range of an integer.
 

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...