Eventually I may also offer these for games I host. Im thinking about fixing one of them up for the next MID's game I have (8-15 players).
OK I have done my usual bit. Sparked the subject and hoping that someone runs further with it. Here is the MapGen script I used in case someone wants to play with the color settings or any of the other parameters. Maybe figure out how to get continents and oceans out of it.
Code:
border: yes ;
filename: Small ;
batch: 45 ;
pthresh: 5 ;
verbose: yes ;
pixel: 50 70 50 * * ;
pixel: 130 130 250 water water ;
pixel: 0 0 205 water ;
pixel: 255 250 205 waste ;
pixel: 124 252 0 farm ;
pixel: 139 90 43 mountain ;
pixel: 162 205 90 swamp ;
pixel: 102 205 0 plain ;
pixel: 34 139 34 forest ;
tchance: plain 50 ;
tchance: mountain 40 ;
tchance: forest 30 ;
tchance: water 40 ;
tchance: farm 10 ;
tchance: swamp 4 ;
tchance: waste 4 ;
tlevel: mountain 145 ;
tlevel: sea 100 ;
nbdist: 5 ;
tsize: 40 50 ;
psize: 35 45 ;
zoom: 1.25 ;
wraparound: xy ;
pcount: 180 20 ;
dimension: 1000 800 ;