Difference between revisions of "FAQ"

From Luanti Wiki
Jump to navigation Jump to search
m (→‎General: Added a keyboard controls section. [Great game, thanks all])
(Replaced content with "[https://dev.luanti.org/faq/ This page has moved to the Luanti Developer Wiki]")
Tag: Replaced
 
(110 intermediate revisions by 18 users not shown)
Line 1: Line 1:
This is a collection of some '''frequently asked questions''' about Minetest. For technical problems, refer to [[Troubleshooting]].
+
[https://dev.luanti.org/faq/ This page has moved to the Luanti Developer Wiki]
 
 
== General ==
 
 
 
=== Where can I ask questions? ===
 
 
 
In [http://minetest.net/irc IRC] and the [https://forum.minetest.net/ Forum]. It is recommended to search the archives, most questions were probably answered before.
 
 
 
=== How to install mods and texture packs? ===
 
 
 
See [[Installing_Mods|Installing Mods]] and [[Texture_Packs|Texture Packs]].
 
 
 
=== What are the different game modes and how do I install them? ===
 
 
 
On a new installn you should have “Minetest [minetest_game]” that is the main game, if you don't have it, download it frrm [https://github.com/minetest/minetest_game GitHub]. “Minimal development test” is just for developers and is not intended to be playable. You can find several other game modes in the forum. To install, them extract the pack and rename the folder to the name of the game (e.g. “minetest_game-master” becomes “minetest_game”), then copy the folder to the “games” folder.
 
 
 
=== How do I update Minetest? ===
 
 
 
The easiest way is just to download the newest version and move your worlds and mods to the new version. Depending on your operating system, there may exist other ways to update the game. If you are using the Git version, you can clone the repository and pull and compile every time you want to update.
 
 
 
=== How do I get the multiplayer account? ===
 
 
 
There is no globally valid multiplayer account in Minetest. For each server, you can use a different name and password. The “account” is created at first login. This way, only you can access your player and inventory on that particular server. You can always play singleplayer with no need for any username and password.
 
 
 
== Servers ==
 
 
 
=== How do I use command XYZ? ===
 
 
 
''See [[Server commands]].''
 
 
 
== Gameplay ==
 
 
 
=== General ===
 
 
 
==== What are the game controls ====
 
 
 
See the mouse and keyboard controls here on the [[Keymap|Keymap page]]
 
 
 
==== How big is the [[Maps|map]]? ====
 
 
 
As of 0.4.7, the map is a cube with a side length of 61840 [[Nodes|node]] lengths. The map has thus a volume equal to the volume of 61840<sup>3</sup> nodes = 236,487,637,504,000 nodes.
 
The coordinates range from −30912 to 30927 in all dimensions.
 
 
 
''See also [[Coordinates]].''
 
 
 
==== How to find my house again? ====
 
 
 
Minetest automatically generates a file called “debug.txt” in minetest/bin where you can see lots of text. Scroll down to its end and look for something like
 
singleplayer digs node * […]
 
Try to teleport to the positions you see in these lines until you find your home:
 
/teleport x,y,z
 
''See [[Server commands#Player actions]].''
 
 
 
==== How to increase brightness? ====
 
 
 
See [[Troubleshooting#The_screen_is_too_dark|this page]].
 
 
 
=== [[Vanilla Minetest game]] ===
 
 
 
==== How to craft XYZ? ====
 
 
 
Refer to [[Blocks]] or [[Items]] and follow the link to the block or item you want to craft; the corresponding pages contain crafting instructions.
 
 
 
You can also install a [[crafting guide]] to view crafting recipes in Minetest.
 
 
 
Note that not everything can be crafted, however.
 
 
 
==== Are there any mobs? ====
 
 
 
No and it is [https://forum.minetest.net/viewtopic.php?id=6161 unlikely] that they get added in the near future. But there are [[mods]] to add [[Mobs|mobs]].
 
 
 
==== Why don’t I find any dungeons/jungles? ====
 
 
 
They are disabled by default. You can enable them by adding “v6_jungles, dungeons” to mg_flags in your [[minetest.conf]] file. That will enable them for worlds created '''after''' the variable has been changed. Try digging down or looking for large holes in the ground.
 
 
 
==== How do I open or close [[door]]s? ====
 
 
 
You have to [[Using|use]] them by pressing the use key, which is normally the <kbd>right mouse button</kbd>. See also: [[Using]].
 
 
 
=== For Minecraft players ===
 
 
 
==== Is there a crafting bench? ====
 
 
 
In the vanilla Minetest game: '''No.''' You don’t need one. You already have a 3 × 3 crafting grid in your [[inventory menu]] (→ [[Crafting#Crafting_grid_and_output_slot]]).
 
 
 
==== How can I make Minetest be like Minecraft? ====
 
 
 
You can use the [https://forum.minetest.net/viewtopic.php?id=2589 Minitest] [[Games|game]].
 
 
 
== Technical problems ==
 
 
 
=== I have a technical problem, how to fix this? ===
 
 
 
See [[Troubleshooting]].
 
 
 
=== I get an error or warning message, what does it mean? ===
 
 
 
See [[Troubleshooting#Error messages without crashes]].
 
 
 
 
 
[[Category:Minetest (Root Category)]]
 
[[Category: Gameplay]]
 

Latest revision as of 19:58, 22 December 2024