RimWorld

RimWorld

Make Honey Compatible (Continued)
22 kommentarer
toradrow777 25. mar. kl. 23:16 
This is compatible with Medieval 2, right?
TurtleShroom 15. apr. 2024 kl. 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. apr. 2024 kl. 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  [ophavsmand] 15. apr. 2024 kl. 10:11 
This has been updated to support either Apini mod on 1.4, and for the new one on 1.5.
ThePhantomX64 15. apr. 2024 kl. 9:56 
wait so Apini New age supports this or do you mean it already has the patch integrated into the mod?
TurtleShroom 14. apr. 2024 kl. 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  [ophavsmand] 14. apr. 2024 kl. 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. apr. 2024 kl. 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. juni 2023 kl. 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. apr. 2023 kl. 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.
Zaljerem  [ophavsmand] 8. apr. 2023 kl. 13:30 
Nice job, I saw your mod and linked it above. As far as github, I'll take it under advisement.
TurtleShroom 4. apr. 2023 kl. 9:27 
This is an update to my previous comment. I have been working on what I said that I would work on, and it has borne immense fruit. If you so desire, I can give you the files I used, and you can enrich your continuation of this Mid further.

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.
TurtleShroom 12. mar. 2023 kl. 16:21 
OP, I just wanted to let you know that I am going to deliver on what I was suggesting earlier, as well as adding some better compatibility and incorporation across several Mods. I'll let you know when I'm done.
TurtleShroom 16. feb. 2023 kl. 13:16 
I am more than happy to wait, and I thank you for your quick response.
Zaljerem  [ophavsmand] 16. feb. 2023 kl. 13:07 
1. I noted that wasn't implemented yet in the "Working on:" section above. Seems like you know what needs to be done; if you want to expedite it, whip me up the XML and patches. Otherwise you'll have to wait on me, I'll get to 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.
TurtleShroom 16. feb. 2023 kl. 12:35 
1. The changes you made still do not allow you to make VFE Mead with any Honey except its own. To make it accept it, you'll have to create a Honey Wort precursor and make it take any type of Honey, and then load THAT into the Fermentation Barrel.

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.
Rhiver 31. jan. 2023 kl. 3:00 
Removing the bill & re-adding the mod and it's still bjorked a bit, I'm not sure if it's a problem on my end but just making sure to let you know!
Rhiver 31. jan. 2023 kl. 2:47 
Actually gonna try something to see if it's just me being a dumbass
Rhiver 31. jan. 2023 kl. 2:45 
I tried this mod out of curiosity but upon adding it to a save I have, it made the mead must recipe from alpha bees not use alpha bee honey but it did add the honey from vikings and the Apini race to the crafting instead, thought I'd let you know as removing the mod here fixed it. Not sure if it's a mod conflict or not
Zaljerem  [ophavsmand] 19. jan. 2023 kl. 10:29 
It's generally not advised to remove mods from a save.
hottt3 18. jan. 2023 kl. 4:37 
Thanks for the mod! But what does it mean: "can/will break your recipe bills if removed"? Will it break my game completely if uninstalled? Thanks)
Bugginho 18. jan. 2023 kl. 4:24 
Plz add Medieval Overhaul honey :ghlol: