Games/Minetest Game/de
Sprache: | English • Deutsch • français • 日本語 • Bahasa Melayu |
---|
Minetest-Spiel | |
---|---|
A game | |
Typ | Standard |
Autor | Minetest-Entwickler |
Letzte Version | 5.7.0 |
Forenthema | 9724 |
Quellcode | GitHub |
Das Minetest-Spiel (vorher “minetest_game
”) ist ein Unterspiel für Minetest. das üblicherweise zusammen mit Minetest verteilt wird. Es ist hauptsächlich ein großer Sandkasten. Hier finden Sie einen Schnelleinstieg.
Überblick
Das Minetest-Spiel ist ein einfaches und friedvolles “Sandkastenspiel”. Das heißt, es gibt kein Ziel und keine eingebauten vom Computer gesteuerten Feinde (Mobs). Der Spieler wird in eine Welt aus würfelförmigen Blöcken geworfen und kann versuchen, die Oberfläche zu erkunden. Dabei läuft er durch Grasland, Wälder, Wüsten, Dschungel, verschneite und arktische Regionen und erkundet die Seen mit einem Boot, schwimmend oder tauchend. Er sammelt verschiedene Materialien und erstellt Werkzeuge daraus. Mittels einer Spitzhacke kann der Spieler sich in die Tiefe graben und Mineralien und Erze sammeln, aber ein unvorsichtiger Spieler kann auch von Lava gekocht werden. Oder der Spieler kann ein Landwirt oder Förster werden und Bäume und Feldfrüchte pflanzen. Fast jeder Block kann mit dem richtigen Werkzeug entfernt werden und mit den gesammelten Blöcken kann nahezu jedes Gebäude errichtet werden - einzig die Vorstellungskraft setzt Grenzen. Das Minetest-Spiel legt seinen Fokus eher auf Kreativität, das Bauen und Erkunden statt auf eine Herausforderung, das ist die Natur eines Sandkastenspiels.
Bildschirmfotos
- Minetest Game forest.jpg
Laubwald
Bootsfahrt auf einem Fluss
- Farming.jpg
Vom Spieler gebauter Bauernhof
Funktionalitäten
Überblick
- mehr als 200 Blocktypen zum Abbauen und Bauen (eine Übersicht gibt es unter Blöcke)
- tiefer Untergrund mit sieben verschiedenen Erzen, Mineralien und Lava
- sechs Werkzeugstärken von Holz bis Diamant
- kreativer Modus in dem alle Elemente sofort zur Verfügung stehen
Die Welt
- mehrere Biome zu entdecken: Grasland, Wüste, Dschungel, Ozean, Savanne, Laubwälder, Nadelwälder, Schnee, kalte Wüste, Gletscher
- Untergrundkerker
- kleine und große unteirdische Höhlen
- unterirdische Lavataschen
- sechs Mineralien: Kohle, Eisen, Kupfer, Golderz, Mese und Diamant können zum Bau von Werkzeugen und Dingen benutzt werden
- seltene Meseblöcke unter Y=-1024 (entspricht neun Mese-Kristallen)
- sechs Baumtypen: “normaler” Baum, Apfelbaum, Tropenbaum, Akazie, Espe und Kiefer, einschließlich Setzlingen, die zu neuen Bäumen heranwachsen
- sechs Blumen (zur Herstellung von Farben benutzt), Wasserlilien, Pilze und einige andere kleine Pflanzen
Craftable tools
- Tools to destroy blocks: Pickaxe (for stones), shovel (for dirt and sand), axe (for wood and trees), sword (for leaves and small plants)
- Most tools can also be used as melee weapons
- Screwdriver (used to rotate stuff)
- Bucket for collecting liquids like water
- See Items for more
Other gameplay aspects
- Go over the sea with boats
- Build rails and ride in a cart to transport yourself and items
- Use the furnace to smelt ores to ingots, use ingots to craft new stuff
- Basic farming: Till soil with a hoe, plant wheat and cotton seed, put water nearby and watch them grow
- When a player dies, the player might lose the items in the inventory which can be retrieved from a bones block
- Fire!
- TNT and gunpowder
Function
As default game
Minetest 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. Control keys and basic gameplay activities are set to function similar to other games of the genre to make immediate playing possible.
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 local Minetest program acts as local game-server, hosting a local game and then connects to its own self as client.
As basis for new games
The gameplay can be modified considerably by Lua scripts organized in mods. As a lot of mods, offered by the community, name “default” as dependency, 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 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.
Content
It contains the following 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 crafts, furnace fuels, tools, items and all the stuff which is not covered by the other mods in this game
- beds: adds beds of several sorts.
- boats: adds boat
- bones: adds bones
- bucket: adds buckets
- carts: adds cart
- doors: adds doors, trapdoors (like the wooden trapdoor) and fence gates
- dye: adds dyes
- farming: farming-related stuff: Cotton (plant), wheat, cotton seed, wheat seed, strings, flour, bread, hoes and soil
- fire: adds fire, permanent flame and flint and steel
- flowers: adds flowers, mushrooms and waterlily
- screwdriver: adds screwdriver
- stairs: adds stairs and slabs
- tnt: adds TNT and gun powder
- vessels: adds drinking glass, steel bottle, glass bottle, glass fragments and vessels shelf
- walls: adds walls
- wool: adds wool in 15 colors
- xpanes: adds glass panes and iron bars
- Setting-related mods
- creative: when in creative mode, this mod enables, besides some other things, the creative inventory
- give_initial_stuff: If the setting
give_initial_stuff
is true, then this mod gives new players a steel pickaxe, a steel axe, a steel shovel, 99 torches and 99 cobblestones
- Server commands
- sethome: adds the server commands “sethome” and “home”. (See here)
The following mods were contained in it for certain amount of times before they were removed:
- nyancat: adds Nyan Cat and Nyan Cat Rainbow
Notable things not included
As Minetest Game was included in the download archive it was supposed to be lightweight and as gameplay-neutral as possible. It therefore often irritated new players that particular things known from similar games were not included by default:
- No monsters, animals or NPCs [1] are included and no API for these is offered.
- There is no crafting guide
History and plans
0.4.9 branch
Since early 2014, Minetest Game (then called “minetest_game”) was semi-officially under feature freeze. It was not dropped and was kept available in maintenance-mode as basis for all mods that depended on "default". The consensus of the Minetest developers seemed to be that Minetest Game should be changed as little as possible[2] (feature-freeze) 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.
0.4.10 branch
With the release of 0.4.10, Minetest Game Minetest-NeXt was merged[3] with Minetest Game.
Future development
To give more examples of the possibilities of the Minetest engine it had been discussed to include more example games in the download archive. The only other game that was included in the 0.4.9 versions of Minetest was Minimal, which is only recommended for testing purposes. Games suggested as example games[4] have been Dwarves, PilzTest, Nostalgia, Realtest, Eden or a game based on the Ethereal mod. More recently BFD, Minetest NeXt and Carbone have been considered among others. The idea is to showcase a variety of different gameplay, environment and atmosphere concepts.
Legal
Minetest Game is free software, without advertisements and free of charge. It is licensed under the LGPL v2.1 (or later) for the source code and CC BY-SA 3.0 for the media files.
Notes and References
- ↑ Though rats might just be able to sneak in if you are not careful ;-).
- ↑ "Minetest Game will no longer be developed" thread on the Minetest forum.
- ↑ "(0.4.10) NeXt merged / Updated minetest_game" thread on the Minetest forum.
- ↑ as discussed on IRC at 2013-10-17