Search found 40 matches

Return to advanced search

Re: Post your mapgen questions here (modding or engine)

Hi all, I am trying to create a custom map generator. I found this http://dev.minetest.net/Mapgen. 1. Is the piece of code at the bottom Boilerplate Mapgen Code meant to be a .h file called for instance, mapgentest.h to be located in the /src directory? 2. If so what would be #includes I would have ...
by crazy_baboon
Sun Jan 01, 2017 22:00
 
Forum: Modding Discussion
Topic: Post your mapgen questions here (modding or engine)
Replies: 274
Views: 80261

Help understanding Mapgen

Hi, I want to create a custom map generator. However, I am struggling to get my head over all 46 .cpp and .h files that are presumably related to the map generator. Is there any good documentation about the code that is used to compute the map? I found the file reference here https://doxy.minetest.n...
by crazy_baboon
Sun Jan 01, 2017 15:06
 
Forum: Minetest Engine
Topic: Help understanding Mapgen
Replies: 4
Views: 3042

How to make cartographic maps?

Hey anyone knows how to create a cartographic map of a given world?

Thanks!
by crazy_baboon
Wed Oct 21, 2015 20:57
 
Forum: Minetest General
Topic: How to make cartographic maps?
Replies: 4
Views: 891

Re: How to create maps?

thanks thoelk! that works for me too
by crazy_baboon
Mon Oct 19, 2015 16:23
 
Forum: Minetest General
Topic: How to create maps?
Replies: 13
Views: 3070

Re: How to create maps?

I tried water_level = 200 (I removed the comments). Nothing happened!
by crazy_baboon
Mon Oct 19, 2015 14:36
 
Forum: Minetest General
Topic: How to create maps?
Replies: 13
Views: 3070

Re: How to create maps?

Already changed the water_level to 200 on the 'minetest.conf.example' file and it did not work. why?
by crazy_baboon
Mon Oct 19, 2015 09:46
 
Forum: Minetest General
Topic: How to create maps?
Replies: 13
Views: 3070

Re: How to create maps?

What do you mean? There is no variable called water_level on the init.lua file.
by crazy_baboon
Sun Oct 18, 2015 19:52
 
Forum: Minetest General
Topic: How to create maps?
Replies: 13
Views: 3070

Re: How to create maps?

Thanks twoelk! However I could not change the surface nodes to water, even though I made the following change to the init.lua of the flatgen mod:

flatgen.cover = "default:dirt_with_grass"

to

flatgen.cover = "default:water"

why is this not working?
by crazy_baboon
Sun Oct 18, 2015 19:11
 
Forum: Minetest General
Topic: How to create maps?
Replies: 13
Views: 3070

How to create maps?

Hi everyone, I'm new to this forum, I am crazy_baboon. I was googling on how to generate maps on minetest but found nothing that could really be useful for me. Anyone knows how to generate a flat world of normal land mass (with normal minerals) submerged in a thin layer of 1 element of water? Many t...
by crazy_baboon
Sun Oct 18, 2015 16:59
 
Forum: Minetest General
Topic: How to create maps?
Replies: 13
Views: 3070
Previous

Return to advanced search

cron