TOGoS / TMCMR

TOGoS's Minecraft Map Renderer
http://www.nuke24.net/projects/TMCMR/
Other
45 stars 18 forks source link

Limit map to a range #15

Closed uncovery closed 10 years ago

uncovery commented 10 years ago

It would be great to have a command line option with 4 parameters to limit the map to a certain range (low_x,low_z,high_x,high_z), either by file (-4,-4,+5,+3) or even better by block (-200,100,400,600)

We have some quite huge worlds that become somewhat un-displayable if we render them completely.

TOGoS commented 10 years ago

50444cd52394465eb77e8bed617848d566b84189. This allows you to limit by region with -region-limit-rect x0 y0 x1 y1. Since the program's based around generating region-sized tiles this was the simplest approach.

This and new default block and biome color maps are included in TMCMR-2013.12.13a.jar.

uncovery commented 10 years ago

thanks!