.MT ファイル拡張子
Minetest World Metadata
| 開発元 | The Minetest Team |
| 人気度 |
2.8 | 5 票 |
MTファイルとは?
World.mt is a game data file used by Minetest, an open-source voxel game engine. It is used to load a Minetest world. World.mt contains plain text data that specifies a world's name, the version of Minetest with which it is meant to be used, and other settings.
詳細情報
Minetest is a sandbox creation and exploration video game available for PC and Android. It is very similar to Minecraft. Just like in Minecraft, Minetest players create and explore block-based worlds. These worlds are comprised of directories that include many files, including a world.mt file that defines a variety of world metadata.
In addition to specifying a world's name and intended Minetest version, each world.mt file specifies settings used to load the world from a specific Minetest server. It also specifies what mods have been enabled in the world (using the string load_mod_yourmodname = true).
MTファイルの開き方
You can open and edit an MT file with Microsoft Visual Studio Code (multiplatform) or any other text editor. Doing so will allow you to edit the settings associated with the Minetest world.
To learn how to use an MT file with Minetest (multiplatform), refer to the game's documentation.