Difference between revisions of "Programs and Editors/de"
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
{{:Programs_and_Editors_table_entry | {{:Programs_and_Editors_table_entry | ||
| name = MTSatellite | | name = MTSatellite | ||
− | | description = | + | | description = Ein Echtzeit-Web-Kartenerstellungssystem. Spielen Sie in ihrer Welt und teilen Sie die Karte live im Netz. |
| 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 | + | | 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 | {{:Programs_and_Editors_table_entry | ||
| name = Minetest mapserver | | name = Minetest mapserver | ||
− | | description = | + | | description = Ein Echtzeit-Web-Kartenerstellungssystem mit interessanten Orten, Spielern, Läden und der Unterstützung vom Gegenständesuchen. Spielen Sie in ihrer Welt und teilen Sie die Karte live im Netz, geschrieben 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 | + | | website = [https://forum.minetest.net/viewtopic.php?t=21999 Forum] |
| author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=22999 BuckarooBanzay] | | author = [https://forum.minetest.net/memberlist.php?mode=viewprofile&u=22999 BuckarooBanzay] | ||
}} | }} | ||
{{:Programs_and_Editors_table_entry | {{:Programs_and_Editors_table_entry | ||
| name = Onomatopoeia | | name = Onomatopoeia | ||
− | | description = | + | | description = Erstellt isometrische Bilder von bereits existierenden Welten. |
| link = https://github.com/HybridDog/onomatopoeia | | link = https://github.com/HybridDog/onomatopoeia | ||
− | | website = [https://forum.minetest.net/viewtopic.php?t=18698 | + | | website = [https://forum.minetest.net/viewtopic.php?t=18698 Forum] |
− | | author = [https://github.com/HybridDog/onomatopoeia/graphs/contributors Zeg9 | + | | author = [https://github.com/HybridDog/onomatopoeia/graphs/contributors Zeg9 und HybridDog] |
}} | }} | ||
}} | }} |
Revision as of 12:08, 29 August 2020
Language: | English |
---|
Programme und Editoren
Dies ist eine Liste inoffizieller Software mit Minetest/de-Bezug
Dies ist keine vollständige Liste, weitere Informationen finden Sie im Forum unter Minetest-related projects.
Karten erstellen
Name | Beschreibung | Info / Webseite | Verfasser |
---|---|---|---|
Minetest Mapper | Erstellt zweidimensionale Karten einer bereits existierenden Welt. Ein Block entspricht einem Bildpunkt.
Für dieses Programm ist auch eine grafische Oberfläche verfügbar. |
Wiki | mehrere Beitragende |
Amidst für Minetest | Erstellt eine Karte von Biomen ohne die Welt tatsächlich zu erstellen. Dieses Werkzeug benötigt nur einen Welttyp, ein Biomprofil und ein Vorgabeprofil ("Seed"). Sie können die Biome auch als Voronoi-Diagramme anschauen. | Forum | Dr.Frankenstone |
MTSatellite | Ein Echtzeit-Web-Kartenerstellungssystem. Spielen Sie in ihrer Welt und teilen Sie die Karte live im Netz. | Forum | s-l-teichmann |
Minetest mapserver | Ein Echtzeit-Web-Kartenerstellungssystem mit interessanten Orten, Spielern, Läden und der Unterstützung vom Gegenständesuchen. Spielen Sie in ihrer Welt und teilen Sie die Karte live im Netz, geschrieben in Go. | Forum | BuckarooBanzay |
Onomatopoeia | Erstellt isometrische Bilder von bereits existierenden Welten. | Forum | Zeg9 und HybridDog |
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. | 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.