Go to file
Wuzzy 653979051f Add death messages 2021-07-12 13:50:11 +02:00
menu New game icon 2020-11-12 19:40:55 +01:00
mods Add death messages 2021-07-12 13:50:11 +02:00
.gitignore some gitignoreproblems fixed 2015-11-09 20:07:29 +01:00
GROUPS.md Rework vines attachment algorithms 2020-11-06 23:41:01 +01:00
README.md Allow to change jump strength with Aux1 2021-07-09 06:02:14 +02:00
description.txt Update README 2021-07-07 12:44:01 +02:00
game.conf Add min_minetest_version to game.conf 2021-05-16 01:11:26 +02:00
minetest.conf Increase jump height a little to jump up 3 blocks 2021-07-05 16:05:12 +02:00
screenshot.png Add game description and screenshot 2018-05-08 03:59:06 +02:00
settingtypes.txt Add death messages 2021-07-12 13:50:11 +02:00

README.md

Hades Revisited

Version 0.9.2

A game for Minetest, focused on terraforming and landscaping. Based on Minetest Hades by Glünngi.

THIS IS A PREVIEW VERSION OF THE GAME. This game is perfectly playable now, but incomplete. And Future versions might change a lot and will likely be incompatible and break your world.

Requires Minetest 5.4.0.

Installation

To play this game in Minetest, insert this directory into

/games/hades_revisited

in the Minetest data folder.

Minetest can be found online at https://github.com/minetest/minetest/.

Important notices and short game guide

  • Press Aux1 key to change your jump strength
  • Be sure the minetest.conf file in the main Minetest directory doesn't have any parameters who are in conflict with the minetest.conf file from the hades_revisited directory. Especially mapgen parameters or stuff like give_initial_stuff = false
  • There only 1 biome, with the focus on terraforming and landscaping
  • Not everyone will like this game. But maybe there are some freaks out there ;-)
  • If you spawn on lava and die, generate a new world (this problem should be fixed in a later version)

An attempt to colonize planet Hades went horribly wrong: Your exploration ship disintegrated and you survived with very limited supplies. Hades is a very young planet and characterized by highly volcanic activities and a lot of fertile ash. Asteroids have brought some water on Hades. So there are the basics for life, you just need to help it to get the nature going, make the planet habitable and survive. Not every colonist has duly arrived. Most of them have been mutated and strayed around the planet. There are creatures and most of them live in the underground and darkness.

How to start:

You start with the following items: 1 steel pickaxe, 12 apples, 1 wall lamp and a stick. Watch out for flowing lava above you at first!

Next you should dig some stone to craft a stone sword with the stick. Now explore the area and search for some water.

Dig some stone and ash to craft fertile sand and place it in neighbor to water to become dirt. Take a dirt and a apple to craft a sapling. Plant the sapling on dirt to become wood and leaves from the tree. If you ran out of apples or lost your pickaxe, kill some mutants. They sometimes drop apples, pickaxes and other things. Make more dirt and place it near water.

Take 2 mossy stone (near water) and a dirt to craft grass.

Grass + dirt = tropical grass.

Dig the grass and the tropical grass to get some seeds.

Plant the seeds on the soil that you have placed over the water source.

And now survive with the crafting guide.

Things you should know

Block transformations

  • Fertile sand (which must be crafted) turns into dirt in the near of 10 nodes to water and direct contact of a dirt.
  • Volcanic ash turns into volcanic sand if leaves are nearly.
  • Volcanic sand turns into fertile sand if leaves are nearly.
  • Volcanic ash slowly turns into clay when next to water.
  • Flowing water turns lava source into water source and flowing lava into volcanic gravel.
  • Stone, tuff and cobblestone become burned when next to lava.
  • Stone, tuff and cobblestone become mossy when next to water.
  • Mossy cobblestone turns into gravel when next to flowing water.
  • Chondrite turns into marble if it is below -500 and it must be in near 4 nodes to lava and it also must have direct contact to water.
  • Volcanic gravel turns into obsidian below Y=-1000. It must have direct contact to lava and water must be nearly.
  • Sugarcane appears near of papyrus. It dosnt need water to grow, just dirt

Other gameplay stuff

  • There is no fire
  • Beds let you set the spawn point, you can't skip the night
  • Volcanic gravel can only be dug by a shovel.
  • Mobs spawn on stone, ash and tuff
  • Tuff is too breakable for tools so it can't be used to craft stone tools
  • There are no buckets, you need a water pump to spread water.
  • Weak torches can be upgraded with a string to bright torches
  • Plants grow with light level of 8 or higher. Underground farming is thus possible
  • 2 emeralds = 1 sapphire. 2 sapphires = 1 ruby. 2 rubies = 1 diamond.
  • With the Staff of Gaia you can turn following blocks into dirt: ash, volcanic sand, fertile sand, burned stone, stone, cobble, mossy stone, tuff, burned tuff, mossy tuff, mossy cobble
  • Pale tree saplings can be planted on ash
  • Cacti grow on ash
  • Prismatic furnance is faster than the original furnance and has more slots

Ores

Ores generate at and below the following Y levels:

  • Coal: +60
  • Iron: 0
  • Copper: -115
  • Tin: -115
  • Mese: -200
  • Gold: -333
  • Emerald: +20
  • Sapphire: - 300
  • Ruby: -900
  • Diamond: -1200
  • Max. ore generation at -10000

Hints

A save mining experience:

w = water
l = ladder
o = light
s = stone
- = air
X = lava

***********
ssswlsss
ssswlsss
ssswloss
ssswlsss
ssswlsss
ssswssss
ss-w--ss
ss-w--ss
XXXXXXXX
ssssssss
***********

List of external mods (incomplete)

Important: A lot of the mods used in this game have been heavily changed from their original.

hades_furniture (based on 3dforniture) https://forum.minetest.net/viewtopic.php?id=2207

bags https://forum.minetest.net/viewtopic.php?id=3081

hades_bedrock (based on bedrock) http://www.moontest.org/viewtopic.php?f=11&t=9231

boost_cart https://forum.minetest.net/viewtopic.php?f=11&t=10172

hades_farming (based on farming_plus) https://forum.minetest.net/viewtopic.php?id=2787

glowcrystals https://forum.minetest.net/viewtopic.php?id=9047

hades_mapgen_lakes (based on highlandpools) https://forum.minetest.net/viewtopic.php?id=8400

hades_itemshow (based on item_frames) https://forum.minetest.net/viewtopic.php?id=5600

hades_chests (based on kerova) https://forum.minetest.net/viewtopic.php?id=8054

mesecons https://forum.minetest.net/viewtopic.php?t=628

mobs (Mobs Redo) https://forum.minetest.net/viewtopic.php?t=9917 https://forum.minetest.net/viewtopic.php?f=15&t=9184

pipeworks https://forum.minetest.net/viewtopic.php?t=2155

plantlife (old destroyed code) https://forum.minetest.net/viewtopic.php?id=3898

signs_lib https://forum.minetest.net/viewtopic.php?id=2041

hades_trash (bassed on trash_can) https://forum.minetest.net/viewtopic.php?id=6315

travelnet https://forum.minetest.net/viewtopic.php?id=4877

vines https://forum.minetest.net/viewtopic.php?id=2344

Licensing

This game is free software. It has been licensed under these licenses:

  • GNU LGPLv2.1 (or later) for the code
  • CC BY-SA 3.0 for the media

Some mods have separate licenses:

  • hades_furniture: GPLv2
  • travelnet: GPLv3
  • bags: New BSD License
  • hades_bedrock: zlib license
  • signs_lib: LGPLv3
  • mesecons (entire modpack): LGPLv3 for code, CC BY-SA 3.0 for media
  • hades_bushes: MIT License for code, CC BY-SA 4.0 for media

For detailed credits and author information, check out the readme files of the individual mods (in the mods directory).

Sorry for the mess, it might be cleaned up later.