Go to file
FaceDeer 74fe68d949 Merge remote-tracking branch 'refs/remotes/duane-r/master' 2017-02-25 15:58:55 -07:00
models Make cars drivable. 2016-03-18 01:12:57 -05:00
schematics Put suburbs setting back. 2016-03-31 02:15:59 -05:00
sounds Use a pipe if register_fence is not available. 2016-03-12 04:31:10 -06:00
textures Reworked mapgen to a road-based model. 2016-03-23 03:45:21 -05:00
LICENSE License change. Place some trees. 2016-03-26 11:00:16 -05:00
README.md Reworked mapgen to a road-based model. 2016-03-23 03:45:21 -05:00
buildings.lua Bits of buildings weren't burning down 2016-06-05 21:58:05 -06:00
deco.lua Flatten roads near buildings. 2016-03-25 00:44:05 -05:00
deco_conifer.lua Remove stock trees. 2016-03-24 20:22:03 -05:00
deco_deciduous.lua Add roadbeds and put sewers back. 2016-03-28 20:17:55 -05:00
deco_jungle.lua Remove stock trees. 2016-03-24 20:22:03 -05:00
deco_rocks.lua Fix bad function call, push. 2016-03-12 13:48:11 -06:00
deco_trees.lua Remove stock trees. 2016-03-24 20:22:03 -05:00
depends.txt Fix trapdoors. 2016-03-12 13:59:06 -06:00
houses.lua Cleanup if's. 2016-03-15 23:39:57 -05:00
init.lua Force valleys mapgen. 2016-04-01 08:59:14 -05:00
mapgen.lua Possible overflow. 2016-04-01 08:51:51 -05:00
mod.conf Fix floating manholes. 2016-03-09 02:45:48 -06:00
molotov.lua Simplify molotov.lua. 2016-03-11 16:28:15 -06:00
nodes.lua Remove whitespace. 2017-01-28 18:26:32 -06:00
settingtypes.txt Put suburbs setting back. 2016-03-31 02:15:59 -05:00
valleys.lua Add suburbs and house writer. Fix valleys code. 2016-03-30 06:24:06 -05:00

README.md

cityscape

City landscape for Minetest

This mod makes rudimentary roads and buildings. It's more of an experiment than anything, but might be fun for someone to play with. It could be terrain for zombie attack games or just blowing things up.

Roads and city terrain are located by perlin noise. Natural terrain is left alone everywhere else. Cityscape only works with the new "valleys" mapgen at the moment, because the road noise has to match the terrain. It may be possible to accomodate other mapgens in the future.

screenshot

The source is available on github.

Code: CC0 and others, textures: CC0 and others

Mod dependencies: default, stairs, doors

Download: https://github.com/duane-r/cityscape/archive/master.zip