Ok, here is how I make maps for snowballz. The format is really pretty simple. Here is a sample hierarchy:
You can watch a video of me creating a map and and learn about the map configuration below.
This is the settings file for iceland.
This is the basic map configuration section. The regions, resources, land and terrain are for telling the map loader where to find the images, so you can have those files named whatever you want so long as it's linked up here. Land and terrain are optional.
The description and objectives aren't anything special, put what ever you want (But no, snowballz won't enforce what you say there.)
The required_plugins option loads the listed plugins. In our case it loads the powerup plugin and the conquer_victory plugin. You can see all available plugins in the "plugins" folder. For details on what each plugin does, open the __init__.py file in the plugin folder and read the doc string (it's at the top). If you make your own plugins I would be more than happy to include them in the next version of snowballz.
The last one is music (new in 0.9.5). This tells snowballz to loop through llamas_y_bakunas.mp3 while playing this map. Currently the music file must be located in the music folder in the snowballz root directory.
If you read the help for the conquer_victory plugin you know that this section is used by that plugin. The to_win option will give victory to the first person to conquer all the regions and defeat to any player that loses all of theirs. This allows for some creativity.
This section is used by the powerup plugin. We are basically placing powerups on the map here. I think it's pretty self explanatory.
These two sections are defining some of the unit settings for the game. Available options are:
Some settings for the igloos. This tells snowballz to start each igloo with 12 workers and 15 snowballers.
And lastly we place the igloos on the map. You must be very careful here, there will be unpredictable results if more than one igloo gets placed in the same region!
A good way to do this is to open up the regions.png file and hover over where you want the igloo; on the bottom left of the image window it will show you the pixel coordinates (the map and pixel coordinates are the same.)
Before we move on there is one more section that you can have (used in crystal crises):
This functionality isn't very full yet, but it is usefull. This tells the ai players to focus on gathering crystal with 80% of it's workers, then to use it's snowballers for guard the tile at coordinates 75,75 (in the case of this map, the center where all the crystal is).