FAQ/ja

From Minetest Wiki
< FAQ
Revision as of 14:43, 4 November 2021 by Nogajun (talk | contribs) (update Japanese translation)
Jump to navigation Jump to search
Languages 言語: English • français • Bahasa Indonesia • 日本語 • Bahasa Melayu • 中文(简体)‎

Minetestについてのよくある質問をまとめました。技術的な問題については「トラブルシューティング」をご覧ください。

全般

質問は、どこでできますか?

IRC(チャット)と フォーラムで質問できます。ほとんどの質問は、すでに答えられているはずなのでアーカイブを検索することをおすすめします。
注意:たとえば、Mod作成に関する問題の質問ならProblems(問題)セクションではなく、Modding Discussion(Mod作成ディスカッション)セクションに投稿することに注意してください。

日本語で質問をしたい場合は、フォーラムに日本語セクション]があります。それ以外は、英語で質問してください。

GameやMod、マップ、テクスチャパックをインストールするには?

GameのインストールModのインストールマップのインストールテクスチャパックのインストールのページをご覧ください。

バージョン5.0.0以降では、Minetestを起動して「コンテンツ」タブからGame、Mod、テクスチャパックをインストールできます。、

Minetest/Minetest Gameの次のバージョンは、いつリリースされますか?

わかりません。

Minetestをアップデートする方法は?

一番、簡単な方法は、Minetestの最新版をダウンロードしてワールドやModを新バージョンに移動させることです。ご利用のOSによっては、そのほかの方法でアップデートできることもあります。Git版を使用している場合は、リポジトリをCloneして、アップデートのたびにソースコードのPullとコンパイルします。

What are the different games and how do I install them?

On a new installation you should have Minetest Game (this is the default game), if you don't have it, download it from GitHub. “Minimal development test” is just for developers and is not intended to be playable. You can find several other games (games) in the forums and in the List of Games. 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. For more information about games, read Games.

マルチプレイ用のアカウントを取得するには?

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.

Minetest Wikiのアカウントを取得するには?

フォーラムの https://forum.minetest.net/viewtopic.php?f=3&t=10473 でリクエストしてください。

用語について

Minetestとはなんですか?

Minetest is a free software game engine for voxel-based games. A detailed description can be found at Minetest.

Minetest usually comes distributed along with one rather simple sandbox-style game by default: Minetest Game.

Modとはなんですか?

Modsをご覧ください。

Gameとはなんですか?

Gamesをご覧ください。

サブゲームとはなんですか?

「サブゲーム」はGameの以前の名称です。現在、この名称は使われていません。詳しくは、Gameをご覧ください。

テクスチャパックとはなんですか?

テクスチャパックをご覧ください.

Mobとはなんですか?

Mobをご覧ください

Minetest Gameとはなんですか?

Minetest Game is a game for Minetest. It is usually distributed by default along with Minetest.

minetest_gameとはなんですか?

“minetest_game” is the old (internal) name of Minetest Game. This name is sometimes still used in forum posts and chat, but this name is no longer official.

サーバーについて

サーバーを設定するにはどうしたらいいですか?

サーバーの設定サーバーのページをご覧ください。

コマンドXYZを使うにはどうしたらいいですか?

サーバーコマンドをご覧ください

遊び方について

全般

ゲームはどうやって操作しますか?

See Controls.

mapは、どれぐらいの大きさですか?

It is not infinite. As of 0.4.10, the map is a cube with a side length of 61840 node lengths. The map has thus a volume equal to the volume of 618403 nodes = 236,487,637,504,000 nodes. The coordinates range from −30912 to 30927 in all dimensions.

See also Coordinates and World boundaries.

自分の家は、どうやって見つけられますか?

Minetest automatically generates a file called “debug.txt” in minetest/bin (Windows) or ~/.minetest (GNU/Linux) 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#Teleportation.

In Minetest Game, you can avoid getting lost again if use /sethome at home to save your home position and /home to teleport back to it.

Note: Teleportations require the “teleport” privilege.

スポーン地点はどうやってセットできますか?

If you play Minetest Game, you can build a bed and sleep at night. On your next life, you will spawn on the bed.

For other games, two solutions are known:

The first one involves adding a special mod for your world as decribed here: https://forum.minetest.net/viewtopic.php?p=70904#p70904

The second solution: Edit your minetest.conf file and set static_spawnpoint to the coordinates on which you wish to spawn (Example: static_spawnpoint = (4,5,6)). However, this setting will apply to all worlds!

画面の明るさは、どうやって変更できますか?

Troubleshooting#The_screen_is_too_darkをご覧ください。

空を飛ぶにはどうしたらいいですか?

To fly, you first need the “fly” privilege. If you have it, press K to start/stop flying. You ascend with the jump key (default: space bar) and descent with the sneak key (default: shift).

If you do not have the “fly” privilege, you need to get it. In singleplayer or in multiplayer servers (if you have the privilege to grant privileges), you can give it to yourself using the command:

/grantme fly

If you can't obtain the “fly” privilege like that, one of the server operators may or may not grant it to you. Try asking them. Your request may or may not be granted. If not, you're out of luck: You can't fly on this server.

See also: Controls/Movement modes#Fly mode

How do I move really fast?

This works similar to flying. The quick version is this: You need the “fast” privilege to toggle fast mode. If you have this privilege, press J to toggle fast mode. If fast mode is enabled, hold down E to go faster.

See Controls/Movement modes#Fast mode.

Why can’t I find the mods default or wool or fire?

Some mods might depend on those mods. These mods are part of Minetest Game and are not meant to be installed as seperate mods. For a mod depending on e.g. default to work, you will need to use Minetest Game.

Minetest Gameについて

How does the block/plant XYZ work?

Refer to Blocks.

How does the item/tool/weapon XYZ work?

Refer to Items.

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.

Note that not everything can be crafted.

Are there any mobs?

No and it is unlikely that they get added in the near future. But there are mods to add mobs.

Why don’t I find any dungeons?

This is probably because they have been disabled in your configuration. You can enable them by adding “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 doors?

You have to use them with the right mouse button. See also: Using.

Minecraftプレーヤー向け

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 does Minetest / Minetest Game differ from Minecraft?

Differences from Minecraft

How can I make Minetest be like Minecraft?

The easiest way to do this is to install a Minecraft-like game. Examples include:

See also List of Games and look in the table for games where the “Type” column says “MC-Clone”.

If you just want to enhance Minetest Game with a few mods which add some Minecraft features, see Differences from Minecraft#Mods which add Minecraft-like behaviour.

Mod作成について

See Modding FAQ on the Minetest Development Wiki.

技術的な問題

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.