minetest_hades/README.md

233 lines
7.0 KiB
Markdown
Raw Permalink Normal View History

2015-11-09 07:18:12 -08:00
# minetest_hades
A Minetest subgame
2015-11-09 08:06:37 -08:00
To play this game in Minetest, insert this repository as
/games/minetest_hades
in the Minetest Engine.
The Minetest Engine can be found in:
https://github.com/minetest/minetest/
All my work is under WTFPL License
The extern mods have different Licenses. look at the modfolders for details.
Extern mods are(mods that not from me and not part of the standard minetest-game):
3d forniture
https://forum.minetest.net/viewtopic.php?id=2207
bags
https://forum.minetest.net/viewtopic.php?id=3081
bedrock
http://www.moontest.org/viewtopic.php?f=11&t=9231
boost_cart
https://forum.minetest.net/viewtopic.php?f=11&t=10172
farming_plus
https://forum.minetest.net/viewtopic.php?id=2787
glowcrystals
https://forum.minetest.net/viewtopic.php?id=9047
home gui
https://forum.minetest.net/viewtopic.php?id=3101
highlandpools
https://forum.minetest.net/viewtopic.php?id=8400
hud
https://forum.minetest.net/viewtopic.php?id=6342
inventory plus
https://forum.minetest.net/viewtopic.php?id=3100
item tweaks
https://github.com/minetest-technic/item_tweaks
item frames
https://forum.minetest.net/viewtopic.php?id=5600
kerova
https://forum.minetest.net/viewtopic.php?id=8054
mesecons
https://forum.minetest.net/viewtopic.php?t=628
2015-11-10 13:47:35 -08:00
mobs redo (an old version with elements from adventuretestgame)
2015-11-09 08:06:37 -08:00
https://forum.minetest.net/viewtopic.php?t=9917
2015-11-13 05:39:29 -08:00
https://forum.minetest.net/viewtopic.php?f=15&t=9184
2015-11-09 08:06:37 -08:00
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
trash can
https://forum.minetest.net/viewtopic.php?id=6315
travel net
https://forum.minetest.net/viewtopic.php?id=4877
vines
https://forum.minetest.net/viewtopic.php?id=2344
zcg
https://forum.minetest.net/viewtopic.php?id=5564
2015-11-13 05:39:29 -08:00
************************************************
Important notices and short game guide:
************************************************
-- Its a game, so you must install it in the gamefolder not the modfolder.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- be sure that the Minetest.conf file in the maindirectory of minetest dosnt have any parameter who are in conflict with the conf- file from hadesdirectory. exp. Mapgenparameters or stuff like " give_initial_stuff = false " - because the parameter of the main conf file overwrite the hades conf file parameter, and this can have some unwelcome effects
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Minetest Hades its developed for Mapgen V6.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Minetest Hades is a litlebit different to the original Minetest.. there only 1 Biome ..with the focus on terraforming.. not everyone will like it... but maybe there are some freaks outthere
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Its still under develop cause im never fully satisfied... but its now on a playable status, so i think i can share it. (Its my first game, im still learning)
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- There will be lags. The game need some time for calculating the fluids and the lavacooling when you entered a new area but after a while the lags will gone. (more caves = more lags)
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Take another mapsheed if you spawn into lava.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- some lava and waterblobs dosnt flow, sorry about that.
2015-11-13 05:58:10 -08:00
-- ext. mods can make some troubles cause there are many chances on default
****************
2015-11-13 05:39:29 -08:00
Backgroundstory:
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Youre colonyship was crashed on planet Hades. Hades is a very young planet and characterized by highly vulcanic activitys and a lot of fertile ash. Asteroids have brought some water on Hades
So there are the basics for life and you just must help them to get the nature going, make the planet habitable and survive
Not every colonist has duly arrived... the most of them have been mutated and strayed around the planet... but for some unknown reason they dosnt suffer water.
Hades wasnt unpeopled ..there are creatures and most of them live in the underground and darkness.
2015-11-13 05:58:10 -08:00
****************
2015-11-13 05:39:29 -08:00
How to start:
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
youre crashed on Hades with the following items: 1 ironpike, 12 apples, 1 walllamp and a stick.
At first u should look up to be sure that no lava is flowing down on you.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Next you should dig some stone to craft a stonesword with the stick... once the lags allow it.
Now explore the area and search for some water.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
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.
Make more dirt and place it above the water.
((Sometimes the soil dry out, when you leave the area, when is placed on waterlevel - so is better to place the dirt one node above the waterlevel. Then should it not happen))
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Take 2 mossy stone (near water) and a dirt to craft grass
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Grass + dirt = junglegrass
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Dig the grass and the junglegrass to became some seeds.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Plant the seeds on the soiled dirt that you have placed over the Watersource.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
and now survive with the craftingguide.
2015-11-13 05:58:10 -08:00
*************************
2015-11-13 05:39:29 -08:00
Things you should know:
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- fire disabled (deleted)
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Flowing water turns lavasource into watersource and flowing lava into vulcanic gravel
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Vulcanic gravel can only dig by a shovel.(no falling node).
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- 9 leaves can be craft to 3 dirt
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- mobs spawn on stone, ash and tuff
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Ash turn into clay if it have contact to water.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Ash also turn into fertile sand if they are leaves nearly.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Cobble turns into mossycobble if it have contact to water... and mosslycobble turns into gravel if it have contact to flowing water.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Tuff is too breakable for tools so it will not be in the group stone
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- There are no buckets in Hades, so you need a waterpump to spread water.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- bellow -500 you can build a marblefactory. Chondrit turns into marble if it is bellow -500 and it must be in nearly of 4 nodes to lava and it also must have directly contact to water.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Vulcanic gravel turns into obsidian bellow -1000 it must have directly contact to lava and water must be nearly.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- weak torches can be upgrade with a string to brigth torches
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- you need nails to build ladders.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Plants grow with ligthbrigthness of 8 instead of 13. Undergroundfarming allowed.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- 2 emerald = 1 sapphire, 2 sapphire = 1 ruby, 2 ruby = 1 diamond.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- sugarcane spawns in the near of papyrus it dosnt need water to grow but dirt
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- fertile sand turns into dirt in the near of 10 nodes to water and directly contact of a dirt.
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- With the "Staff of Gaia" u can turn following nodes into dirt: "Ash", "fertile Sand", "burned stone", "stone", "cobble", "mossystone", "tuff", "burned tuff","mossytuff","mossycobble"
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- PaleTreeSaplings can be plant on ash
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Cactus grows on ash (fuellvalue(25) between tree(20) and coal(30))
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
-- Prismatic furnance is faster than the original furnance
2015-11-13 05:58:10 -08:00
*******************
2015-11-13 05:39:29 -08:00
-- Ores:
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Coal +60
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Iron +- 0
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Copper - 115
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Tin -115
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
mese -200
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
gold -333
emerald +20
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
sapphire - 300
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
ruby -900
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
diamond -1200
max Ore gen on -10'000
***********************
A save mining exp:
w= water
l= ladder
o= light
s= stone
2015-11-13 06:04:18 -08:00
-=air
2015-11-13 05:39:29 -08:00
***********
ssswlsss
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
ssswlsss
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
ssswloss
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
ssswlsss
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
ssswlsss
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
ssswssss
2015-11-13 05:58:10 -08:00
2015-11-13 06:04:18 -08:00
ss-w--ss
2015-11-13 05:58:10 -08:00
2015-11-13 06:04:18 -08:00
ss-w--ss
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
Lavasource
2015-11-13 05:58:10 -08:00
2015-11-13 05:39:29 -08:00
ssssssss
***********
sometimes the water stop to flow, dig something next to the water, then the water starts to flow again.