Go to file
Ben Deutsch 679ce87a33 Version 0.4.0 2016-01-05 23:06:04 +01:00
textures More HUD options: now supports the Better HUD and Hudbars mods 2015-08-18 22:16:52 +02:00
.gitignore Initial commit 2015-07-10 22:09:56 +02:00
LICENSE Initial commit 2015-07-10 22:09:56 +02:00
README.md Version 0.4.0 2016-01-05 23:06:04 +01:00
bewarethedark.default.conf Additional damage table for zero sanity 2016-01-05 22:44:10 +01:00
configuration.lua Configuration now in external file(s) via configuration.lua 2015-10-17 22:03:35 +02:00
depends.txt More HUD options: now supports the Better HUD and Hudbars mods 2015-08-18 22:16:52 +02:00
hud.conf.no_hunger More HUD options: now supports the Better HUD and Hudbars mods 2015-08-18 22:16:52 +02:00
hud.conf.with_hunger More HUD options: now supports the Better HUD and Hudbars mods 2015-08-18 22:16:52 +02:00
hud.lua Persistent player attributes no longer a mixin. 2015-10-20 21:56:07 +02:00
init.lua Negative HP dps does nothing. 2016-01-05 23:02:30 +01:00
persistent_player_attributes.lua Bugfix: 0 attribute values were treated as uninitialized 2016-01-05 23:02:54 +01:00

README.md

Beware the dark [bewarethedark]

A Minetest mod where darkness simply kills you directly

Version: 0.4.0

License: Code: LGPL 2.1 (see included LICENSE file) Textures: CC-BY-SA (see http://creativecommons.org/licenses/by-sa/4.0/)

Report bugs or request help on the forum topic.

Description

This is a mod for MineTest. It's only function is to make darkness and light a valid mechanic for the default minetest_game. In other voxel games, darkness is dangerous because it spawns monsters. In MineTest, darkness just makes it more likely for you to walk into a tree.

This mod changes that in a very direct fashion: you are damaged by darkness, the darker the damager. So craft those torches!

Current behavior

If you stand in a node with light level 7 or less, you slowly lose "sanity", represented by a hud bar with eyes. The darker it is, the more sanity you lose per second. When you run out of sanity, you get damaged instead!

Stand in bright light to replenish sanity. Sunlight is best, but directly on top of a torch should work, too.

Future plans

None at the moment.

Dependencies

Installation

Unzip the archive, rename the folder to to bewarethedark and place it in minetest/mods/

( Linux: If you have a linux system-wide installation place it in ~/.minetest/mods/. )

( If you only want this to be used in a single world, place the folder in worldmods/ in your worlddirectory. )

For further information or help see: http://wiki.minetest.com/wiki/Installing_Mods