Difference between revisions of "Programs and Editors"

From Minetest Wiki
Jump to navigation Jump to search
(rename Minetest to Luanti)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{languages}}
 
{{languages}}
This is a list of unofficial [[Minetest]]-related software.
+
This is a list of unofficial [[Luanti]]-related software.
  
 
This is not a comprehensive list, for more see [https://forum.minetest.net/viewforum.php?f=14 Minetest-related projects] in the forum.
 
This is not a comprehensive list, for more see [https://forum.minetest.net/viewforum.php?f=14 Minetest-related projects] in the forum.
Line 30: Line 30:
 
| website = [https://forum.minetest.net/viewtopic.php?t=10278 forum]
 
| website = [https://forum.minetest.net/viewtopic.php?t=10278 forum]
 
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=11044 s-l-teichmann]
 
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=11044 s-l-teichmann]
}}
 
{{:Programs_and_Editors_table_entry
 
| name = Minetest tileserver
 
| description = 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. [https://pandorabox.io/map/#-1830.125/426.5/11 A working example can be seen here]
 
| link = https://github.com/thomasrudin-mt/minetest-tile-server
 
| website = [https://forum.minetest.net/viewtopic.php?t=20371 forum]
 
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=22999 BuckarooBanzay]
 
 
}}
 
}}
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = Minetest mapserver
 
| name = Minetest mapserver
| description = 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.
+
| 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.
 
| 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 56: Line 49:
 
== World editing ==
 
== World editing ==
 
{{:Programs_and_Editors_table_heading|
 
{{:Programs_and_Editors_table_heading|
{{:Programs_and_Editors_table_entry
 
| name = WorldEdit
 
| image = ScreenshotThumb_WorldEdit.jpg
 
| description = Tools and commands for editing the world.
 
 
(Technically this is a [[Mods#Modpacks|modpack]], and is operated from within the game engine)
 
| link = https://github.com/Uberi/Minetest-WorldEdit
 
| website = [[Mods/WorldEdit|wiki]]
 
| author = [https://github.com/Uberi/Minetest-WorldEdit/graphs/contributors many contributors]
 
}}
 
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = Geo mapgen
 
| name = Geo mapgen
Line 89: Line 72:
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = WorldPainter
 
| 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.
+
| description = Worldpainter is a Minecraft tool that provides Luanti 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/
 
| link = https://www.worldpainter.net/
 
| website = [https://forum.minetest.net/viewtopic.php?t=16649 forum]
 
| website = [https://forum.minetest.net/viewtopic.php?t=16649 forum]
 
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=20528 Captain Chaos]
 
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=20528 Captain Chaos]
 +
}}
 +
{{:Programs_and_Editors_table_entry
 +
| name = MapEditr
 +
| description = MapEditr is a command-line tool for fast manipulation of Luanti 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/MapEditr
 +
| website = [https://forum.minetest.net/viewtopic.php?t=26803 forum]
 +
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=23195 Random Geek]
 
}}
 
}}
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = MapEdit
 
| 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.
+
| description = Superseded by MapEditr (above)
 
| link = https://github.com/random-geek/MapEdit
 
| link = https://github.com/random-geek/MapEdit
| website = https://forum.minetest.net/viewtopic.php?t=22027 forum]
+
| website = [https://forum.minetest.net/viewtopic.php?t=22027 forum]
 
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=23195 Random Geek]
 
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=23195 Random Geek]
 
}}
 
}}
Line 107: Line 97:
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = mcimport
 
| name = mcimport
| description = A world converter for whole ''Minecraft'' maps (savegames), outputting a new, playable ''Minetest'' world. For GNU/Linux.
+
| description = A world converter for whole ''Minecraft'' maps (savegames), outputting a new, playable ''Luanti'' world. For GNU/Linux.
 
| link = https://github.com/minetest-tools/mcimport
 
| link = https://github.com/minetest-tools/mcimport
 
| website = [https://forum.minetest.net/viewtopic.php?f=14&t=13709 forum]
 
| website = [https://forum.minetest.net/viewtopic.php?f=14&t=13709 forum]
Line 114: Line 104:
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = mcresconvert
 
| name = mcresconvert
| description = Convert ''Minecraft'' resource packs and texture packs to ''Minetest'' texture packs
+
| description = Convert ''Minecraft'' resource packs and texture packs to ''Luanti'' texture packs
 
| link = https://github.com/minetest-tools/mcresconvert
 
| link = https://github.com/minetest-tools/mcresconvert
 
| website = [https://forum.minetest.net/viewtopic.php?f=4&t=14283 forum]
 
| website = [https://forum.minetest.net/viewtopic.php?f=4&t=14283 forum]
Line 120: Line 110:
 
}}
 
}}
 
}}
 
}}
Twoelk also describes [https://forum.minetest.net/viewtopic.php?p=251194&sid=8558c08027ecfd8d6f08620c9344882f#p251194 other converters for importing Minecraft data into Minetest].
+
Twoelk also describes [https://forum.minetest.net/viewtopic.php?p=251194&sid=8558c08027ecfd8d6f08620c9344882f#p251194 other converters for importing Minecraft data into Luanti].
 
== Servers ==
 
== Servers ==
 
{{:Programs_and_Editors_table_heading|
 
{{:Programs_and_Editors_table_heading|
 
{{:Programs_and_Editors_table_entry
 
{{:Programs_and_Editors_table_entry
 
| name = mtmediasrv
 
| name = mtmediasrv
| description = 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.
+
| description = Minetest Remote Media Server: Distribute ''Luanti'' media (textures, models, sounds) to ''Luanti'' clients for multiplayer server owners that wish to have their media hosted on a ''remote media server'' URL.
 
| link = https://github.com/sofar/mtmediasrv
 
| link = https://github.com/sofar/mtmediasrv
 
| website = [https://forum.minetest.net/viewtopic.php?f=14&t=17411 forum]
 
| website = [https://forum.minetest.net/viewtopic.php?f=14&t=17411 forum]
Line 135: Line 125:
  
 
''See [http://dev.minetest.net/Development_Tools Development Tools] in the Minetest Developer Wiki.''
 
''See [http://dev.minetest.net/Development_Tools Development Tools] in the Minetest Developer Wiki.''
 
== See also ==
 
* [[Web services]]
 
  
 
[[Category:Related software]]
 
[[Category:Related software]]

Latest revision as of 23:15, 22 October 2024

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

This is a list of unofficial Luanti-related software.

This is not a comprehensive list, for more see Minetest-related projects in the forum.

Mapping

Name Description Info / Webpage Author
Screenshot minetestmapper.png 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
ScreenshotThumb Amidstest.jpg Amidst for Minetest 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 mapserver 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. forum BuckarooBanzay
Onomatopoeia Creates isometric images of already existing worlds. forum Zeg9 and HybridDog


World editing

Name Description Info / Webpage Author
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 Luanti 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 Luanti 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


Convert data from Minecraft

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

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

Servers

Name Description Info / Webpage Author
mtmediasrv Minetest Remote Media Server: Distribute Luanti media (textures, models, sounds) to Luanti 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.