added basic controls and chat commands as described on the wiki

master
twoelk 2015-09-29 15:01:51 +02:00
parent 839579dd9a
commit 64f9356321
1 changed files with 90 additions and 1 deletions

View File

@ -14,7 +14,96 @@ function welcome.guides_formspec(player)
"tableoptions[background=#00000000;highlight=#00000000;border=false]" ..
"table[2,0;10,2;welcome_guides;" ..
"#FFFF00," .. "Here are some useful guides and help articles," ..
",underconstruction.gif,"..
",,"..
",Basic Controls,"..
",,"..
",- W\\, A\\, S\\, D: move,"..
",- Space: jump,"..
",- Left mouse button: attack\\, mine blocks\\, ,"..
", move an item stack in an inventory ,"..
",- Right mouse button: use (e.g. open chest or furnace)\\, ,"..
", place blocks\\, move one item or split items in an inventory,"..
",- Shift+Right mouse button: place blocks,"..
",- Middle mouse button: move 10 items in an inventory ,"..
",- Mouse wheel: select item in the hotbar ,"..
",- 0-9: select item in the hotbar ,"..
",- Q: drop block\\, item or tool in hand ,"..
",- I: open or close the inventory menu ,"..
",- T: open the chat window ,"..
",- /: Start issuing a server command ,"..
",- Shift: descend on ladders or sneak,"..
", (walk slower\\, prevents falling off ledges) ,"..
",,"..
",,"..
",Top-Row Keys,"..
",,"..
",- Esc: In the game: Abort / close current window / open pause menu. ,"..
", In the main menu: Quit Minetest. ,"..
",- F1: Show / hide HUD ,"..
",- F2: Show / hide chat and the text \\'Minetest\\' along with,"..
", the version number at the upper left part of the screen ,"..
",- F3: Enable / disable fog ,"..
",- F4: Enable / disable camera updates. ,"..
", Note: This key works only in debugging versions of Minetest\\, ,"..
", or by editing minetest.conf. Normal players don\\'t need this feature. ,"..
",- F5: Enable / disable debug screen which also shows your coordinates ,"..
",- F6: Enable / disable profiler (only useful for developers) ,"..
",- F7: Toggle camera. Available are (in this order): first person view\\, ,"..
", third person view from the back\\, third person view from the front ,"..
",- F8: Toggle cinematic mode. In cinematic mode\\, the camera will not ,"..
", immediately follow your movements\\, instead it will quickly \\'catch on\\'\\, ,"..
", so the movement of the camera looks a bit like the ,"..
", movement of an actual camera. ,"..
",- F9: Toggle minimap. There are two modes available\\, surface ,"..
", and radar\\, in different zoom levels. ,"..
",- Shift+F9: Toggle minimap shape (square or circle),"..
",- F10: open/close console/chat log ,"..
",- F12: Take a screenshot (as a PNG image) ,"..
",,"..
",,"..
",Other Keys,"..
",,"..
",- E: Walk fast (only works if fast mode is on) ,"..
",- H: Toggle noclip mode\\, only works if fly mode is also on ,"..
", (requires \\'noclip\\' privilege) ,"..
",- K: Toggle fly mode (requires \\'fly\\' privilege) ,"..
",- J: Toggle fast mode (requires \\'fast\\' privilege) ,"..
",- R: Toggle far view (disables all fog and allows viewing far away\\, ,"..
", may cause massive FPS drop) ,"..
",- + (plus on numpad): Increase minimal viewing distance ,"..
",- - (minus on numpad): Decrease minimal viewing distance ,"..
",- P: Write current stacktraces into the file \\'debug.txt\\'. ,"..
", This feature is only interesting for developers. ,"..
",,"..
",,"..
",Chat Commands,"..
",,"..
",- /status,"..
",- /privs,"..
",- /mods,"..
",- /help,"..
",- /help all,"..
",- /me,"..
",- /give,"..
",- /msg,"..
",- /spawn,"..
",- /sethome,"..
",- /home,"..
",- /mapfix,"..
",- /pulverize,"..
",,"..
",,"..
",Pages of the Welcome/Info GUI,"..
",,"..
",- /welcome,"..
",- /profile,"..
",- /rules,"..
",- /guide,"..
",- /contact,"..
",- /inbox,"..
",- /staff,"..
",- ,"..
",,"..
";1]")
end