Page 1 of 1

Fallout/wasteland map??

PostPosted: Wed Nov 18, 2015 00:44
by Q_Morrigan30
I am looking to make my own server, possibly public, and I want to make it a Post-apocalyptic PVP survival. However, I do not have the time to make a map like this.. Any suggestions? Or do you have one laying around somewhere? Thanks haha

Re: Fallout/wasteland map??

PostPosted: Wed Nov 18, 2015 04:05
by paramat
Write a mod that first clears the registered biomes and decorations:
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
minetest.clear_registered_biomes()
minetest.clear_registered_decorations()

Then use the biome API to create your own biomes and decorations, for examples see
https://github.com/minetest/minetest_game/blob/master/mods/default/mapgen.lua#L324
https://github.com/minetest/minetest_game/blob/master/mods/default/mapgen.lua#L914
Use mgv5 or mgv7, mgv6 can't be customised.
Also search the forum for mods that customise mgv7.

Server

PostPosted: Wed Nov 18, 2015 13:46
by Minetest Sam
Hey Paramat I was just looking through the forums and found you. I have a request can you visit my map called Just Do It that would be highly appreciated and if someone could make a server on it that would be awesome.

Re: Fallout/wasteland map??

PostPosted: Tue Nov 24, 2015 21:04
by prof-turbo
Maybe try the Wasteland subgame ? (or tweak it ?)
viewtopic.php?f=15&t=7243

Re: Fallout/wasteland map??

PostPosted: Wed Nov 25, 2015 06:38
by paramat
Minetest Sam why do you need me specifically to try your map? I'm a very busy dev.