RimWorld
49 lượt đánh giá
Make Honey Compatible (Continued)
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Mod, 1.4, 1.5, 1.6
Kích cỡ file
Đã đăng
Đã cập nhật
808.738 KB
17 Thg01, 2023 @ 9:40am
10 Thg07 @ 7:09pm
4 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
Make Honey Compatible (Continued)

Trong 2 bộ sưu tập tạo bởi Zaljerem
Zal's Continued Mods
512 vật phẩm
Mod Fixes
37 vật phẩm
Mô tả
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 bình luận
toradrow777 25 Thg03 @ 11:16pm 
This is compatible with Medieval 2, right?
TurtleShroom 15 Thg04, 2024 @ 11:06am 
@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 Thg04, 2024 @ 10:13am 
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  [tác giả] 15 Thg04, 2024 @ 10:11am 
This has been updated to support either Apini mod on 1.4, and for the new one on 1.5.
ThePhantomX64 15 Thg04, 2024 @ 9:56am 
wait so Apini New age supports this or do you mean it already has the patch integrated into the mod?
TurtleShroom 14 Thg04, 2024 @ 2:50pm 
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  [tác giả] 14 Thg04, 2024 @ 10:36am 
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 Thg04, 2024 @ 10:22am 
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 Thg06, 2023 @ 11:22am 
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 Thg04, 2023 @ 1:43pm 
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.