Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
I imagine that Mlie will continue them into V1.5 . If he doesn't, I will, once I get V1.5 in June.
In my expansion of the Mod, I fixed it:
<Patch>
<Operation Class="PatchOperationConditional">
<xpath>/Defs/ThingCategoryDef[defName="RB_HoneyFoodProducts"]</xpath>
<match Class="PatchOperationReplace">
<success>Always</success>
<xpath>/Defs/ThingCategoryDef[defName="RB_HoneyFoodProducts"]/parent</xpath>
<value>
<parent>FoodMeals</parent>
</value>
</match>
</Operation>
<Operation Class="PatchOperationConditional">
<xpath>/Defs/ThingCategoryDef[defName="RB_Honeys"]</xpath>
<match Class="PatchOperationReplace">
<success>Always</success>
<xpath>/Defs/ThingCategoryDef[defName="RB_Honeys"]/label</xpath>
<value>
<label>Alpha Rim Bees</label>
</value>
</match>
</Operation>
Add this as a Patch and it'll all be set.