Difference between revisions of "Minetest.conf/de"

From Minetest Wiki
Jump to navigation Jump to search
Line 32: Line 32:
 
| Zeichenkette
 
| Zeichenkette
 
| opengl
 
| opengl
| Allows the user to chose the video renderer used to render Minetest.
+
| Ermöglicht dem Anwender, den von Minetest verwendeten Video-Renderer auszuwählen
:'''null''' - No rendering at all.
+
:'''null''' - kein Rendern
:'''software''' - Software rendering (not accelerated by graphics card, everything done by the processor), ''very slow''.
+
:'''software''' - rendern durch die Software (nicht durch die Grafikkarte beschleunigt, der Prozessor erledigt alles), ''sehr langsam''
:'''burningsvideo''' - Also software rendering, ''very slow''.
+
:'''burningsvideo''' - ebenfalls rendern durch die Software, ''sehr langsam''
:'''direct3d8''' - Uses Direct3D 8, ''unlikely to work''.
+
:'''direct3d8''' - benutzt Direct3D 8, ''funktioniert vermutlich nicht''.
:'''directdd9''' - Uses Direct3D 9, ''may not work''.
+
:'''directdd9''' - benutzt Direct3D 9, ''funktioniert möglicherweise''.
:'''opengl''' - Uses OpenGL, latest version possible. '''Best stability.'''
+
:'''opengl''' - Uses OpenGL, letzte Möglichkeit, '''am stabilsten'''
  
 
|-
 
|-
Line 54: Line 54:
 
|-
 
|-
 
| '''creative_mode'''
 
| '''creative_mode'''
| boolean
+
| boolesch
 
| 0
 
| 0
 
| Enables [[creative mode]]. ''This only affects local server.''
 
| Enables [[creative mode]]. ''This only affects local server.''
Line 62: Line 62:
 
|-
 
|-
 
| '''enable_damage'''
 
| '''enable_damage'''
| boolean
+
| boolesch
 
| 0
 
| 0
 
| Enables damage. When disabled, players cannot die or receive damage of any kind. ''This only affects local server.''
 
| Enables damage. When disabled, players cannot die or receive damage of any kind. ''This only affects local server.''
Line 76: Line 76:
 
|-
 
|-
 
| '''new_style_leaves'''
 
| '''new_style_leaves'''
| boolean
+
| boolesch
 
| 1
 
| 1
 
| Whether to make [[leaves]] transparent (1) or opaque (0); opaque leaves are faster, thus recommended on slower computers.
 
| Whether to make [[leaves]] transparent (1) or opaque (0); opaque leaves are faster, thus recommended on slower computers.
Line 84: Line 84:
 
|-
 
|-
 
| '''new_style_water'''
 
| '''new_style_water'''
| boolean
+
| boolesch
 
| 0
 
| 0
 
| Whether to lower water surface (1) or not (0) compared to other nodes; default water is faster to render and more accurate.
 
| Whether to lower water surface (1) or not (0) compared to other nodes; default water is faster to render and more accurate.
Line 92: Line 92:
 
|-
 
|-
 
| '''opaque_water'''
 
| '''opaque_water'''
| boolean
+
| boolesch
 
| 0
 
| 0
 
| Whether to enable opaque [[water]].
 
| Whether to enable opaque [[water]].
Line 100: Line 100:
 
|-
 
|-
 
| '''show_debug'''
 
| '''show_debug'''
| boolean
+
| boolesch
 
| 0
 
| 0
 
| Whether to enable debug info (coordinates, draw times...) on startup.
 
| Whether to enable debug info (coordinates, draw times...) on startup.
Line 108: Line 108:
 
|-
 
|-
 
| '''smooth_lighting'''
 
| '''smooth_lighting'''
| boolean
+
| boolesch
 
| 1
 
| 1
 
| Whether to use smooth lighting.
 
| Whether to use smooth lighting.
Line 122: Line 122:
 
|-
 
|-
 
| '''invert_mouse'''
 
| '''invert_mouse'''
| boolean
+
| boolesch
 
| 0
 
| 0
 
| Allows the user to invert their mouse vertical axis.
 
| Allows the user to invert their mouse vertical axis.
Line 160: Line 160:
 
|-
 
|-
 
| '''view_bobbing'''
 
| '''view_bobbing'''
| boolean
+
| boolesch
 
| 1
 
| 1
 
| Whether to enable view and wield item bobbing.
 
| Whether to enable view and wield item bobbing.
Line 168: Line 168:
 
|-
 
|-
 
| '''view_bobbing_amount'''
 
| '''view_bobbing_amount'''
| float
+
| Fließkommazahl
 
| 1.0
 
| 1.0
 
| Controls view bobbing intensity, 1.0 being 100%, 1.5 being 150% and so on. When set to 0.0, view bobbing is disabled but the wield item still bobs.
 
| Controls view bobbing intensity, 1.0 being 100%, 1.5 being 150% and so on. When set to 0.0, view bobbing is disabled but the wield item still bobs.
Line 174: Line 174:
 
|-
 
|-
 
| '''enable_fog'''
 
| '''enable_fog'''
| boolean
+
| boolesch
 
| 1
 
| 1
 
| Whether to fog out the end of the visible area.
 
| Whether to fog out the end of the visible area.
Line 182: Line 182:
 
|-
 
|-
 
| '''enable_clouds'''
 
| '''enable_clouds'''
| boolean
+
| boolesch
 
| 1
 
| 1
 
| Whether to draw clouds.
 
| Whether to draw clouds.
Line 190: Line 190:
 
|-
 
|-
 
| '''enable_3d_clouds'''
 
| '''enable_3d_clouds'''
| boolean
+
| boolesch
 
| 0
 
| 0
 
| Allows the user to enable 3D clouds.
 
| Allows the user to enable 3D clouds.
Line 198: Line 198:
 
|-
 
|-
 
| '''enable_sound'''
 
| '''enable_sound'''
| boolean
+
| boolesch
 
| 1
 
| 1
 
| Whether to enable sound; sound can only be enabled if you have installed OpenAL.
 
| Whether to enable sound; sound can only be enabled if you have installed OpenAL.
Line 206: Line 206:
 
|-
 
|-
 
| '''sound_volume'''
 
| '''sound_volume'''
| float
+
| Fließkommazahl
 
| 0.8
 
| 0.8
 
| Allows the user to change sound volume. 1 is 100% volume whereas 0 is 0% volume.
 
| Allows the user to change sound volume. 1 is 100% volume whereas 0 is 0% volume.

Revision as of 10:15, 13 March 2018

Languages Sprache: English • Deutsch • français • 日本語

Hinweis: Seit Version 0.4.14 hat Minetest “Erweiterte Einstellungen”, um über eine grafische Oberfläche alle Einstellungen in Minetest vornehmen zu können. Sie enthält eine Kurzbeschreibung, was jede Einstellung bewirkt. Sie müssen die minetest.conf nun seltener manuell bearbeiten.

minetest.conf ist die Konfigurationsdatei, die für zahllose Zwecke verwendet wird. Diese Datei wird bei jedem Programmstart gelesen und immer beim Verlassen des Menüs erstellt/geändert.

Die Konfigurationsdatei liegt an einer dieser drei Orte:

  • ../minetest.conf - (RUN_IN_PLACE-Version, relativ zum ausführbaren Programm)
  • ../../minetest.conf - (RUN_IN_PLACE-Version, relativ zum ausführbaren Programm)
  • ~/.minetest/minetest.conf - (global installierte Version auf Linux pro Anwender)

Ein benutzerdefinierte Konfigurationsdatei kann über die Befehlszeile mit der Option --config /Pfad/zur/minetest.conf angegeben werden.

Als Beispiel wird die Datei minetest.conf.example bereitgestellt. In dieser Datei finden Sie eine umfassendere Liste möglicher Optionen.
Dieser C++-Code generiert die minetest.conf automatisch. Sie enthält alle Standardeinstellungen: [1]


Standardeinstellungen (Auszug)

unbearbeitete Datei

Schlüssel Typ voreingestellter Wert Beschreibung
video_driver Zeichenkette opengl Ermöglicht dem Anwender, den von Minetest verwendeten Video-Renderer auszuwählen
null - kein Rendern
software - rendern durch die Software (nicht durch die Grafikkarte beschleunigt, der Prozessor erledigt alles), sehr langsam
burningsvideo - ebenfalls rendern durch die Software, sehr langsam
direct3d8 - benutzt Direct3D 8, funktioniert vermutlich nicht.
directdd9 - benutzt Direct3D 9, funktioniert möglicherweise.
opengl - Uses OpenGL, letzte Möglichkeit, am stabilsten
address Zeichenkette leer The address used for connecting to a server, if it is blank, the game will start a local server when attempting to connect.
port Ganzzahl 30000 The port used when connecting to, or creating a server. For creating a server, ports above 1024 are preferred for security, compatibility and standards compliance reasons.
creative_mode boolesch 0 Enables creative mode. This only affects local server.
1 - Creative mode enabled.
0 - Creative mode disabled.
enable_damage boolesch 0 Enables damage. When disabled, players cannot die or receive damage of any kind. This only affects local server.
1 - Damage enabled.
0 - Damage disabled.
name Zeichenkette leer The name of the player.
new_style_leaves boolesch 1 Whether to make leaves transparent (1) or opaque (0); opaque leaves are faster, thus recommended on slower computers.
1 - Leaves are transparent.
0 - Leaves are opaque.
new_style_water boolesch 0 Whether to lower water surface (1) or not (0) compared to other nodes; default water is faster to render and more accurate.
1 - Water surface is lowered compared to other nodes, does not affect physics or gameplay.
0 - Water surfaced is not lowered.
opaque_water boolesch 0 Whether to enable opaque water.
1 - Opaque water enabled.
0 - Opaque water disabled.
show_debug boolesch 0 Whether to enable debug info (coordinates, draw times...) on startup.
1 - Debug info shown by default.
0 - Debug info hidden by default.
smooth_lighting boolesch 1 Whether to use smooth lighting.
1 - Smooth lighting enabled.
0 - Smooth lighting disabled.
client_delete_unused_sectors_timeout Ganzzahl 600 This will set the client to forget parts of the map from the memory when they haven't been accessed for N seconds.
invert_mouse boolesch 0 Allows the user to invert their mouse vertical axis.
1 - Mouse vertical axis inverted.
0 - Mouse vertical axis not inverted.
texture_path Zeichenkette leer Allows the user to specify an additional texture directory, from which Minetest will first search for textures.
time_speed Ganzzahl 72 This changes the speed of the day-night cycle (also applies to local/singleplayer game). When set to 0, the day-night cycle stops. The higher is the value, the faster the day-night cycle will be. 1 is equivalent to real world's day-night cycle.
viewing_range_nodes_min Ganzzahl 25 Allows the user to change their minimal view range. This is very useful for slow computers. Can be changed using KP + and KP - in-game.
viewing_range_nodes_max Ganzzahl 160 Allows the user to change their maximal view range. This is very useful for slow computers.
fov Ganzzahl 72 Allows the user to change their field of view.
view_bobbing boolesch 1 Whether to enable view and wield item bobbing.
1 - View bobbing enabled.
0 - View bobbing disabled.
view_bobbing_amount Fließkommazahl 1.0 Controls view bobbing intensity, 1.0 being 100%, 1.5 being 150% and so on. When set to 0.0, view bobbing is disabled but the wield item still bobs.
enable_fog boolesch 1 Whether to fog out the end of the visible area.
1 - Fog enabled.
0 - Fog disabled.
enable_clouds boolesch 1 Whether to draw clouds.
1 - Clouds enabled.
0 - Clouds disabled.
enable_3d_clouds boolesch 0 Allows the user to enable 3D clouds.
1 - 3D clouds enabled.
0 - 3D clouds disabled (2D clouds used instead).
enable_sound boolesch 1 Whether to enable sound; sound can only be enabled if you have installed OpenAL.
1 - Sound enabled.
0 - Sound disabled.
sound_volume Fließkommazahl 0.8 Allows the user to change sound volume. 1 is 100% volume whereas 0 is 0% volume.

Controls

In minetest.conf, you can configure most (but not all) keys, but a few more keys can be configured which are not configurable in the in-game settings menu; most notably, camera mode and minimap.

A few things to note:

  • Controls are written in the format keymap_<action name> = <key name>, e.g. keymap_forward = KEY_KEY_W
  • The list of possible controls (value right of the equals sign) can be seen in [2]. If your key isn't listed there, try writing the literal character
  • To disable a control completely, leave the part right of the equals sign empty, e.g. keymap_toggle_debug =

See Controls for a list of controls and their setting name (if available).