Difference between revisions of "Programs and Editors"
Jump to navigation
Jump to search
(→Mapping: Add BuckarooBanzay's realtime mapping servers) |
(→World editing: add WorldPainter and MapEdit) |
||
Line 63: | Line 63: | ||
| description = Generate worlds from real-world topographical data. Reads GeoTiff land cover data and digital elevation models such as those provided by [http://srtm.csi.cgiar.org/SELECTION/inputCoord.asp SRTM] | | description = Generate worlds from real-world topographical data. Reads GeoTiff land cover data and digital elevation models such as those provided by [http://srtm.csi.cgiar.org/SELECTION/inputCoord.asp SRTM] | ||
| link = https://github.com/Gael-de-Sailly/geo-mapgen | | link = https://github.com/Gael-de-Sailly/geo-mapgen | ||
− | | website = [https://forum.minetest.net/viewtopic.php? | + | | website = [https://forum.minetest.net/viewtopic.php?t=19387 forum] |
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=9067 Gael de Sailly] | | author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=9067 Gael de Sailly] | ||
}} | }} | ||
Line 70: | Line 70: | ||
| description = Use image files as heightmaps and biome-maps to generate worlds. | | description = Use image files as heightmaps and biome-maps to generate worlds. | ||
| link = https://github.com/bobombolo/realterrain | | link = https://github.com/bobombolo/realterrain | ||
− | | website = [https://forum.minetest.net/viewtopic.php? | + | | website = [https://forum.minetest.net/viewtopic.php?t=12666 forum] |
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=15865 bobomb] | | author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=15865 bobomb] | ||
}} | }} | ||
Line 77: | Line 77: | ||
| description = Prunes the <code>map.sqlite</code> file of a world and deletes blocks outside a specified range. | | description = Prunes the <code>map.sqlite</code> file of a world and deletes blocks outside a specified range. | ||
| link = https://github.com/minetest-tools/mtmapprune | | link = https://github.com/minetest-tools/mtmapprune | ||
− | | website = [https://forum.minetest.net/viewtopic.php? | + | | website = [https://forum.minetest.net/viewtopic.php?t=18579 forum] |
| author = [https://github.com/sofar sofar] | | author = [https://github.com/sofar sofar] | ||
+ | }} | ||
+ | {{:Programs_and_Editors_table_entry | ||
+ | | name = WorldPainter | ||
+ | | description = Worldpainter is a Minecraft tool that provides Minetest support [https://forum.minetest.net/viewtopic.php?p=253252#p253252 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. | ||
+ | | link = https://www.worldpainter.net/ | ||
+ | | website = [https://forum.minetest.net/viewtopic.php?t=16649 forum] | ||
+ | | author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=20528 Captain Chaos] | ||
+ | }} | ||
+ | {{:Programs_and_Editors_table_entry | ||
+ | | name = MapEdit | ||
+ | | description = MapEdit 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. | ||
+ | | link = https://github.com/random-geek/MapEdit | ||
+ | | website = https://forum.minetest.net/viewtopic.php?t=22027 forum] | ||
+ | | author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=23195 Random Geek] | ||
}} | }} | ||
}} | }} | ||
+ | |||
== Convert data from ''Minecraft'' == | == Convert data from ''Minecraft'' == | ||
{{:Programs_and_Editors_table_heading| | {{:Programs_and_Editors_table_heading| |
Revision as of 23:48, 2 February 2019
Language: | English • Deutsch • 日本語 • Bahasa Melayu |
---|
This is a list of unofficial Minetest-related software.
This is not a comprehensive list, for more see Minetest-related projects in the forum.
Mapping
Name | Description | Info / Webpage | Author |
---|---|---|---|
Minetest Mapper | Creates 2D map images of an already existing world. One block corresponds to one pixel.
There is also a Minetest Mapper GUI available. |
wiki | many contributors |
Amidstest | Creates a map of 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. | forum | Dr.Frankenstone |
MTSatellite | A real-time Web mapping system. Play on your world and share a map of it in the Web, live. | forum | s-l-teichmann |
Minetest tileserver | A real-time Web mapping system. Play on your world and share a map of it in the Web, live. Also displays the current players. A working example can be seen here | forum | BuckarooBanzay |
Minetest mapserver | A real-time Web mapping system. Play on your world and share a map of it in the Web, live. This is a streamlined successor to "Minetest tileserver" (above), written in Go. | forum | BuckarooBanzay |
World editing
Name | Description | Info / Webpage | Author |
---|---|---|---|
150px WorldEdit | Tools and commands for editing the world.
(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 |
MapEdit | MapEdit 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. | https://forum.minetest.net/viewtopic.php?t=22027 forum] | Random Geek |
Convert data from 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.
Servers
Name | Description | Info / Webpage | Author |
---|---|---|---|
mtmediasrv | Minetest Remote Media Server: Distribute Minetest media (textures, models, sounds) to Minetest clients for multiplayer server owners that wish to have their media hosted on a remote media server URL. | forum | sofar |
Development
See Development Tools in the Minetest Developer Wiki.