Go to file
Robert Zenz b823bc63d0 Added death-inventory-drop. 2015-12-13 13:28:38 +01:00
deps Added death-inventory-drop. 2015-12-13 13:28:38 +01:00
doc Non-walkable nodes are no longer removing toppings (grass). 2015-10-24 17:32:16 +02:00
menu Added the stone axe as icon. 2015-11-15 12:41:04 +01:00
mods Added death-inventory-drop. 2015-12-13 13:28:38 +01:00
.gitmodules Added death-inventory-drop. 2015-12-13 13:28:38 +01:00
LICENSE Added LICENSE files. 2015-08-14 23:18:23 +02:00
LICENSE.textures Added LICENSE files. 2015-08-14 23:18:23 +02:00
Makefile Added player-model to the release build. 2015-09-16 21:32:41 +02:00
README Updated. 2015-12-06 17:55:54 +01:00
README.md Initial commit. 2015-07-12 11:23:28 +02:00
game.conf Added configuration. 2015-07-12 11:33:02 +02:00
minetest.conf Added auto-drops velocity setting. 2015-12-12 13:13:55 +01:00

README.md

Minetest - Autralopithecus

A sub game for Minetest.

The long term goal of Australopithecus is to provide a vast, fun to explore world that is hard to survive in. The player should be dumped into a wild world that does not forgive any mistakes, leaving the camp and going into the wilderness should always be an adventure.

The main sources of inspiration are Minecraft, Dwarf Fortress, Don't Starve, Diggles and similar games.

Australopithecus is an extinct genus of hominids that lived 4 to 2 billion years ago.

Features

  • Custom mapgen with vast biomes, high mountains and deep oceans.
  • Grass spreads slowly.
  • Ramps are placed in the whole world.

Textures

Textures are from the awesome Summerfields texture pack.

Mods

  • base, basic stuff needed for the mods.
  • core, the core of the game.
  • mapgen, the mapgen.
  • player-skins, allows to have different "clothes".
  • torch, torches.

Mods (external)

  • artisanry, a replacement for the default build system.
  • auto-drops, a mod that drops all drops from a dug node.
  • auto-hud-hide, a mod that hides the HUD.
  • auto-pickup, a mod that allos to pick up items by moving over them.
  • player-model, a mod that adds a model for the player.
  • sneak-cam, a mod that lowers the viewpoints of sneaking players.
  • spawn-usher, a system to place the player on spawns.
  • utils, a util collection for Minetest mods.
  • voice, a system that makes the chat behave more like a voice.
  • worldgen, a system for creating mapgens.
  • worldgen-utils, a util collection for mapgens.

Privileges

  • ap_mapgen, allows to manipulate the mapgen and the map.

Debug commands

For the time being there are multiple commands available, mostly for debugging purposes.

  • /delete-map, deletes the current map chunk which is automatically regenerated from scratch. Needs the ap_mapgen privilege.
  • /reload-mapgen, reloads the mapgen system. Only useful if you plan to test changes to the mapgen on the fly. Needs the ap_mapgen privilege.
  • /update-map, updates the liquids and lighting in the current map chunk. Needs the ap_mapgen privilege.

Feedback

I'm open for any feedback, or if you have any questions, either drop an issue here, post in the forum thread or over IRC, I'm idling most of the time in #minetest, #minetest-dev and #minetest-mod channels.