Update default controls in README.txt
parent
56ea77ea96
commit
c0e56c6011
60
README.txt
60
README.txt
|
@ -27,39 +27,47 @@ This game is not finished
|
||||||
- Don't expect it to work as well as a finished game will.
|
- Don't expect it to work as well as a finished game will.
|
||||||
- Please report any bugs. When doing that, debug.txt is useful.
|
- Please report any bugs. When doing that, debug.txt is useful.
|
||||||
|
|
||||||
Default Controls
|
Default controls
|
||||||
-----------------
|
-----------------
|
||||||
- WASD: move
|
- Move mouse: Look around
|
||||||
- Space: jump/climb
|
- W, A, S, D: Move
|
||||||
- Shift: sneak/go down
|
- Space: Jump/move up
|
||||||
- Q: drop itemstack (+ SHIFT for single item)
|
- Shift: Sneak/move down
|
||||||
- I: inventory
|
- Q: Drop itemstack
|
||||||
- Mouse: turn/look
|
- Shift + Q: Drop single item
|
||||||
- Mouse left: dig/punch
|
- Left mouse button: Dig/punch/take item
|
||||||
- Mouse right: place/use
|
- Right mouse button: Place/use
|
||||||
- Mouse wheel: select item
|
- Shift + right mouse button: Build (without using)
|
||||||
- T: chat
|
- I: Inventory menu
|
||||||
- 1-8: select item
|
- Mouse wheel: Select item
|
||||||
|
- 0-9: Select item
|
||||||
|
- Z: Zoom (needs zoom privilege)
|
||||||
|
- T: Chat
|
||||||
|
- /: Commad
|
||||||
|
|
||||||
- Esc: pause menu (pauses only singleplayer game)
|
- Esc: Pause menu/abort/exit (pauses only singleplayer game)
|
||||||
- R: Enable/Disable full range view
|
- R: Enable/disable full range view
|
||||||
- +: Increase view range
|
- +: Increase view range
|
||||||
- -: Decrease view range
|
- -: Decrease view range
|
||||||
- K: Enable/Disable fly (needs fly privilege)
|
- K: Enable/disable fly mode (needs fly privilege)
|
||||||
- J: Enable/Disable fast (needs fast privilege)
|
- J: Enable/disable fast mode (needs fast privilege)
|
||||||
- H: Enable/Disable noclip (needs noclip privilege)
|
- H: Enable/disable noclip mode (needs noclip privilege)
|
||||||
|
|
||||||
- F1: Hide/Show HUD
|
- F1: Hide/show HUD
|
||||||
- F2: Hide/Show Chat
|
- F2: Hide/show chat
|
||||||
- F3: Disable/Enable Fog
|
- F3: Disable/enable fog
|
||||||
- F4: Disable/Enable Camera update (Mapblocks are not updated anymore when disabled)
|
- F4: Disable/enable camera update (Mapblocks are not updated anymore when disabled, disabled in release builds)
|
||||||
- F5: Toogle through debug info screens
|
- F5: Cycle through debug info screens
|
||||||
- F6: Toogle through output data
|
- F6: Cycle through profiler info screens
|
||||||
- F7: Toggle through camera modes
|
- F7: Cycle through camera modes
|
||||||
- F10: Show/Hide console
|
- F8: Toggle cinematic mode
|
||||||
|
- F9: Cycle through minimap modes
|
||||||
|
- Shift + F9: Change minimap orientation
|
||||||
|
- F10: Show/hide console
|
||||||
- F12: Take screenshot
|
- F12: Take screenshot
|
||||||
|
- P: Write stack traces into debug.txt
|
||||||
|
|
||||||
- Settable in the configuration file, see the section below.
|
Most controls are settable in the configuration file, see the section below.
|
||||||
|
|
||||||
Paths
|
Paths
|
||||||
------
|
------
|
||||||
|
|
Loading…
Reference in New Issue