Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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.
Also, I strongly urge you to get a Github account and start uploading each of these continued Mods as a Github Repository. That allows for participation by the masses in improving the continuation of your Mods, and I strongly recommend it.
2. No need to leave the RimBees - Genetic Rim Patch in there, that mod is fully deprecated. As far as BeeGirl, yes, I could probably put that back in there in the manner you suggest, but every other active patch I've been able to test against updated mods, and I prefer that. For instance, I pulled the Rimhammer patch because it was throwing errors and needs to be reviewed against the updated version.
3. I noted that wasn't implemented yet in the "Working on:" section above. Anyone wants to whip up the needed patches, I'll gladly implement them, otherwise - again, patience is appreciated.
2. You didn't have to remove ANYTHING. Simply use Conditional Patches to check for the item. The Bee Girl Mod, to name one example, could easily be kept that way, so if it ever is updated, it can be done that way.
3. Seconded on the Medieval Overhaul Mod.