Go to file
Robert Zenz 05a30e32f4 Added LICENSE file. 2015-09-12 14:35:42 +02:00
deps Initial commit. 2015-09-12 14:33:49 +02:00
mods Initial commit. 2015-09-12 14:33:49 +02:00
.gitmodules Initial commit. 2015-09-12 14:33:49 +02:00
LICENSE Added LICENSE file. 2015-09-12 14:35:42 +02:00
README Initial commit. 2015-09-12 14:33:49 +02:00
README.md Initial commit. 2015-09-12 14:33:49 +02:00

README.md

minetest-australopithecus-sneak-cam

A simple system that lowers the viewpoint of the players when they are sneaking.

Usage

The systems activates itself, you just need to add the mod to the subgame.

Configuration

The system can be configured by adding settings to minetest.conf file.

# If the system should be active or not, defaults to true.
sneakcam_activate = true

# The offset by which the viewpoing is lowered, defaults to 1.65.
sneakcam_offset = 1.65