Map-Gen Questions : 1) Latitudes 2) Knob-Twiddlers

Post Reply
CuriousNoob
Member
Posts: 73
Joined: Wed Jan 27, 2016 09:43

Map-Gen Questions : 1) Latitudes 2) Knob-Twiddlers

by CuriousNoob » Post

.

Hi All

Seeing regular mentions of Perlin noise in the context of map-gen throws me back to greyscale bump mapping exercises with early versions of Photoshop and 3D-modellers that have long-since gone to meet their programmer in the sky.

I know nothing of the details of Minetest map-gen design and implementation but in the spirit of open-source cross-pollination, a couple of questions sprang to mind :

1) - does the current architecture permit coordinate-based variation of the map-gen, such that, for (simple cliched) example, further North/South from Spawn might be more likely generated more flat and cold biomes..?

2) - anyone who's spent time with synthesizers knows how much can be achieved by simply fiddling with knobs and sliders --- which you have some idea ''sort-of affect'' this or that aspect of the sound --- and then monitoring the results to see if you like it ... so, with that in mind, would it be impossible to introduce easy-access GUI map-gen sliders --- with dev-hint labels about what gets affected --- which could be tweaked while exploring singleplayer..?

Just wondering.

HTH

.

User avatar
TumeniNodes
Member
Posts: 2943
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: Map-Gen Questions : 1) Latitudes 2) Knob-Twiddlers

by TumeniNodes » Post

CuriousNoob wrote:.

Hi All

Seeing regular mentions of Perlin noise in the context of map-gen throws me back to greyscale bump mapping exercises with early versions of Photoshop and 3D-modellers that have long-since gone to meet their programmer in the sky.

I know nothing of the details of Minetest map-gen design and implementation but in the spirit of open-source cross-pollination, a couple of questions sprang to mind :

1) - does the current architecture permit coordinate-based variation of the map-gen, such that, for (simple cliched) example, further North/South from Spawn might be more likely generated more flat and cold biomes..?

2) - anyone who's spent time with synthesizers knows how much can be achieved by simply fiddling with knobs and sliders --- which you have some idea ''sort-of affect'' this or that aspect of the sound --- and then monitoring the results to see if you like it ... so, with that in mind, would it be impossible to introduce easy-access GUI map-gen sliders --- with dev-hint labels about what gets affected --- which could be tweaked while exploring singleplayer..?

Just wondering.

HTH

.
I like this idea... I had recently checked out visual terrain maker with this idea in mind but... it really didn't turn out working so well under Wine for me.
A visual mapgen GUI feature would be very nice. It's not so incredibly difficult to work with the current methods but, would definitely be... easier and prob quite helpful in others learning which settings affect which features in the terrain.
A Wonderful World

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: Map-Gen Questions : 1) Latitudes 2) Knob-Twiddlers

by duane » Post

CuriousNoob wrote:1) - does the current architecture permit coordinate-based variation of the map-gen, such that, for (simple cliched) example, further North/South from Spawn might be more likely generated more flat and cold biomes..?
No, but it's easy to do with a patch to the minetest code. I came up with this ages ago, but it wasn't nearly as much fun as I'd expected.
Attachments
climate.patch.zip
(1.68 KiB) Downloaded 57 times
Believe in people and you don't need to believe anything else.

User avatar
paramat
Developer
Posts: 3700
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat
IRC: paramat
Location: UK

Re: Map-Gen Questions : 1) Latitudes 2) Knob-Twiddlers

by paramat » Post

1 requires changes to engine code.
2 would be possible in a separate terrain previewer, but not realtime changing of terrain in-game.
Also see viewtopic.php?f=47&t=15272 for more mapgen discussion.

Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests