wok-next diff minetest/description.txt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/minetest/description.txt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -0,0 +1,57 @@
     1.4 +# Minetest
     1.5 +
     1.6 +An InfiniMiner/Minecraft inspired game.
     1.7 +
     1.8 +Copyright (c) 2010-2018 Perttu Ahola <celeron55@gmail.com>
     1.9 +and contributors (see source file comments and the version control log)
    1.10 +
    1.11 +## Further documentation
    1.12 +
    1.13 +  - [Website](http://minetest.net/)
    1.14 +  - [Wiki](http://wiki.minetest.net/)
    1.15 +  - [Developer wiki](http://dev.minetest.net/)
    1.16 +  - [Forum](http://forum.minetest.net/)
    1.17 +  - [Github](https://github.com/minetest/minetest/)
    1.18 +
    1.19 +## Default controls
    1.20 +
    1.21 +All controls are re-bindable using settings.
    1.22 +Some can be changed in the key config dialog in the settings tab.
    1.23 +
    1.24 +Button             | Action
    1.25 +-------------------|------------
    1.26 +Move mouse         | Look around
    1.27 +<kbd>W</kbd>, <kbd>A</kbd>, <kbd>S</kbd>, <kbd>D</kbd> | Move
    1.28 +<kbd>Space</kbd>   | Jump/move up
    1.29 +<kbd>Shift</kbd>   | Sneak/move down
    1.30 +<kbd>Q</kbd>       | Drop itemstack
    1.31 +<kbd>Shift</kbd> + <kbd>Q</kbd> | Drop single item
    1.32 +Left mouse button  | Dig/punch/take item
    1.33 +Right mouse button | Place/use
    1.34 +<kbd>Shift</kbd> + right mouse button | Build (without using)
    1.35 +<kbd>I</kbd>       | Inventory menu
    1.36 +Mouse wheel        | Select item
    1.37 +<kbd>0</kbd> - <kbd>9</kbd> | Select item
    1.38 +<kbd>Z</kbd>       | Zoom (needs zoom privilege)
    1.39 +<kbd>T</kbd>       | Chat
    1.40 +<kbd>/</kbd>       | Command
    1.41 +<kbd>Esc</kbd>     | Pause menu/abort/exit (pauses only singleplayer game)
    1.42 +<kbd>R</kbd>       | Enable/disable full range view
    1.43 +<kbd>+</kbd>       | Increase view range
    1.44 +<kbd>-</kbd>       | Decrease view range
    1.45 +<kbd>K</kbd>       | Enable/disable fly mode (needs fly privilege)
    1.46 +<kbd>J</kbd>       | Enable/disable fast mode (needs fast privilege)
    1.47 +<kbd>H</kbd>       | Enable/disable noclip mode (needs noclip privilege)
    1.48 +<kbd>E</kbd>       | Move fast in fast mode
    1.49 +<kbd>F1</kbd>      | Hide/show HUD
    1.50 +<kbd>F2</kbd>      | Hide/show chat
    1.51 +<kbd>F3</kbd>      | Disable/enable fog
    1.52 +<kbd>F4</kbd>      | Disable/enable camera update (Mapblocks are not updated anymore when disabled, disabled in release builds)
    1.53 +<kbd>F5</kbd>      | Cycle through debug info screens
    1.54 +<kbd>F6</kbd>      | Cycle through profiler info screens
    1.55 +<kbd>F7</kbd>      | Cycle through camera modes
    1.56 +<kbd>F8</kbd>      | Toggle cinematic mode
    1.57 +<kbd>F9</kbd>      | Cycle through minimap modes
    1.58 +<kbd>Shift</kbd> + <kbd>F9</kbd> | Change minimap orientation
    1.59 +<kbd>F10</kbd>     | Show/hide console
    1.60 +<kbd>F12</kbd>     | Take screenshot