Mods/ja
言語: | English • Deutsch • español • français • italiano • 日本語 • Bahasa Melayu |
---|
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パック
Modパック(MP)は、Modをグループにしてまとめたものです。Modパックは基本的に実際のModのディレクトリを含んだディレクトリにすぎません。これは論理的なグループ化であり、利便性に関連するModをグループ化するためにおこなわれます。通常のModとの主な違いはMinetestのModマネージャーでの表示方法が違うだけで、それ以外はModパックや収められているModについて特別なことはありません。Modパックに収録されている個々のModは、独立したModと同じようにそれぞれ有効化、無効化できます。
クライアントサイドMod
クライアントサイドMod(CSM)とは、MinetestクライアントをカスタマイズするためのModです。クライアントサイドModは、ローカルでロードされるのでMinetestサーバーに接続するときにも使用できます。クライアントサイドModを利用するには、2017年4月1日以降にソースからコンパイルされたMinetest 0.4.15-dev以降が必要です。APIは、現在、安定しておらず、変更される可能性もあることに注意してください。
Modの探し方
公式配布元
- コンテンツDB(ContentDB)
Minetestランチャーを起動します。そしてコンテンツタブをクリックしてオンラインコンテンツを参照ボタンをクリックすればMod、テクスチャパック、Gameを簡単に検索してインストールできます。 ContentDBは、Webブラウザでcontent.minetest.netにアクセスしても見れます。
- Minetest公式フォーラムのModサブフォーラム。
非公式配布元
- Minetest mod search Coredeveloper Krock (SmallJoker)提供するModとGameの検索エンジン
- Minetest Bower
Modのインストール方法
Minetest 5.0.0以降では、Minetestランチャーのコンテンツタブからインストールできます。
MinetestのModを手動でインストールする場合は、ModのインストールとクライアントサイドModのインストールも参照してください。
Modの作成方法
ほとんどのModは、スクリプト言語のLuaで書かれています。Lua APIの公式ドキュメントはソースコード内のlua_api.txtにあります。一部のModではMinetestエンジンのようにC++言語で書かれているModもあります。
- 日本語のLuaチュートリアル
- Lua Programming: Qiita / はてなブログ (Internet Archive) リンク切れの場合用
- 高速スクリプト言語 [Lua] を始めよう: https://ie.u-ryukyu.ac.jp/~e085739/lua.hajime.html
Modの作成チュートリアル
- Minetest Modding Book(Rubenwardy著, Shara編) 2021年4月現在、英語とイタリア語で入手できます。
- 非公式 日本語版Minetest Modding Book: Qiita / はてなブログ (Internet Archive)リンク切れの場合用
- 開発者WikiのMod作成の始め方(英語)
実際に利用しているMod一覧の確認方法
ゲーム内のサーバーコマンド /modsは、実際にGameで利用されているアクティブなModの一覧を表示します。
関連項目
Special:PrefixIndex/Mods - WikiページがあるModの一覧