Update readme

master
ezhh 2017-07-08 15:01:55 +01:00
parent 1dc058cf80
commit a6035a93f1
1 changed files with 20 additions and 22 deletions

View File

@ -1,15 +1,13 @@
Beware the dark [bewarethedark]
=================
A Minetest mod where darkness simply kills you directly
A Minetest mod where darkness simply kills you directly.
Version: 0.4.0
IMPORTANT NOTE: This version is specifically for use on the
Dark Lands Survival server. Please do not assume future compatibility
with any other server or mod set. (This note will be removed if it's
confirmed compatibility can be preserved.)
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
-----------
@ -21,40 +19,40 @@ 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!
by darkness. The darker it gets, the more damage you take.
Current behavior
----------------
If you stand in a node with light level 7 or less, you slowly
If you stand in a node with light level 6 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.
Stand in bright light to replenish sanity. Sunlight is best, but
torches work, too.
Future plans
------------
None at the moment.
Special command for server helpers to avoid darkness damage.
Dependencies
------------
* hud (optional): https://forum.minetest.net/viewtopic.php?f=11&t=6342 (see HUD.txt for configuration)
* hudbars (optional): https://forum.minetest.net/viewtopic.php?f=11&t=11153
Installation
------------
Unzip the archive, rename the folder to to `bewarethedark` and
place it in minetest/mods/
License and Contributors
-------
( Linux: If you have a linux system-wide installation place
it in ~/.minetest/mods/. )
Code: LGPL 2.1 (see included LICENSE file)
Textures: CC-BY-SA (see http://creativecommons.org/licenses/by-sa/4.0/)
( If you only want this to be used in a single world, place
the folder in worldmods/ in your worlddirectory. )
Original mod is by bendeutsch
(https://github.com/bendeutsch/minetest-bewarethedark)
For further information or help see:
http://wiki.minetest.com/wiki/Installing_Mods
Edits for Dark Lands version by Shara RedCat