RimWorld

RimWorld

Statue of Animal[1.0-1.4]
Mission001 25. feb. 2020 kl. 9:19
1.1 English Translation Error
Nothing major, but a few yellow errors i thought id give you a heads up about for the OCD people like myself who like a error free debug menu when loading up :P

Thanks again for the great most and if you need any other info please let me know!

Translation report for English

========== General load errors (0) ==========

========== Def-injected translations load errors (2) ==========
Duplicate def-injected translation key: TMB_StatueOfAnimal1x.label (Items_Statue.xml)
Duplicate def-injected translation key: TMB_StatueOfAnimal2x.label (Items_Statue.xml)

========== Backstories load errors (0) ==========

========== Unnecessary def-injected translations (marked as NoTranslate) (0) ==========

========== Def-injected translations using old, renamed defs (fixed automatically but can break in the next RimWorld version) (0) =========
< >
Viser 1-1 af 1 kommentarer
okradonkey 4. mar. 2020 kl. 9:19 
The translation file was missing the Blueprint_Install_ prefix in a few spots. Here's a quick fix.

Open this file in the mod folder:
...\1629099614\Languages\English\DefInjected\ThingDef\Items_Statue.xml

and completely replace its contents with this:
<?xml version="1.0" encoding="utf-8"?> <LanguageData> <TMB_StatueOfAnimal1x.label>Statue of animal(1x1)</TMB_StatueOfAnimal1x.label> <Blueprint_Install_TMB_StatueOfAnimal1x.label>Statue of animal(1x1)(blueprint)</Blueprint_Install_TMB_StatueOfAnimal1x.label> <TMB_StatueOfAnimal1x.description>The statue designed in the motif of animal.</TMB_StatueOfAnimal1x.description> <TMB_StatueOfAnimal2x.label>Statue of animal(2x2)</TMB_StatueOfAnimal2x.label> <Blueprint_Install_TMB_StatueOfAnimal2x.label>Statue of animal(2x2)(blueprint)</Blueprint_Install_TMB_StatueOfAnimal2x.label> <TMB_StatueOfAnimal2x.description>The statue designed in the motif of animal.</TMB_StatueOfAnimal2x.description> </LanguageData>

Then save the file. That should knock out the error until tammybee gets a chance to update the mod.
Sidst redigeret af okradonkey; 11. mar. 2020 kl. 22:28
< >
Viser 1-1 af 1 kommentarer
Per side: 1530 50