Space Traders Map

Details

  • Filename
    Space_Traders.SC2Map
  • Uploaded by
  • Uploaded
    Oct 4, 2010
  • Size
    498.06 KB
  • Downloads
    562
  • MD5
    1b0b01e63085d02036f82e83f61ffd2b

Changelog

Map contains a functioning Dialog to Query all of the planets and elements. I did not factor in the Inventions due to laziness. To query the inventions for planets, you crosslink the available elements on the planet with the elements required for the invention. This was my intention, but of course you can do with it as you like.

The inventions are from very early fiction future dreamers, it tops off at mid around 2004. All data used in this map can be found on Wikipedia.   

You don’t have to use everything from the map. It’s all separated nicely. So you can use just the planets and elements if you like, or the inventions, elements, planets on their own.

The values are not stored all as strings.

If it’s a word it’s a string.
If the number has a decimal it’s a real.
If the number does not have a decimal it’s an integer.
If the value is true or false it’s a Boolean.

You must be aware of this so that you know what data table to receive the information from, and how to handle it.

I generated all the values with true random number generator. I was bounding the data to realistic numbers found in real life wiki data. Some planet information like moons I gave a 50% change it has moons, and then randomized how many it has.