RimWorld

RimWorld

49 arvostelua
Make Honey Compatible (Continued)
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Mod, 1.4, 1.5
Tiedostokoko
Julkaistu
Päivitetty
785.540 KB
17.1.2023 klo 9.40
14.4.2024 klo 10.35
3 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Make Honey Compatible (Continued)

2 kokoelmassa, tekijä Zaljerem
Zal's Continued Mods
510 luomusta
Mod Fixes
37 luomusta
Kuvaus
Original mod by Steaplay
https://steamcommunity.com/sharedfiles/filedetails/?id=2415405169
If the original author requests it, I will remove this update.

Make Honey EVEN MORE Compatible:
https://steamcommunity.com/sharedfiles/filedetails/?id=2959585309

--

Reworked all patches to run via LoadFolders. Removed deprecated compatibility.

Needed: (You may want to check out "Make Honey EVEN MORE Compatible" above)
Processor-related consolidation/issues (VFE Mead, etc.)
Review of Rimhammer - The End Times - Empire patches (currently unimplemented)
Medieval Overhaul honey

Thorough testing, bug reports, and suggestions appreciated!

--

Original mod notes (1.3):

Recipes are set to allow honey from other mods and vice-versa.

What does this mod do?
While they say the mods are compatible, they simply don't cause an error if they're loaded together.
But their recipes do not allow the many types of honey to be interchangable.
And so here we are.

Safe to add mid-game, but can/will break your recipe bills if removed.

Currently supporting:
VanillaFactionsExpanded - Vikings
Alpha Bees
Misc. Bees'n'Honey
Tropi[CKAPP] Rainforest Mod (Continued)
RimCuisine 2 Core (Continued)
Apini Playable Race, Continued! (1.4)
Apini Playable Race, New Age (1.4/1.5)
VGP Vegetable Garden

Unimplemented, under review:
Rimhammer - The End Times - Empire

Removed:
RimBees - Genetic Rim Patch (deprecated)
BeeGirl Race: RimBees Addon (mod not updated)

License:
Feel free to further modify this mod however you see fit. Reuploading is allowed under conditions of the CC BY-NC-SA 4.0[creativecommons.org] license.
22 kommenttia
toradrow777 25.3. klo 23.16 
This is compatible with Medieval 2, right?
TurtleShroom 15.4.2024 klo 11.06 
@ThePhantomX64

I imagine that Mlie will continue them into V1.5 . If he doesn't, I will, once I get V1.5 in June.
ThePhantomX64 15.4.2024 klo 10.13 
what sucks tho for 1.5 is that VFE Vikings is no longer supported for that version :< Kinda sucks that this happened same with the Medieval modual and other faction/storyteller moduals
Zaljerem  [tekijä] 15.4.2024 klo 10.11 
This has been updated to support either Apini mod on 1.4, and for the new one on 1.5.
ThePhantomX64 15.4.2024 klo 9.56 
wait so Apini New age supports this or do you mean it already has the patch integrated into the mod?
TurtleShroom 14.4.2024 klo 14.50 
Thankfully, it does support both! The man behind it wanted to ensure that switching to his version wouldn't cause any errors or touch saved games.
Zaljerem  [tekijä] 14.4.2024 klo 10.36 
Thanks for letting me know! Just pushed an update to address that for 1.4/1.5 as the new one apparently supports both.
TurtleShroom 14.4.2024 klo 10.22 
Zal, an update to the Apini Mod recently came that changed its name: a person made a derivative of the Mod with a different name. This has broken your Patches for the Apinis: IN ADDITION to the current Apini Mod, you need to add "Apini Playable Race, New Age" to all of the Patch Operation Find Mod statements.
TurtleShroom 10.6.2023 klo 11.22 
OP, since the Alpha Rim Bees Mod foolishly changed its name and broke every Patch to ever use the Find Mod condition, your Mod no longer classifies Alpha Rim Bees Honey under the category.

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.
TurtleShroom 8.4.2023 klo 13.43 
It is both my privilege and honor to expand such a great Mod. The thumbnail was the most fun part and it took longer for the Mod. I would love for you to subscribe and add it to your Favorites. I don't have access to all the Recipes, but my intention was for the Purified Honey that I added to be used in ALL Mead Recipes. If you know the keys for each of the Recipe Defs, I would appreciate if you passed them along.