Earth 2150: The Moon Project

Earth 2150: The Moon Project

Not enough ratings
Loading landform into Map Editor
By koniecpolski
Short tutorial how to create maps with imported landscape from a graphic file. A way for making perfectly symmetric maps.
   
Award
Favorite
Favorited
Unfavorite
Basic requirements
The necessary things you should already have:
  • graphic editor (Paint or Gimp etc.)
  • BMP Templates[github.com]
  • Earth 2150 installed
You can download map templates or create them yourself - it is just a rectangle in BMP file with dimensions:
  • 255x255 - Huge
  • 191x255 - Large
  • 159x159 - Medium
  • 95x95 - Small
Pick one of BMP templates depending on how big map you want to create. You have the choice between Huge, large, medium and small.
Modifying map template
I'm familiar with Gimp editor so I use it to open downloaded BMP template file. First of all I set image mode to 8-bit Grayscale. Open Image tab and correct Mode and Precision.
You can prepare map draft by filling mentioned template with gray scale colors in 0-255 resolution. Color can be selected in a tool section (visible on the left side of the Gimp window). Just click on a coloured rectangle in order to change it. In appeared window (screen on the right) click on HSV color mode (1), select S parameter (2) and choose desired gray hue (3) then press OK. I sometimes use V parameter slider when I need very precise gray tint.

Important thing is that the closer the color is to white, the higher terrain will be. You can always invert this later in Earth 2150 Editor. So dark grays mean depressions and light tints - highlands. Using edge values (black and white) is not recommended.

As you can see on the template there is black outline of a rectangle. It indicates the limits of the possibility of moving and building around the map. Terrain outside this range will not be accessible in game, but still visible. Don't leave that outline black unless you want to have cracks on the edges of the functional map.


If you want to create smooth transitions between altitudes I suggest using gradient tool. Just select right edge colors before. I often use Rectangle Select Tool or Fuzzy Select Tool (this magical rod) to mark the area which I want to fill with gradient or bucket of color. All these instruments are available in the tool section mentioned before. Sometimes you may be surprised that you are not able to paint in some locations of the image. That's because you have selected different working zone. You can get rid off selection by clicking in a Select tab on None option or All if you prefer.



Most of PvP arena style maps are symmetric. You can achieve that by filling only half or even quarter of the template and then selecting completed fragment and copying it with transformation. You can find flip and rotate option in Transform menu after clicking on a Layer tab in the top window bar (next to Image tab where you were choosing gray scale mode).
Importing terrain
Finished project export as BMP file and move it into Earth 2150 game main location. After entering the Map Editor click on the Menu then New and select proper map size (as used by you template) and press Create. After this you can open console with Enter keyboard button and type
Editor.LoadBmp your_map_draft.bmp
You may want to see your work from a further perspective. Type in console code below and you should be able to zoom out enough to see entire map. But don't overdo it as your machine may not be able to take it and the game will crash.
graph.zoom.max=500
The only thing left now is painting your new map with textures and placing stuff like resources or trees.
Some tips
  1. Remember that you can reverse your action by holding Shift keyboard key.
  2. Objects can be rotated with NUM_Enter key before you place them.
  3. If you want to delete something - hold Shift and click on it.
  4. Be ware of Undo button in Generator tab, because it resets entire map to a starting stage - sets it as totally flat. It might ruin your efforts so I suggest opening again a saved map file (if you saved it before) or reloading BMP file.
  5. Textures and objects remain even if you load different draft.
  6. Mind to open game Menu and set its properties then save after you end playing with a map.
Done
Thank you for reading. I hope it helped you a bit. And good luck in creating your own creative maps. Don't be reluctant with publishing your creations on a community forum. I would really like to play someone's maps...