Difference between revisions of "Games/Tutorial"

From Minetest Wiki
Jump to navigation Jump to search
(update version)
(Update 2.3.0)
Line 6: Line 6:
 
|type=Tutorial
 
|type=Tutorial
 
|author=Wuzzy
 
|author=Wuzzy
|version=1.8.3
+
|version=2.3.0
 
|forum=[https://forum.minetest.net/viewtopic.php?t=10192 10192]
 
|forum=[https://forum.minetest.net/viewtopic.php?t=10192 10192]
 
|source=[http://repo.or.cz/w/minetest_tutorial_subgame.git repo.or.cz]
 
|source=[http://repo.or.cz/w/minetest_tutorial_subgame.git repo.or.cz]
 
|luaname=tutorial
 
|luaname=tutorial
 
}}
 
}}
The '''Tutorial''' is an unofficial “[[Games|game]]” for Minetest which teaches the fundamental basics of Minetest. It is not shipped together with Minetest. The tutorial concentrates on basic singleplayer gameplay and does not focus on a certain game. Most of the knowledge applies to multiplayer as well. This article will guide you how to install and start the tutorial (version 1.8.3).
+
The '''Tutorial''' is an unofficial “[[Games|game]]” for Minetest which teaches the basic gameplay of Minetest in a nice castle. The goal is to complete all the lessons and win the golden cup. There's also a secret prize to win here which is far more difficult.
 +
 
 +
The tutorial concentrates on basic singleplayer gameplay and does not focus on any particular game for Minetest. Most of the lessons apply to multiplayer as well. This article will guide you how to install and start the tutorial (version 2.3.0).
 +
 
 +
The tutorial is not shipped together with Minetest and must be downloaded separately.  
  
 
== Tutorial World ==
 
== Tutorial World ==
The tutorial is bundled together with a world, called “Tutorial World”. It only makes sense to run the Tutorial in Tutorial World.
+
The Tutorial World is generated when you create a new world, it looks like this:
 
 
Screenshot of Tutorial World:
 
  
 
[[File:Tutorial_World.png|480px|alt=Screenshot of Tutorial World]]
 
[[File:Tutorial_World.png|480px|alt=Screenshot of Tutorial World]]
Line 26: Line 28:
 
* Download the tutorial package, the link is in this forum thread: [https://forum.minetest.net/viewtopic.php?f=9&t=10192]
 
* Download the tutorial package, the link is in this forum thread: [https://forum.minetest.net/viewtopic.php?f=9&t=10192]
 
* Depending on your operating system, you have to extract the Zip archive in to the following directory:
 
* Depending on your operating system, you have to extract the Zip archive in to the following directory:
** '''GNU/Linux''': <code>$HOME/.minetest</code>, where “<code>$HOME</code>” refers to your home directory.
+
** '''GNU/Linux''': <code>$HOME/.minetest/games</code>, where “<code>$HOME</code>” refers to your home directory.
** '''Mac OS''': <code>$HOME/.minetest</code>, where “<code>$HOME</code>” refers to your home directory.
+
** '''Mac OS''': <code>$HOME/.minetest/games</code>, where “<code>$HOME</code>” refers to your home directory.
** '''Windows''': into the main program folder in which you have installed Minetest. It is the directory containing the directories (not neccessarily exhaustive list) <code>bin</code> (which in turn contains <code>minetest.exe</code>), <code>builtin</code>, <code>client</code>, <code>doc</code>, <code>fonts</code>, <code>games</code>, <code>locale</code>, <code>mods</code> and <code>textures</code>.
+
** '''Windows''': into the <code>games</code> sub-folder inside the folder in which you have installed Minetest. It is the directory containing the directories (not neccessarily exhaustive list) <code>bin</code> (which in turn contains <code>minetest.exe</code>), <code>builtin</code>, <code>client</code>, <code>doc</code>, <code>fonts</code>, <code>games</code>, <code>locale</code>, <code>mods</code> and <code>textures</code>.
  
If you want to try out the experimental version 2.1.0 (or later), you have to extract the Zip file into the “games” subdirectory of this location. Create this directory if it doesn't exist already. For example: <code>/home/your_user_name/.minetest/games</code> if you're using GNU/Linux.
+
If the “games” directory does not exist, create it.
  
 
=== How to start ===
 
=== How to start ===
 
To start the tutorial, follow these steps:
 
To start the tutorial, follow these steps:
 
* Start Minetest
 
* Start Minetest
* Select the tab “singleplayer”
+
* Select the tab “Local Game”
 
* Click on the blue icon with a graduate cap labelled “Tutorial”.
 
* Click on the blue icon with a graduate cap labelled “Tutorial”.
* In the world list, select “Tutorial World [tutorial]”
+
* Create a world and select it
 
* Make sure the checkbox “Creative Mode” is off and “Damage enabled” is on
 
* Make sure the checkbox “Creative Mode” is off and “Damage enabled” is on
  

Revision as of 23:08, 13 September 2018

Languages Language: English


Tutorial
A game
Game Type Tutorial
Author Wuzzy
Latest version 2.3.0
Forum topic 10192
Source code repo.or.cz

The Tutorial is an unofficial “game” for Minetest which teaches the basic gameplay of Minetest in a nice castle. The goal is to complete all the lessons and win the golden cup. There's also a secret prize to win here which is far more difficult.

The tutorial concentrates on basic singleplayer gameplay and does not focus on any particular game for Minetest. Most of the lessons apply to multiplayer as well. This article will guide you how to install and start the tutorial (version 2.3.0).

The tutorial is not shipped together with Minetest and must be downloaded separately.

Tutorial World

The Tutorial World is generated when you create a new world, it looks like this:

Screenshot of Tutorial World

Guide

How to install

To install the normal version of the tutorial, follow these steps:

  • Download the tutorial package, the link is in this forum thread: [1]
  • Depending on your operating system, you have to extract the Zip archive in to the following directory:
    • GNU/Linux: $HOME/.minetest/games, where “$HOME” refers to your home directory.
    • Mac OS: $HOME/.minetest/games, where “$HOME” refers to your home directory.
    • Windows: into the games sub-folder inside the folder in which you have installed Minetest. It is the directory containing the directories (not neccessarily exhaustive list) bin (which in turn contains minetest.exe), builtin, client, doc, fonts, games, locale, mods and textures.

If the “games” directory does not exist, create it.

How to start

To start the tutorial, follow these steps:

  • Start Minetest
  • Select the tab “Local Game”
  • Click on the blue icon with a graduate cap labelled “Tutorial”.
  • Create a world and select it
  • Make sure the checkbox “Creative Mode” is off and “Damage enabled” is on

The main menu should now look like this:

File:Main Menu Tutorial.png

Finally, click on “Play”. Minetest will start and load the tutorial. If the loading is done, you should see something like this:

File:Tutorial1.8.0 Startsceen.png

From this point on, the tutorial should guide you through the game.

Have fun with Minetest!

Links