ID:179180
 
this is probably a long shot, but I figured I'd ask anyway.

Is there any way to scale up the size of the icons (or rather, the whole map? I tried setting world.maxx and world.maxy to something less than 20 (15), but it just puts a black border around the outside. I was hoping the map would scale up to fill in the entire map space.
Also, I know that I can make bigger icons by breaking them up into 4 separate icons (or 9, or whatever). However, I was hoping for something in between a 1x1 and 2x2 square (closer to 1x1).
When you increase the map size, it fills the extra space with the default turf in the default area. Even without defaults defined, the new space is usable. These defaults are world vars.

world
area = /area/outside
turf = /turf/ground

The increase only expands to the east (world.maxx) and north (would.maxy) of the current map. locate(1,1,1) will still be at 1,1,1 no matter how much you expand the map.