Difference between revisions of "Minetest"

From Minetest Wiki
Jump to navigation Jump to search
m
(MTG is no longer bundled)
 
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages}}
+
{{Languages|nocat=1}}
 
__NOTOC__
 
__NOTOC__
 
[[File:Minetest logo.png|thumb|Minetest logo]]
 
[[File:Minetest logo.png|thumb|Minetest logo]]
  
'''Minetest''' is a [https://en.wikipedia.org/wiki/Free_software free software] [https://en.wikipedia.org/wiki/Game_engine game engine] currently under development (alpha stage) to create various games based on [https://en.wikipedia.org/wiki/Voxel voxel] gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “[[celeron55]]”).
+
'''Minetest''' is a [https://en.wikipedia.org/wiki/Free_software free software] [https://en.wikipedia.org/wiki/Game_engine game engine] to create various games based on [https://en.wikipedia.org/wiki/Voxel voxel] gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “[[celeron55]]”).
  
The basic idea of each game is always the same: The [[player]] is thrown into a huge [[World|world]] made out of cubes/[[blocks]]. Most of the time, these cubes make the landscape and these blocks can be [[Mining|removed]] and [[Building|placed]] almost entirely freely. Using the collected [[items]], new [[Tool|tools]] and other items can be [[Crafting|crafted]]. Games (“[[subgames]]” in Minetest terms) in Minetest can, however, be much more complex than this.
+
The basic idea of each game is always the same: The [[player]] is thrown into a huge [[World|world]] made out of cubes/[[blocks]]. Most of the time, these cubes make the landscape and these blocks can be [[Mining|removed]] and [[Building|placed]] almost entirely freely. Using the collected [[items]], new [[Tool|tools]] and other items can be [[Crafting|crafted]]. [[Games]] in Minetest can, however, be much more complex than this.
  
 
A core concept of Minetest is a built-in [[Mods|modding]] capability, based on the Lua programming language. Mods allow one or more certain aspects of an existing game to be modified. Minetest mods can be as simple as adding a few decorational blocks or very complex by (for example) introducing complex new gameplay concepts or generating a completely different kind of world, and many other things. For the player, using a new mod requires to copy or extract some files into a certain location and pressing some buttons in Minetest's interface.
 
A core concept of Minetest is a built-in [[Mods|modding]] capability, based on the Lua programming language. Mods allow one or more certain aspects of an existing game to be modified. Minetest mods can be as simple as adding a few decorational blocks or very complex by (for example) introducing complex new gameplay concepts or generating a completely different kind of world, and many other things. For the player, using a new mod requires to copy or extract some files into a certain location and pressing some buttons in Minetest's interface.
Line 11: Line 11:
 
Minetest can be played alone or [[Server|online]] together with multiple players.
 
Minetest can be played alone or [[Server|online]] together with multiple players.
  
Minetest is usually bundled with a simple default game, named “[[Subgames/Minetest Game|Minetest Game]]”. Other games for Minetest can be downloaded from the [https://forum.minetest.net/viewforum.php?f=48 official Minetest forums].
+
Games for Minetest can be found on [https://content.minetest.net/packages/?type=game ContentDB].
 
 
Minetest and Minetest Game are playable, but they both are in alpha stage at the moment, this means they are not finished, many features are missing and there are bugs. So please forgive us when not everything works out perfectly.
 
  
 
== Features ==
 
== Features ==
Line 19: Line 17:
 
* Procedurally generated world
 
* Procedurally generated world
 
* Several [[Map generator|world generators]] with many adjustable parameters
 
* Several [[Map generator|world generators]] with many adjustable parameters
* Extremely high configuratbility with an advanced settings editor and built-in descriptions, or by using a [[minetest.conf|configuration file]]
+
* Extremely high configurability with an advanced settings editor and built-in descriptions, or by using a [[minetest.conf|configuration file]]
 
* Customize the graphics and sounds through [[Texture Packs|texture packs]]
 
* Customize the graphics and sounds through [[Texture Packs|texture packs]]
 +
* Download games, mods and texture packs from the built-in [[ContentDB]]
 
* Singleplayer mode and [[Server#Playing on a server|online multiplayer mode]]
 
* Singleplayer mode and [[Server#Playing on a server|online multiplayer mode]]
 
* Server list
 
* Server list
* Sophisticated modding system
+
* Sophisticated modding system using Lua
 
* Mods are entirely server-sided. You can join any Minetest server with any mods and start playing, no additional software required
 
* Mods are entirely server-sided. You can join any Minetest server with any mods and start playing, no additional software required
 
* Relatively low system requirements
 
* Relatively low system requirements
  
 
== Screenshots ==
 
== Screenshots ==
=== Subgames ===
+
=== Games ===
As Minetest is an engine, the actual in-game appearance heavily depends on the actual subgame being played. This is a collection of screenshot of various subgames to give an idea of Minetest's capabilities. This list includes Minetest Game as well as other subgames which have been developed by the community over the years:
+
As Minetest is an engine, the actual in-game appearance heavily depends on the actual game being played. This is a selection of some of the games that are available for Minetest. A full list of games can be found on [https://content.minetest.net/packages/?type=game ContentDB]
  
{{Subgame gallery}}
+
{{Game gallery}}
  
 
=== Mods ===
 
=== Mods ===
Mods are installed ''on top'' of subgames by the user to modify an existing subgame. These screenshots show mods modifying Minetest Game:
+
There exists several hundred of mods, most for Minetest Game and some for other games. The largest list of mods can be found on [https://content.minetest.net/packages/?type=mod ContentDB]
<gallery widths="400px" heights="256px">
 
Mesecons_example.jpg|[[Mesecons]]
 
Ethereal.jpg|[https://forum.minetest.net/viewtopic.php?f=11&t=14638 Ethereal NG]
 
xtraores_xtension.jpg|[https://forum.minetest.net/viewtopic.php?f=9&t=15229 xtraores_xtension] (Modpack)
 
</gallery>
 
 
 
=== Main menu ===
 
 
 
<gallery widths="400px" heights="256px">
 
Singleplayer0.4.14.jpg|Singleplayer
 
Serverlist0.4.14.jpg|Server list
 
Advanced Settings 0.4.14.png|Advanced settings
 
</gallery>
 
  
 
=== More screenshots ===
 
=== More screenshots ===
Line 59: Line 45:
 
== System requirements ==
 
== System requirements ==
 
=== Hardware requirements ===
 
=== Hardware requirements ===
Minetest can played on PCs, laptops and the like and even smartphones (Android).
+
Minetest can be played on low-performance computers and mobile devices (Android).
 +
It's played with mouse and keyboard on PC and Mac.
  
==== Requirements for PCs, laptops, etc. ====
+
Depending on the game you choose, and the mods it uses, the minimum configuration may not be sufficient.
* Screen
 
* Mouse with mouse wheel
 
* Optional: Joystick or gamepad
 
* Keyboard
 
* Optional: Speakers, if you want to play with sound
 
* Graphics card/chip or alternatively (llvm pipe) a fast processor
 
  
 
=== Operating system ===
 
=== Operating system ===
The following operating systems are supported officially:
+
Minetest is cross-platform, for officially supported operating systems see [http://www.minetest.net/downloads/ download page])
 
 
* Android (4.0 or later recommended)
 
* GNU/Linux
 
* OS X (10.8 or later recommended)
 
* Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
 
* Other (see the [http://www.minetest.net/downloads/ download page])
 
  
 
== Legal ==
 
== Legal ==
Line 82: Line 57:
  
 
== See also ==
 
== See also ==
 
 
* [http://www.minetest.net/downloads/ Download Minetest]
 
* [http://www.minetest.net/downloads/ Download Minetest]
* [[Help:Getting Started|Getting Started]]
+
* [[Getting Started]]
* [[Subgames/Minetest Game|Minetest Game]]
+
* [[Version number]]
 
* [[Main Page]]
 
* [[Main Page]]
  
[[Category:Minetest (Root Category)]]
+
[[Category:About Minetest]]
 +
[[Category:Languages pages]]

Latest revision as of 12:41, 27 December 2023

Languages Language: English • Deutsch • français • Bahasa Indonesia • italiano • 日本語 • Bahasa Melayu
Minetest logo

Minetest is a free software game engine to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”).

The basic idea of each game is always the same: The player is thrown into a huge world made out of cubes/blocks. Most of the time, these cubes make the landscape and these blocks can be removed and placed almost entirely freely. Using the collected items, new tools and other items can be crafted. Games in Minetest can, however, be much more complex than this.

A core concept of Minetest is a built-in modding capability, based on the Lua programming language. Mods allow one or more certain aspects of an existing game to be modified. Minetest mods can be as simple as adding a few decorational blocks or very complex by (for example) introducing complex new gameplay concepts or generating a completely different kind of world, and many other things. For the player, using a new mod requires to copy or extract some files into a certain location and pressing some buttons in Minetest's interface.

Minetest can be played alone or online together with multiple players.

Games for Minetest can be found on ContentDB.

Features

  • A big cube-based world to discover (61840 nodes (cubes) in every dimension)
  • Procedurally generated world
  • Several world generators with many adjustable parameters
  • Extremely high configurability with an advanced settings editor and built-in descriptions, or by using a configuration file
  • Customize the graphics and sounds through texture packs
  • Download games, mods and texture packs from the built-in ContentDB
  • Singleplayer mode and online multiplayer mode
  • Server list
  • Sophisticated modding system using Lua
  • Mods are entirely server-sided. You can join any Minetest server with any mods and start playing, no additional software required
  • Relatively low system requirements

Screenshots

Games

As Minetest is an engine, the actual in-game appearance heavily depends on the actual game being played. This is a selection of some of the games that are available for Minetest. A full list of games can be found on ContentDB

Mods

There exists several hundred of mods, most for Minetest Game and some for other games. The largest list of mods can be found on ContentDB

More screenshots

In the Minetest forums, many screenshots are posted by players in several threads:

System requirements

Hardware requirements

Minetest can be played on low-performance computers and mobile devices (Android). It's played with mouse and keyboard on PC and Mac.

Depending on the game you choose, and the mods it uses, the minimum configuration may not be sufficient.

Operating system

Minetest is cross-platform, for officially supported operating systems see download page)

Legal

Minetest is free software, without advertisements and free of charge. It is licensed under the GNU Lesser General Public License, version 2.1, with artwork generally covered by Creative Commons Attribution ShareAlike 3.0.

See also