by chlue » Mon Dec 26, 2011 10:18
Just in case you don't know. The mapgenerator so far is not completely broken. It refuses to work because the map format has changed. If one searches for the string 'if version == 20:' and replace it with 'if version >= 20:' then the script executes, but the colors are messed up (because the new mapformat seem to use a dynamic mapping with the mapping attached to the map-block instead of a fixed list of materials).
So if you just wan't something to orientate yourself and don't care about the colors it should still mostly work.