RamVivat Posted November 15, 2017 Share Posted November 15, 2017 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)? Link to comment https://forums.kleientertainment.com/forums/topic/84249-about-world-generation-seed/ Share on other sites More sharing options...
Lord_Greyscale Posted November 15, 2017 Share Posted November 15, 2017 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.) Link to comment https://forums.kleientertainment.com/forums/topic/84249-about-world-generation-seed/#findComment-974909 Share on other sites More sharing options...
Risu Posted November 15, 2017 Share Posted November 15, 2017 The range is -2147483648 to 2147483647, though the game never hands out negative seeds. Nothing stopping you from entering it. Link to comment https://forums.kleientertainment.com/forums/topic/84249-about-world-generation-seed/#findComment-974915 Share on other sites More sharing options...
SackMaggie Posted November 16, 2017 Share Posted November 16, 2017 7 hours ago, Risu said: -2147483648 to 2147483647 32bit integer Link to comment https://forums.kleientertainment.com/forums/topic/84249-about-world-generation-seed/#findComment-975059 Share on other sites More sharing options...
Octyabr Posted November 16, 2017 Share Posted November 16, 2017 Curious thing: if you set the seed outside those boundaries (below -2147483648 or above 2147483647) the seed is set to 0. But, if you set it exactly to -2147483648 or 2147483647 the game then crashes or hangs respectively. Link to comment https://forums.kleientertainment.com/forums/topic/84249-about-world-generation-seed/#findComment-975278 Share on other sites More sharing options...
Risu Posted November 16, 2017 Share Posted November 16, 2017 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. Link to comment https://forums.kleientertainment.com/forums/topic/84249-about-world-generation-seed/#findComment-975285 Share on other sites More sharing options...
Recommended Posts
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.