Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print biome, humidity, temperature, altitude options #72

Open
paanrama opened this issue Feb 27, 2019 · 5 comments
Open

Print biome, humidity, temperature, altitude options #72

paanrama opened this issue Feb 27, 2019 · 5 comments

Comments

@paanrama
Copy link

Can be posible add the next options?
--biome: print only biome data (biome colors must be added to colors.txt)
--humidity: print only humidity data (humidity range colors must be added to colors.txt)
--temperature: print only temperature data (temperature range colors must be added to colors.txt)
--altitude: print only altitude data (altitude range colors must be added to colors.txt)

It can be very usefull while testing configuration changes.

@sfan5
Copy link
Member

sfan5 commented Mar 5, 2019

--biome: print only biome data (biome colors must be added to colors.txt)
--humidity: print only humidity data (humidity range colors must be added to colors.txt)
--temperature: print only temperature data (temperature range colors must be added to colors.txt)

These are provided by the mapgen on demand and not stored in the map files.
Unless each and every mapgen is reimplemented (at least partially), minetestmapper won't be able to reproduce these values.

--altitude: print only altitude data (altitude range colors must be added to colors.txt)

Definitely possible.

@paanrama
Copy link
Author

paanrama commented Mar 5, 2019

--biome: print only biome data (biome colors must be added to colors.txt)
--humidity: print only humidity data (humidity range colors must be added to colors.txt)
--temperature: print only temperature data (temperature range colors must be added to colors.txt)

These are provided by the mapgen on demand and not stored in the map files.

I am sad to hear that.😭

@paramat paramat changed the title Print Biome, Humidity and temperature options Print biome, humidity, temperature, altitude options Aug 17, 2019
@paramat
Copy link

paramat commented Aug 17, 2019

To get a biome map you could manually create and use an alternative colors.txt file where nodes of each biome are colour-coded and distinguishable. That's the only way.
Temperature and humidity are impossible to know from the map file.

@amelaye
Copy link

amelaye commented Dec 13, 2021

The altitude option is really needed for me, one of the players of my server has discovered a flotting island high in the sky, then it has covered my land on my map ...

@basxto
Copy link

basxto commented Aug 20, 2023

The altitude option is really needed for me, one of the players of my server has discovered a flotting island high in the sky, then it has covered my land on my map ...

That sounds like you are looking for --max-y and not giving altitudes different color. Though coloring altitude should be possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants