Minetestmapper.py ignore blocks above certain height.

CalumMc
Member
 
Posts: 58
Joined: Mon Dec 12, 2011 16:50

Minetestmapper.py ignore blocks above certain height.

by CalumMc » Sun Jul 07, 2013 10:35

Is there a way to get minetestmapper to not map blocks above a certain height? Flying structures look odd on my map image. Thanks.
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sun Jul 07, 2013 11:01

The C++ version does not have this limitation, IIRC.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
xyz
Member
 
Posts: 449
Joined: Thu Nov 10, 2011 14:25

by xyz » Sun Jul 07, 2013 11:18

minetestmapper.py, lines 431-432
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
        psmin = getBlockAsInteger((xpos, -2048, zpos))
        psmax = getBlockAsInteger((xpos, 2047, zpos))
 

CalumMc
Member
 
Posts: 58
Joined: Mon Dec 12, 2011 16:50

by CalumMc » Sun Jul 07, 2013 14:45

xyz wrote:minetestmapper.py, lines 431-432
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
        psmin = getBlockAsInteger((xpos, -2048, zpos))
        psmax = getBlockAsInteger((xpos, 2047, zpos))

Thank you.
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 87 guests

cron