Difference between revisions of "Games/it"

From Minetest Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
{{Game gallery}}
 
{{Game gallery}}
  
==== Game examples ====
+
==== Esempi di giochi ====
 
<!-- NOTE TO EDITORS: This section is intended to give a FEW examples (not more than 10) of games to demonstrate the variety in Minetest games. Please do not list *all* games here, only those which are different enough from the others to demonstrate variety. Unique games are good. -->
 
<!-- NOTE TO EDITORS: This section is intended to give a FEW examples (not more than 10) of games to demonstrate the variety in Minetest games. Please do not list *all* games here, only those which are different enough from the others to demonstrate variety. Unique games are good. -->
  

Revision as of 09:12, 2 August 2020

Languages Lingua: English • français • italiano • 日本語 • Bahasa Melayu

With Minetest you can run and play games (previously called “subgames”), which are complete playable interactive experiences. This is considered to be one of the core features of Minetest. The default game is Minetest Game, but there are many more.

Introduzione

Descrizione

Quello che chiamiamo un "gioco" in Minetest può, in pratica, essere ogni genere di cose: può essere un gioco con degli obbiettivi o una sandbox, un puzzle, un mix di queste cose o qualcosa di completamente diverso. I giochi possono essere scelti e avviati direttamente dal menu principale e sono a sé stanti. Inoltre Minetest permette la modifica e l'estensione di tutti questi giochi tramite l'uso di mod. La definizione generale di "gioco" in Minetest è "quello che metti nella cartella games e avvii dal menu principale".

Tecnicamente, un gioco è davvero semplice: internamente, un gioco è di per sé una raccolta di mod (pre-inclusi) e pochi file extra (perlopiù per le immagini del menu principale), ma impacchettati assieme per fornire una esperienza interattiva completa, che può essere utilizzata immediatamente. Quando un giocatore avvia un gioco, saranno usati tutti i mod impacchettati con quel gioco.

Istantanee

Per darvi una idea riguardo alla varietà dei giochi possibili in Minetest, ecco una galleria di istantanee di molti giochi:

Esempi di giochi

Articolo principale: Elenco dei giochi

Questo è il gioco predefinito in Minetest. È una sandbox piuttosto semplice senza nessun obbiettivo. Possiede alcuni biomi da esplorare, sei vene minerarie, un sistema semplice di agricoltura con due piante coltivabili, vari alberi, e altro. Potete usare barche e vagoni per viaggiere più rapidamente. Non c'è nessun nemico controllato dal computer o animali, quindi l'esperienza di gioco è molto tranquilla. Possiede tutti i blocchi e oggetti e la maggior parte delle altre cose che trovate in questa wiki.

Un mix della "sandbox voxel" e il genere di giochi di ruolo che sono ambientati nella Terra di Mezzo della trilogia de Il Signore degli Anelli di J.R.R. Tolkien.

Una simulazione spaziale vicino al pianeta Saturno. Controllate una piccola nave spaziale e potete volare in ognuna delle tre direzioni (proprio come nello spazio), e scavare per raccogliere minerali negli asteroidi, fare consegne di pacchi tra stazioni spaziali, migliorare la vostra navicella o combattere nemici. È molto diverso dagli altri giochi.

Questo è un altro gioco principalmente sandbox, ma un po' più impegnativo degli altri. Iniziate sul pianeta vulcanico Hades con ampi mari di lava e un terreno molto aspro, e formazioni aride. Andate a scavare e usate le vostre capacità di assemblaggio e costruzione per terraformare così da trasformare il terreno in una stupenda terra abitabile.


Si vedano i Forum di Minetest per un elenco di giochi più completo.

User manual

Using a game

If you already have some game installed, here's how to use them:

  1. Start Minetest
  2. On the game icon bar (4), click on the game you want to play. (On the first start, Minetest Game is pre-selected)
  3. Create a new world by clicking on “New”
  4. Enter a world name, select a Map generator and hit “Create”
  5. Click “Play Game”

Here's the annotated singleplayer menu of Minetest, in this example the user has installed tons of games:

Main menu

  • 1: Game banner: Usually this shows a text logo for the current game. It's “Minetest Game” in this case
  • 2: Icon of Minetest Game: This is the icon of Minetest Game, the default game
  • 3: Game name: Name of the current active game
  • 4: Game icon bar: Each icon represents a game, click on an icon to select a new game, click on the arrows to scroll
  • 5: List of worlds: Valid for the currently selected game only
  • 6: Basic settings

Finding games

The first game you probably already have is Minetest Game. Finding it is trivial. ;-)

The main place to find and install games is the ContentDB (Content tab of Minetest). Installing games from the Content tab is as easy as :

  • 1. Searching for the game on the search bar or selecting 'games' in the filter beside the search bar
  • 2. Clicking/tapping the Install button in front of it.

Another place to find other games is in the Minetest Forums. Almost everyone who creates games posts it in the forums:

On other webpages you can find a different look on games if you find navigating the forums hard. Those pages are usually incomplete.

Installing games

Games installed using the Content tab are automatically set up and installed.

Usually games are distributed in Zip archives (other archive formats such as .tar.gz are of course possible, too). Follow these steps to install a game from an archive:

  • Get the archive which contains the game
  • Extract (or unzip) the archive into the the games sub-directory of Minetest. The location of this directory depends on your operating system:
    • 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 directory found in the main program folder in which you have installed Minetest. It is the directory containing the directories like bin (which in turn contains minetest.exe), builtin, client, doc, fonts, games, locale, mods, textures, etc.

The game should now be installed and be found at the next Minetest start.

Now you can start Minetest and the game should have been found by Minetest. You can select the new game in singleplayer mode by clicking one of the icons at the bottom. To start playing, just create a new world and hit “Play Game”.

Playing on servers

You can also “find” games by just joining a highly customized server. While many servers host Minetest Game or (most likely) a modded variant of it, some servers host other games as well. Because of the nature of Minetest, every server can be unique. Joining a server is a good way to quickly explore the possibilities of Minetest without needing for a manual game installation.


Troubleshooting

To help you finding the correct location, here is an example directory listing to help you make sure that the game was installed into the correct directory. In this diagram, the game directory is located at “<GAME>”. After installation, the directory tree should look more or less like this (note that some files or directories are optional, but all directories must be, if present, in the corrent position of the tree):

minetest/
├── bin/
├── builtin/
├── (other uninteresting directories)
├── games/
│   ├── <GAME>
│   │   ├── mods/
│   │   │   └── (usually a lot of mod directories)
│   │   ├── menu/
│   │   │   └── (some PNG files)
│   │   └── game.conf
│   └── <ANOTHER GAME>
        └── (same directories as for the game above)

Note that the directory name of the game does not matter; you can even change it after initial installation. But renaming the game directory afterwards is not recommended because Minetest won't find the existing worlds for the game anymore.

You also can use the environment variable MINETEST_GAME_PATH to define the location of the games directory, but this is usually not required.

See also