RimWorld
49 次評價
Make Honey Compatible (Continued)
   
獎勵
加入最愛
已加入最愛
移除最愛
Mod, 1.4, 1.5
檔案大小
發佈於
更新時間
785.540 KB
2023 年 1 月 17 日 上午 9:40
2024 年 4 月 14 日 上午 10:35
3 項更新註記 (檢視)

訂閱以下載
Make Honey Compatible (Continued)

在 Zaljerem 的 2 個收藏中
Zal's Continued Mods
510 個項目
Mod Fixes
37 個項目
描述
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 則留言
toradrow777 3 月 25 日 下午 11:16 
This is compatible with Medieval 2, right?
TurtleShroom 2024 年 4 月 15 日 上午 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 2024 年 4 月 15 日 上午 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  [作者] 2024 年 4 月 15 日 上午 10:11 
This has been updated to support either Apini mod on 1.4, and for the new one on 1.5.
ThePhantomX64 2024 年 4 月 15 日 上午 9:56 
wait so Apini New age supports this or do you mean it already has the patch integrated into the mod?
TurtleShroom 2024 年 4 月 14 日 下午 2: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  [作者] 2024 年 4 月 14 日 上午 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 2024 年 4 月 14 日 上午 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 2023 年 6 月 10 日 上午 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 2023 年 4 月 8 日 下午 1: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.