Difference between revisions of "FAQ/ja"

From Luanti Wiki
< FAQ
Jump to navigation Jump to search
(Replaced content with "{{delete|Translated version of a page that is going to be migrated off this Wiki.}}")
Tag: Replaced
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}
+
{{delete|Translated version of a page that is going to be migrated off this Wiki.}}
 
 
これらはMinetestに関する、'''よく寄せられる質問'''のまとめです。技術的な問題については、[[Troubleshooting|トラブルシューティング]]をご覧ください。
 
 
 
== 基本 ==
 
 
 
=== 質問はどこでできますか? ===
 
 
 
[http://minetest.net/irc IRC]や[https://forum.minetest.net/ フォーラム]から行えます。質問を行う前に、アーカイブを検索することを推奨します。おそらくほとんどの質問は過去に質問済みです。
 
 
 
=== ゲーム、Mod、マップ、テクスチャパックをインストールする方法は? ===
 
 
 
以下を参照してください: [[Game/ja#Installing Games|ゲームの導入方法]]、[[Installing_Mods/ja|Modの導入方法]]、[[Maps/ja#Installation|マップの導入方法]]、[[Texture_Packs/ja|テクスチャパック]]
 
 
 
=== どのようなゲームモードがありますか、またその導入方法は? ===
 
 
 
新規インストール時には、“Minetest [minetest_game]”(メインのゲーム) が入っているはずですが、もし入っていない場合は[https://github.com/minetest/minetest_game GitHub]からダウンロードしてください、“Minimal development test”は開発者用であり、遊ぶためには作られていません。フォーラムでは他のゲームモードを見つけることができます。ゲームは、解凍し、そのフォルダを本来のゲーム名に変更したあと(例えば“minetest_game-master”は“minetest_game”になります)、“games”フォルダにコピーしてください。
 
 
 
=== Minetestの更新方法は? ===
 
 
 
新しいバージョンをダウンロードし、そこにワールドとModを移動するのがもっとも簡単なやり方です。お使いのオペレーティングシステムによっては、これ以外にゲームを更新する方法があるかもしれません。もしあなたがGitバージョンを利用しているのであれば、リポジトリをクローンし、プルしたあと、コンパイルすることで更新できます。
 
 
 
=== マルチプレイのアカウントの登録方法は? ===
 
 
 
Minetestには、マルチプレイのアカウントはありません。サーバごとに、異なる名前の名前とパスワードを使用することができます。「アカウント」は初回ログイン時に作成されます。この方法では、あなたのプレイヤーとインベントリには、そのサーバーでのみアクセスできます。シングルプレイではユーザ名とパスワードを入力せずに遊ぶことができます。
 
 
 
== 用語 ==
 
=== Modとは何ですか? ===
 
''[[Mods/ja|Mod]]を参照してください。''
 
 
 
=== サブゲームとは何ですか? ===
 
''[[Subgames/ja|サブゲーム]]を参照してください。''
 
 
 
=== テクスチャパックとは何ですか? ===
 
''[[Texture Packs/ja|テクスチャパック]]を参照してください。''
 
 
 
=== Mobとは何ですか? ===
 
''[[Mobs/ja|Mob]]を参照してください。''
 
 
 
== Servers ==
 
 
 
=== How do I set up a server? ===
 
''See [[Setting up a server]] and [[Server]].''
 
 
 
=== How do I use command XYZ? ===
 
 
 
''See [[Server commands]].''
 
 
 
== Gameplay ==
 
 
 
=== General ===
 
 
 
==== What are the game controls? ====
 
 
 
''See [[Controls]].''
 
 
 
==== How big is the [[Maps|map]]? ====
 
 
 
It is ''not'' infinite. As of 0.4.10, 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 do I 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 do I increase the brightness? ====
 
 
 
See [[Troubleshooting#The_screen_is_too_dark]].
 
 
 
==== Why is there only stone in my world? ====
 
 
 
You probably have chosen the map generator v7 which is currently in development. It has the feature to allow mods and subgames to add their own biomes. Without any mods that take advantage of that feature it is just stone. You can use map generator v6 instead.
 
 
 
==== How do I fly? ====
 
 
 
To fly you first need the “fly” [[Privileges|privilege]]. In singleplayer mode you can give it to yourself using the command:
 
/grant singleplayer fly
 
Then enable fly mode by pressing <kbd>K</kbd>, press <kbd>K</kbd> again to disable it. You ascent with the jump key (default: <kbd>space bar</kbd>) and descent with the sneak key (default: <kbd>shift</kbd>).
 
 
 
==== What is Minetest Game? ====
 
Minetest is an engine and allows different [[Subgames|subgames]] to run on it. [[Subgames/Minetest Game|Minetest Game]] is the default one and will appear just as "Minetest" in your main menu. (In future versions this will be changed to “Minetest Game”, along with the text logo.)
 
 
 
==== What is minetest_game? ====
 
“minetest_game” is the old/internal name of Minetest Game which is still often used in forum posts and chat.
 
 
 
==== Why can’t I find <code>default</code> or <code>wool</code> or <code>fire</code>? ====
 
 
 
Some mods might depend on those mods. As Minetest Game already includes them you don't need to install those.
 
 
 
==== Why am I suddenly teleported far outside the map? ====
 
 
 
Currently some hidden bug causes players to sometimes become teleported far outside the map ([https://forum.minetest.net/download/file.php?id=3045 screenshot][https://forum.minetest.net/viewtopic.php?p=183463#p183463]). A simple way to fix it is installing a mod which teleports the player back if it's so far away, e.g. [https://forum.minetest.net/viewtopic.php?f=9&t=10273&p=156580#p156580 the "stay_inside" mod].
 
 
 
=== [[Games/Minetest Game|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? ====
 
 
 
This is probably because they have been disabled in your configuration. You can enable them by adding “<code>v6_jungles, dungeons</code>” to <code>mg_flags</code> 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 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]].
 
 
 
== Mod開発 ==
 
''Minetest Developmenr Wikiの[http://dev.minetest.net/Modding_FAQ Mod開発に関するよくある質問]を参照してください。''
 
 
 
== 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 21:19, 31 December 2024

Mbox warning.png This page has been proposed for deletion for the following reason: "Translated version of a page that is going to be migrated off this Wiki."
If you don't think that this page should be deleted, please explain why on the talk page.