From fbd1cca4725fb64a377fd5bcfbbcb7f93668876f Mon Sep 17 00:00:00 2001 From: GMNGjoy Date: Tue, 24 Dec 2024 21:50:30 -0800 Subject: [PATCH] 1.0.0.1: added black colors, update to position of ground nodes --- languages/l10n_de.xml | 8 ++++++- languages/l10n_en.xml | 8 ++++++- mm8000_batwing.xml | 52 +++++++++++++++++++++++++++++++------------ modDesc.xml | 12 +++++++--- 4 files changed, 61 insertions(+), 19 deletions(-) diff --git a/languages/l10n_de.xml b/languages/l10n_de.xml index fed3a44..1b37688 100644 --- a/languages/l10n_de.xml +++ b/languages/l10n_de.xml @@ -14,6 +14,12 @@ - + + + + + + + diff --git a/languages/l10n_en.xml b/languages/l10n_en.xml index 761539b..3295273 100644 --- a/languages/l10n_en.xml +++ b/languages/l10n_en.xml @@ -12,6 +12,12 @@ - + + + + + + + \ No newline at end of file diff --git a/mm8000_batwing.xml b/mm8000_batwing.xml index eddd439..c8ae253 100644 --- a/mm8000_batwing.xml +++ b/mm8000_batwing.xml @@ -99,7 +99,7 @@ - + @@ -560,20 +560,20 @@ - - - + + + - - - + + + - - - + + + @@ -684,7 +684,13 @@ - + + + + + + + @@ -695,7 +701,13 @@ - + + + + + + + @@ -706,7 +718,13 @@ - + + + + + + + @@ -717,7 +735,13 @@ - + + + + + + + diff --git a/modDesc.xml b/modDesc.xml index 0d7654d..5ad165d 100644 --- a/modDesc.xml +++ b/modDesc.xml @@ -1,7 +1,7 @@ GMNGjoy - 1.0.0.0 + 1.0.0.1 <en>Bednar BatWing</en> <de>Bednar Fledermausflügel</de> @@ -63,7 +63,13 @@ GitHub link: https://github.com/GMNGjoy/FS25_BednarBatwing </type> </vehicleTypes> <materialTemplates> - <template name="GMNG_HELLABLACK" title="$l10n_color_hellaBlack" colorScale="0.000 0.000 0.000" parentTemplate="calibratedMatPaint"/> - <template name="GMNG_HELLAOLDBLACK" title="$l10n_color_hellaOldBlack" colorScale="0.000 0.000 0.000" parentTemplate="metalPaintedOld"/> + <template name="GMNG_HELLABLACK" title="$l10n_color_hellaBlack" colorScale="0 0 0" parentTemplate="calibratedPaint"/> + <template name="GMNG_HELLABLACK_OLD" title="$l10n_color_hellaBlack_old" colorScale="0 0 0" parentTemplate="metalPaintedOld"/> + <template name="GMNG_HELLABLACK_MATTE" title="$l10n_color_hellaBlack_matte" colorScale="0 0 0" parentTemplate="calibratedMatPaint"/> + <template name="GMNG_HELLABLACK_METALLIC" title="$l10n_color_hellaBlack_metallic" colorScale="0 0 0" parentTemplate="calibratedMetallicPaint"/> + <template name="GMNG_HELLABLACK_ROUGH" title="$l10n_color_hellaBlack_rough" colorScale="0 0 0" parentTemplate="metalPaintedRoughBlack"/> + <template name="GMNG_HELLABLACK_SCRATCHED" title="$l10n_color_hellaBlack_scratched" colorScale="0 0 0" parentTemplate="palladiumScratched"/> + <template name="GMNG_HELLABLACK_GALVANIZED" title="$l10n_color_hellaBlack_galvanized" colorScale="0 0 0" parentTemplate="metalGalvanized"/> + <template name="GMNG_HELLABLACK_PLASTIC" title="$l10n_color_hellaBlack_plastic" colorScale="0 0 0" parentTemplate="plasticPaintedBlack"/> </materialTemplates> </modDesc> \ No newline at end of file