Difference between revisions of "Games/Minetest Game"

From Minetest Wiki
Jump to navigation Jump to search
m
(added some content ;-))
Line 1: Line 1:
'''Minetest''' (technical name: “<code>minetest_game</code>”) is a [[game|Minetest game]]  which is installed by default. It contains the following [[mods]]:
+
'''Minetest''' (technical name: “<code>minetest_game</code>”) is a [[game|Minetest game]]  which is installed by default.  
 +
 
 +
== Content ==
 +
It contains the following [[mods]]:
 
* gameplay-related mods
 
* gameplay-related mods
 
** default: This is the most important and biggest mod in minetest_game. It adds most [[blocks]] which occour naturally and most artificial blocks, [[ores]], many basic [[Crafting|crafts]], [[Smelting|furnace fuels]], [[tool]]s, [[items]] and all the stuff which is not covered by the other mods in this game
 
** default: This is the most important and biggest mod in minetest_game. It adds most [[blocks]] which occour naturally and most artificial blocks, [[ores]], many basic [[Crafting|crafts]], [[Smelting|furnace fuels]], [[tool]]s, [[items]] and all the stuff which is not covered by the other mods in this game
Line 19: Line 22:
 
** external_legacy: Maintains compatibility with player-made mods which have been merged into minetest_game. Currently, these mods are ''diamonds'' and ''moreores''.
 
** external_legacy: Maintains compatibility with player-made mods which have been merged into minetest_game. Currently, these mods are ''diamonds'' and ''moreores''.
  
 +
== Function ==
 +
=== As default game ===
 +
This game is included by default to give some initial single player content when Minetest is downloaded in the single archive file from the download section of the homepage. It includes some basic mods that add enough game content  to offer a simple playable game with control keys and basic game-play activities set to be function similar to other games of the genre to make immediate playing possible. 
 +
 +
The Minetest-Game is not needed to play on other servers as all game content is controlled and "served" by the hosting server. Only when running an own Minetest server is some playable content needed that is normally a collection of mod scripts in a "game" folder. "Single-player" may be viewed as a special case when the Minetest-program acts as server, hosting a local game and then connects to it's own self as client. 
 +
 +
=== As basis for new games ===
 +
The game-play can be modified considerably by Lua scripts organized in mods. As a lot of mods name "default" as dependency, the Minetest-Game is thought as the basic content on which game designers may build their own games. Thus if compatibility with most mods is the aim of a new game it is advisable to start building the new game by adding content to a copy of the default Minetest-Game.
 +
 +
=== As collection of modding examples ===
 +
Although this may seem trivial this function of the Minetest-Game should not be forgotten as it often offers the first example of how to code things for modders.
 +
 +
=== Notable things not included ===
 +
As the Minetest-Game is included in the download archive it is supposed to be lightweight and as game-play neutral as possible. It therefore often irritates new players that many things known from similar games are not included by default.
 +
 +
Although the default game offers rails, it does not include mine-carts, boats or any other vehicles as such.
 +
No mobs or NPCs are included and no API for these is offered.
 +
 +
== Future development ==
 +
The consensus of the Minetest developers seems to be that the Minetest-Game should be changed as little as possible<ref name="consens">[https://forum.minetest.net/viewtopic.php?pid=137837 "Minetest Game will no longer be developed"] thread on the Minetest forum.</ref> and rather no new content added. Thus offering the most compatibility to old mods and leaving the bulk of game content for game designers to develop. To give more examples of the possibilities of the Minetest-Engine it has been discussed to include more example games in the download archive. The only other game that is included in the 0.4.9 versions of Minetest is Minimal, which is only recommended for testing purposes. Games suggested as example games have been "Pilztest", "Nostalgia", "Realtest" and "Ethereal" among others as these give examples of different game-play or environment.
 +
 +
== References ==
 +
<references />
  
 
[[Category:Games]]
 
[[Category:Games]]

Revision as of 16:47, 15 April 2014

Minetest (technical name: “minetest_game”) is a Minetest game which is installed by default.

Content

It contains the following mods:

Function

As default game

This game is included by default to give some initial single player content when Minetest is downloaded in the single archive file from the download section of the homepage. It includes some basic mods that add enough game content to offer a simple playable game with control keys and basic game-play activities set to be function similar to other games of the genre to make immediate playing possible.

The Minetest-Game is not needed to play on other servers as all game content is controlled and "served" by the hosting server. Only when running an own Minetest server is some playable content needed that is normally a collection of mod scripts in a "game" folder. "Single-player" may be viewed as a special case when the Minetest-program acts as server, hosting a local game and then connects to it's own self as client.

As basis for new games

The game-play can be modified considerably by Lua scripts organized in mods. As a lot of mods name "default" as dependency, the Minetest-Game is thought as the basic content on which game designers may build their own games. Thus if compatibility with most mods is the aim of a new game it is advisable to start building the new game by adding content to a copy of the default Minetest-Game.

As collection of modding examples

Although this may seem trivial this function of the Minetest-Game should not be forgotten as it often offers the first example of how to code things for modders.

Notable things not included

As the Minetest-Game is included in the download archive it is supposed to be lightweight and as game-play neutral as possible. It therefore often irritates new players that many things known from similar games are not included by default.

Although the default game offers rails, it does not include mine-carts, boats or any other vehicles as such. No mobs or NPCs are included and no API for these is offered.

Future development

The consensus of the Minetest developers seems to be that the Minetest-Game should be changed as little as possible[1] and rather no new content added. Thus offering the most compatibility to old mods and leaving the bulk of game content for game designers to develop. To give more examples of the possibilities of the Minetest-Engine it has been discussed to include more example games in the download archive. The only other game that is included in the 0.4.9 versions of Minetest is Minimal, which is only recommended for testing purposes. Games suggested as example games have been "Pilztest", "Nostalgia", "Realtest" and "Ethereal" among others as these give examples of different game-play or environment.

References

  1. "Minetest Game will no longer be developed" thread on the Minetest forum.