udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Odd brown/orange/grey map #167

Closed colholt closed 12 years ago

colholt commented 13 years ago

Hello,

After generating a c10t map, the result is this weird map that is only brown, grey, orange, and a few other colors - and it looks nothing like Minecraft. The chunks are properly rendered, because they look like an older map did - it's just there is no blocks, just brown,gray, and other colors. Anyone know a fix to this?

Thanks for your time, Phaseout edit: I am using this command to render it c10t -M 2000 -t 2 -w C:\Users\Columbus\Documents\MCMap\World\home\sneaxy\ramdisk\world -o C:\Users\Columbus\Documents\MCMap\World\home\sneaxy\map.png

udoprog commented 13 years ago

Could you pring which version using the following command?

c10t --version

And also, would it be possible for you to link to your map?

Sleaker commented 13 years ago

not sure how it's finding the directories properly if you're using C:folder and not C:\folder, was that a typo?

EdGruberman commented 13 years ago

The -t option splices off all block layers above the provided y-axis value. "-t 2" will only render your bottom 3 (0-2) layers. So you are probably just seeing a flat layer of dirt (brown?), bedrock (orange?) and stone (grey?).

You probably want "-t 125" if you really want to remove the top 2 block layers. Or were you looking for a different option?