It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
The generated map apparently uses the randomizer seed as the file name, but it's in scientific notation, so only the first 5 digits reliably match the seed the player enters. If two maps are made using similar seeds where the difference falls in the last 3 digits, the second map will overwrite the first.

My most recent game universe is 5.55556e+007.sts with a seed code of 55555555, I tested to see if this might be a problem by creating a new map with seed code 55555602, which was a different size (so it was definitely a different map), but it overwrote the first map because the file name was still 5.55556e+007.sts

Are you storing the randomizer seed in a float? An unsigned int might work better.
Hi Toccatta - I have a look at this. It's never come up before but I can see this being a problem. Thanks for mentioning it.