Mods/ja

From Minetest Wiki
< Mods
Revision as of 08:24, 3 November 2021 by Nogajun (talk | contribs) (update Japanese translation)
Jump to navigation Jump to search
Languages 言語: English • Deutsch • español • français • italiano • 日本語 • Bahasa Melayu
An example of the mod Mesecons.

Mods (short for modifications or modules) are user-created modifications to the game in such a way that adds to or alters the gameplay. Some larger mods may add a lot of content to the game, while other smaller mods may add more settings/customization options, or optimize the speed, gameplay, or graphics of Minetest. Server mods or plugins mainly give server admins more options and ease of use, and all mods for single-player can also be used in multiplayer. While Minetest mods are generally safe to install, one should exercise caution with mods to prevent crashes, system instability, deletion of game/save data, or potential malware infections from a bad link or the mod itself. A good way to protect your game from such problems is to back up your Minetest folder if you choose to use mods. There are many mods or plugins available to complement the original Minetest game or give server admins more options and control over their servers.

Modパック

A modpack (short: “MP”) is a collection of mods to group them together. Basically, a modpack is just special directory containing the actual mod directories. It's purely a logical grouping and is done mostly for convenience and to group closely-related mods together. The main difference is that they will be displayed differently in the mod manager in Minetest. Apart from that, there is nothing special about modpacks or mods inside a modpack. Individual mods in a modpack can still be enabled and disabled as if they were standalone mods.

クライアントサイドMod

A Client-Side Mod (short: “CSM”) is a mod used to customize your Minetest client. Client-Side Mods can be used when connected to a Minetest server because they are loaded locally. Client-Side mods require at least Minetest 0.4.15-dev from sources, compiled after April 1st, 2017. Please note API is currently not stable and can change.

Modの探し方

公式配布元

  • コンテンツDB(ContentDB)

Minetestランチャーを起動します。そしてコンテンツタブをクリックしてオンラインコンテンツを参照ボタンをクリックすればMod、テクスチャパック、Gameを簡単に検索してインストールできます。 ContentDBは、Webブラウザでcontent.minetest.netにアクセスしても見れます。


非公式配布元

Modのインストール方法

Minetest 5.0.0以降では、Minetestランチャーのコンテンツタブからインストールできます。

MinetestのModを手動でインストールする場合は、ModのインストールクライアントサイドModのインストールも参照してください。

Modの作成方法

ほとんどのModは、スクリプト言語のLuaで書かれています。Lua APIの公式ドキュメントはソースコード内のlua_api.txtにあります。一部のModではMinetestエンジンのようにC++言語で書かれているModもあります。

Modの作成チュートリアル

実際に利用しているMod一覧の確認方法

ゲーム内のサーバーコマンド /modsは、実際にGameで利用されているアクティブなModの一覧を表示します。

2020年4月現在、servers.minetest.net掲載の公開サーバーで使用されている最も人気のあるMod。


関連項目

Special:PrefixIndex/Mods - WikiページがあるModの一覧