Difference between revisions of "Programs and Editors/ja"

From Minetest Wiki
Jump to navigation Jump to search
m (fix table)
(update translation)
Line 9: Line 9:
 
| name = Minetest Mapper
 
| name = Minetest Mapper
 
| image = Screenshot_minetestmapper.png
 
| image = Screenshot_minetestmapper.png
| description = 現在のワールドの2Dマップ画像を生成します。1つのブロックが1ドットになります。
+
| description = ワールドの2Dマップ画像を生成します。1つのブロックが1ドットになります。
  
 
[https://forum.minetest.net/viewtopic.php?t=12139 Minetest Mapper GUI]もあります。
 
[https://forum.minetest.net/viewtopic.php?t=12139 Minetest Mapper GUI]もあります。
Line 18: Line 18:
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = Amidst for Minetest
 
| name = Amidst for Minetest
| description = Creates a map of [[Biomes|biomes]] without actually creating the world. This tool just needs a world type, biome profile and seed. Can also view the biomes as Voronoi diagrams.
+
| description = ワールドを作成せず[[Biomes/ja|バイオーム]]のマップを作成します。このツールを使うには、ワールドのタイプ、バイオームのプロファイル、シード値が必要です。また、バイオームをボロノイ図として表示もできます。
 
| link = https://github.com/Treer/amidstest
 
| link = https://github.com/Treer/amidstest
 
| image = ScreenshotThumb Amidstest.jpg
 
| image = ScreenshotThumb Amidstest.jpg
Line 26: Line 26:
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = MTSatellite
 
| name = MTSatellite
| description = A real-time Web mapping system. Play on your world and share a map of it in the Web, live.
+
| description = リアルタイムのWebマッピングシステムです。遊んでいるワールドのマップをリアルタイムに共有できます。
 
| link = https://bitbucket.org/s_l_teichmann/mtsatellite
 
| link = https://bitbucket.org/s_l_teichmann/mtsatellite
 
| website = [https://forum.minetest.net/viewtopic.php?t=10278 forum]
 
| website = [https://forum.minetest.net/viewtopic.php?t=10278 forum]
Line 33: Line 33:
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = Minetest mapserver
 
| name = Minetest mapserver
| description = A real-time Web mapping system with POI, player, shop and item-search support. Play on your world and share a map of it in the Web, live. written in Go.
+
| description = Go言語で作成されたPOI、プレイヤー、ショップ、アイテム検索をサポートしているリアルタイムのWebマッピングシステムです。遊んでいるワールドのマップをリアルタイムに共有できます。
 
| link = https://github.com/thomasrudin-mt/mapserver
 
| link = https://github.com/thomasrudin-mt/mapserver
 
| website = [https://forum.minetest.net/viewtopic.php?t=21999 forum]
 
| website = [https://forum.minetest.net/viewtopic.php?t=21999 forum]
Line 40: Line 40:
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = Onomatopoeia
 
| name = Onomatopoeia
| description = Creates isometric images of already existing worlds.
+
| description = ワールドのアイソメトリック画像を生成します。
 
| link = https://github.com/HybridDog/onomatopoeia
 
| link = https://github.com/HybridDog/onomatopoeia
 
| website = [https://forum.minetest.net/viewtopic.php?t=18698 forum]
 
| website = [https://forum.minetest.net/viewtopic.php?t=18698 forum]
Line 47: Line 47:
 
}}
 
}}
  
== ワールド編集 ==
+
== ワールドの編集 ==
 
{{:Programs_and_Editors_table_heading|
 
{{:Programs_and_Editors_table_heading|
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = WorldEdit
 
| name = WorldEdit
 
| image = ScreenshotThumb_WorldEdit.jpg
 
| image = ScreenshotThumb_WorldEdit.jpg
| description = Tools and commands for editing the world.
+
| description = ワールドを編集するためのツールとコマンド集です。
  
 
(Technically this is a [[Mods#Modpacks|modpack]], and is operated from within the game engine)
 
(Technically this is a [[Mods#Modpacks|modpack]], and is operated from within the game engine)

Revision as of 12:26, 30 December 2021

Languages 言語: English • Deutsch • 日本語 • Bahasa Melayu

これは非公式のMinetest関連ツールの一覧です。

この一覧は、すべてを網羅しているわけではありません。詳しくはフォーラムのMinetest関連プロジェクトをご覧ください。

マッピング

Name Description Info / Webpage Author
Screenshot minetestmapper.png Minetest Mapper ワールドの2Dマップ画像を生成します。1つのブロックが1ドットになります。

Minetest Mapper GUIもあります。

wiki many contributors
ScreenshotThumb Amidstest.jpg Amidst for Minetest ワールドを作成せずバイオームのマップを作成します。このツールを使うには、ワールドのタイプ、バイオームのプロファイル、シード値が必要です。また、バイオームをボロノイ図として表示もできます。 forum Dr.Frankenstone
MTSatellite リアルタイムのWebマッピングシステムです。遊んでいるワールドのマップをリアルタイムに共有できます。 forum s-l-teichmann
Minetest mapserver Go言語で作成されたPOI、プレイヤー、ショップ、アイテム検索をサポートしているリアルタイムのWebマッピングシステムです。遊んでいるワールドのマップをリアルタイムに共有できます。 forum BuckarooBanzay
Onomatopoeia ワールドのアイソメトリック画像を生成します。 forum Zeg9 and HybridDog


ワールドの編集

Name Description Info / Webpage Author
150px WorldEdit ワールドを編集するためのツールとコマンド集です。

(Technically this is a modpack, and is operated from within the game engine)

wiki many contributors
Geo mapgen Generate worlds from real-world topographical data. Reads GeoTiff land cover data and digital elevation models such as those provided by SRTM forum Gael de Sailly
Real Terrain Use image files as heightmaps and biome-maps to generate worlds. forum bobomb
mtmapprune Prunes the map.sqlite file of a world and deletes blocks outside a specified range. forum sofar
WorldPainter Worldpainter is a Minecraft tool that provides Minetest support via a plugin. WorldPainter generates the world according to your instructions about the terrain height and type, and any additional "layers" you've painted which can add things like trees and other vegetation, caves or any type of custom object. You can paint and sculpt the terrain by hand, but you can also use height maps and/or image masks. forum Captain Chaos
MapEditr MapEditr is a command-line tool for fast manipulation of Minetest map database files. Functionally similar to WorldEdit, but runs outside of the game and is designed for handling larger tasks. forum Random Geek
MapEdit Superseded by MapEditr (above) forum Random Geek


Minecraftからのデータ変換

Name Description Info / Webpage Author
mcimport A world converter for whole Minecraft maps (savegames), outputting a new, playable Minetest world. For GNU/Linux. forum many contributors
mcresconvert Convert Minecraft resource packs and texture packs to Minetest texture packs forum many contributors

Twoelk also describes other converters for importing Minecraft data into Minetest.

サーバー

Name Description Info / Webpage Author
mtmediasrv Minetestリモートメディアサーバー: Minetest関連メディア(テクスチャ、モデル、サウンド)をリモートメディアサーバーからクライアントに配信ししたいマルチプレイサーバー運営者のためのホスティングシステム。 forum sofar


開発

開発者向けツールについては、Minetest Developer Wikiをご覧ください。

関連項目