-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mapgens #7
Comments
I wrote this on the forum:
This would need to code a new Lua mapgen and it would be slower. |
I think v6 is out of the question indeed. v7's biome system allows for a lot of customization, at least at the surface. We may have to layer lua mapgens under and above. Yes, high mountains please. |
as this game looks like it might include scripted adventures as somewhat larger blocks in the usually random world favored for minetest we might need some larger pieces of terrain that are placed by the game and intigrated into the surrounding mapgen. Just as pyramids, temples, and villages are placed allready by other mods. It would be nice if this was possible on a much larger scale. It would be lovely to have for example several of Paramat's Mount Meru scattered at larger distances over the map that had some structure with information of importance near or at the top that would be worth climbing to. Similar places of interest might be an island in an ocean or a lone oasis in a vast desert together with an old temple or whatever. I think code that could merge parts of terrain generated by different mapgens, mods or other sources or at different times in a convincing way might be usefull for Minetest anyways, not only for a single game. btw I would love it if the map would be surrounded by an ocean at the 32k border and thus turn out to be a group of large islands. |
A lot of problems are solved by going entirely with a lua mapgen as this would allow us to create mapgen zones and possibly even blend them. This could provide for mountain mapgens blending with regular landscape mapgens, and we could exclude spawn zones from them as well - e.g. -5000,5000 in x,z would be void of tier 2/3 mapgen zones. |
Describes mapgen design
The text was updated successfully, but these errors were encountered: