Add README file

master
Wuzzy 2018-09-14 00:26:54 +02:00
parent ce113d2751
commit 13973497de
1 changed files with 75 additions and 0 deletions

75
README.md Normal file
View File

@ -0,0 +1,75 @@
= Tutorial for Minetest =
Created by Wuzzy
Version: 2.3.0
Learn how to use and play Minetest in a nice and cozy castle. Here you learn most of the basics of Minetest and how to play.
== How to install ==
First, you have to install Minetest.
Then, put this "tutorial" directory into the "games" sub-directory of your Minetest user directory.
Depending on your operating system, you have to put it into the following directory:
* GNU/Linux: $HOME/.minetest/games, where “$HOME” refers to your home directory.
* MacOS: $HOME/.minetest/games, where “$HOME” refers to your home directory.
* Windows: into the "games" sub-directory of the program folder in which you have installed Minetest. It is the directory containing the directories (not necessarily exhaustive list) bin (which in turn contains minetest.exe), builtin, client, doc, fonts, games, locale, mods and textures.
== How to use ==
Start Minetest, select “Local Game” (i.e. singleplayer) then select the “Tutorial” icon below.
Create a new world and hit “Play”. The Tutorial should explain the rest.
== Resetting the tutorial ==
In case you want to start over, you can just create a new world and play with that one instead.
== Features ==
The tutorial covers the following topics:
* Minetest, mods and games
* Camera
* Movement
* Sneaking
* Pointing
* Sneaking
* Mining
* Building
* Liquids
* Items, tools
* Crafting
* Health, breath, damage
* Death and respawning
* A few random hints
This tutorial is written in a fairly generic way and does not focus on any particular game for Minetest. Real games for Minetest will likely have additional or slightly different rules, but the basics will generally be the same.
If you have completed all tasks, you will be awarded a golden cup.
There's also a secret prize, can you win it?
== Legalities ==
This tutorial is free software. You can legally study, copy, share, transform, remix, distribute this to your liking, under certain conditions.
The mods “`tutorial`” and “supplemental” as well the tutorial world are original work by Wuzzy and fall under the MIT License.
Other mods are creation by other people, but heavily modified to fit the Tutorial's needs.
The mods “`default`” and “`creative`” falls under the GNU LGPLv2.1 for the code and the CC BY-SA 3.0 for artwork.
The mod “`darkage`” falls under the MIT License.
The mod “`mpd`” falls under the MIT License.
The mod “`castle`” falls under the MIT License (the author allowed me an exception).
The mod “`arrow_signs`” falls under the CC BY-SA 3.0.
The mod “`areas`” falls under the GNU LGPLv2.1 (or later).
The mod “`cottages`” falls under the GNU GPLv2 (the author allowed me an exception).
Everything else falls under the MIT License.
For even more detailed information (including credits), look for README files in the respective mod directories.
=== License references ===
* MIT License: https://mit-license.org/
* GNU GPLv2: https://www.gnu.org/licenses/gpl-2.0.html
* GNU LGPLv2.1: https://www.gnu.org/licenses/lgpl-2.1.html
* CC BY-SA 3.0: https://creativecommons.org/licenses/by-sa/3.0/