From cdcda91fd6eedb74eeba33eadd5abee32cbcd45b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 15 May 2020 01:21:45 +0200 Subject: [PATCH] Add help about importing --- init.lua | 1 + locale/schemedit.de.tr | 3 +++ locale/template.txt | 3 +++ 3 files changed, 7 insertions(+) diff --git a/init.lua b/init.lua index 6e6953b..5ed657a 100644 --- a/init.lua +++ b/init.lua @@ -943,6 +943,7 @@ minetest.register_node("schemedit:creator", { _doc_items_longdesc = S("The schematic creator is used to save a region of the world into a schematic file (.mts)."), _doc_items_usagehelp = S("To get started, place the block facing directly in front of any bottom left corner of the structure you want to save. This block can only be accessed by the placer or by anyone with the “schematic_override” privilege.").."\n".. S("To save a region, use the block, enter the size and a schematic name and hit “Export schematic”. The file will always be saved in the world directory. Note you can use this name in the /placeschem command to place the schematic again.").."\n\n".. +S("Importing a schematic will load a schematic from the world directory, place it in front of the schematic creator and sets probability and force-place data accordingly.").."\n".. S("The other features of the schematic creator are optional and are used to allow to add randomness and fine-tuning.").."\n\n".. S("Y slices are used to remove entire slices based on chance. For each slice of the schematic region along the Y axis, you can specify that it occurs only with a certain chance. In the Y slice tab, you have to specify the Y slice height (0 = bottom) and a probability from 0 to 255 (255 is for 100%). By default, all Y slices occur always.").."\n\n".. S("With a schematic node probability tool, you can set a probability for each node and enable them to overwrite all nodes when placed as schematic. This tool must be used prior to the file export."), diff --git a/locale/schemedit.de.tr b/locale/schemedit.de.tr index 53afc4b..33de228 100644 --- a/locale/schemedit.de.tr +++ b/locale/schemedit.de.tr @@ -12,6 +12,8 @@ OK=OK Save schematic name=Schematic-Name speichern Export schematic=Schematic exportieren Import schematic=Schematic importieren +Imported schematic from @1=Schematic von @1 importiert +Failed to import schematic from @1=Schematic konnte nicht von @1 importiert werden The schematic will be exported as a .mts file and stored in@n@1=Das Schematic wird als .mts-Datei gespeichert in:@n@1 Save size=Größe speichern Help=Hilfe @@ -36,6 +38,7 @@ Schematic Creator=Schematic-Macher The schematic creator is used to save a region of the world into a schematic file (.mts).=Der Schematic-Macher wird benutzt, um eine Region der Welt in eine Schematic-Datei (.mts) zu speichern. To get started, place the block facing directly in front of any bottom left corner of the structure you want to save. This block can only be accessed by the placer or by anyone with the “schematic_override” privilege.=Um anzufangen, platzieren Sie den Block direkt vor einer beliebigen unteren linken Ecke des Gebäudes, das Sie speichern möchten. Dieser Block kann nur vom Platzierer oder von Spielern mit dem „schematic_override“-Privileg benutzt werden. To save a region, use the block, enter the size and a schematic name and hit “Export schematic”. The file will always be saved in the world directory. Note you can use this name in the /placeschem command to place the schematic again.=Um eine Region zu speichern, benutzen Sie den Block, geben Sie die Größe und einen Schematic-Namen ein und klicken Sie auf „Schematic exportieren“. Die Datei wird immer im Weltverzeichnis gespeichert. Beachten Sie, dass Sie diesen Namen im „/placeschem“-Befehl benutzen können, um das Schematic erneut zu platzieren. +Importing a schematic will load a schematic from the world directory, place it in front of the schematic creator and sets probability and force-place data accordingly.=Das Importieren eines Schematics wird eine Schematicdatei aus dem Weltverzeichnis laden, sie vor dem Schematic-Macher platzieren und die Wahrscheinlichkeits- und Zwangsplatzierungsdaten entsprechend setzen. The other features of the schematic creator are optional and are used to allow to add randomness and fine-tuning.=Die anderen Funktionen des Schematic-Machers sind optional und werden für Zufälligkeit und Feinjustierungen benutzt. Y slices are used to remove entire slices based on chance. For each slice of the schematic region along the Y axis, you can specify that it occurs only with a certain chance. In the Y slice tab, you have to specify the Y slice height (0 @= bottom) and a probability from 0 to 255 (255 is for 100%). By default, all Y slices occur always.=Y-Scheiben werden benutzt, um ganze Scheiben mit einer gewissen Wahrscheinlichkeit auszulassen. Für jede Scheibe der Schematic-Region entlang der Y-Achse können Sie festlegen, dass sie nur mit einer gewissen Wahrscheinlichkeit auftritt. In der Registerkarte „Y-Scheiben“ müssen Sie die Höhe der Y-Scheibe festlegen (0 @= Boden) sowie eine Wahrscheinlichkeit zwischen 0 und 255 (255 steht für 100%). Standardmäßig treten alle Y-Scheiben immer auf. With a schematic node probability tool, you can set a probability for each node and enable them to overwrite all nodes when placed as schematic. This tool must be used prior to the file export.=Mit einem Schematic-Node-Wahrscheinlichkeitswerkzeug können Sie die Wahrscheinlichkeit für jeden Node setzen und sie dazu aktivieren, alle Nodes zu ersetzen, wenn sie als Schematic platziert werden. Dieses Werkzeug muss vor dem Dateiexport benutzt werden. diff --git a/locale/template.txt b/locale/template.txt index 552da6a..1d57176 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -12,6 +12,8 @@ OK= Save schematic name= Export schematic= Import schematic= +Imported schematic from @1= +Failed to import schematic from @1= The schematic will be exported as a .mts file and stored in@n@1= Save size= Help= @@ -38,6 +40,7 @@ To save a region, use the block, enter the size and a schematic name and hit “ The other features of the schematic creator are optional and are used to allow to add randomness and fine-tuning.= Y slices are used to remove entire slices based on chance. For each slice of the schematic region along the Y axis, you can specify that it occurs only with a certain chance. In the Y slice tab, you have to specify the Y slice height (0 @= bottom) and a probability from 0 to 255 (255 is for 100%). By default, all Y slices occur always.= With a schematic node probability tool, you can set a probability for each node and enable them to overwrite all nodes when placed as schematic. This tool must be used prior to the file export.= +Importing a schematic will load a schematic from the world directory, place it in front of the schematic creator and sets probability and force-place data accordingly.= (owned by @1)= This is an advanced tool which only makes sense when used together with a schematic creator. It is used to finetune the way how nodes from a schematic are placed.= It allows you to set two things:=