RimWorld

RimWorld

[SYR] Universal Fermenter
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Syrchalis  [udvikler] 12. maj 2020 kl. 4:12
Patch Requests
If there is a mod that uses an old version of universal fermenter or expandable fermenting you can write a request here for me to add a patch.

I will then try to add a patch to Universal Fermenter, which, if it finds the mod, will change it to use Universal Fermenter instead.
< >
Viser 1-8 af 8 kommentarer
Muad'Dib 12. maj 2020 kl. 6:15 
Hey Syrchalis, thanks for this. I do have a patch request.

Simple Chains: Lumber
https://steamcommunity.com/sharedfiles/filedetails/?id=1708709952

Simple Chains: Leather
https://steamcommunity.com/sharedfiles/filedetails/?id=1713884017

Don't know if Simple Chains: Steel Universal Fermenter but if it does, consider it included.
Syrchalis  [udvikler] 12. maj 2020 kl. 10:24 
I was hoping that OwlChemist would make a hard depedency after I talked to him, but seems like he hasn't acted yet.
Syrchalis  [udvikler] 12. maj 2020 kl. 11:22 
Alright, should work now. This was really difficult to patch because it uses an old UF version with the same namespace.
Muad'Dib 12. maj 2020 kl. 12:57 
Thank you very much Syrchalis. I was hoping OwlChemist would do it, but he's been mostly MIA.
If it isn't a lot of problem, Simple Chains: Leather also throws a lot of red errors since it's also using an outdated version.
DrBossWatson 15. juli 2020 kl. 23:20 
I switched from the dropbox versions of the Rimcuisine 2 mods to the steam workshop ones, could you patch the bottling and booze expansion please? Milie has fixed a few things in the mod and tweaked it a bit https://steamcommunity.com/sharedfiles/filedetails/?id=2069596932&searchtext=
Dr Zhivago 23. sep. 2020 kl. 14:37 
Quickie for inclusion with "UF_ModPatches.xml" For the new VFE mod:

<!-- Vanilla Factions Expanded - Vikings | OskarPotocki.VFE.Vikings -->
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Factions Expanded - Vikings</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationRemove">
<xpath>/Defs/ThingDef[defName = "VFEV_MeadFermentingBarrel"]/designationCategory</xpath>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "UniversalFermenter"]/comps/li[@Class="UniversalFermenter.CompProperties_UniversalFermenter"]/processes</xpath>
<value>
<li>
<thingDef>VFEV_Mead</thingDef>
<ingredientFilter>
<thingDefs>
<li>VFEV_Honey</li>
</thingDefs>
</ingredientFilter>
<processDays>3</processDays>
<maxCapacity>50</maxCapacity>
<efficiency>0.5</efficiency>
</li>
</value>
</li>
<li Class="PatchOperationRemove">
<xpath>/Defs/WorkGiverDef[defName = "VFEV_TakeMeadOutOfMeadBarrel" or defName = "VFEV_FillMeadBarrel"]</xpath>
</li>
</operations>
</match>
</Operation>
Geoppetto Hosseltoff 8. okt. 2020 kl. 10:04 
Good day. I just released a Dandelion mod which allows for the creation of Dandelion wine infusion and subsequently the ability to ferment the infusion in a "dandelion wine fermenting barrel". I attempted to patch my mod to allow for your UF mod to handle the wine infusion but think I may have screwed the pooch. It would be amazing if you could patch your UF to accommodate for my new product and give an option for players to replace my barrel with your UF in-game. Either way, thank you very much for the awesome mods. Cheers!
https://steamcommunity.com/sharedfiles/filedetails/?id=2250969277
Sidst redigeret af Geoppetto Hosseltoff; 8. okt. 2020 kl. 11:07
Ezrah 20. apr. 2021 kl. 22:20 
Survivalist's Additions has an issue with it too, it's effecting that use the fermented code [like the charcoal pit, that isn't supposed to be temperature sensitive, but is, and seems to produce less, it also takes days instead of hours. [than it should]

https://steamcommunity.com/sharedfiles/filedetails/?id=1550854139
Sidst redigeret af Ezrah; 20. apr. 2021 kl. 22:35
< >
Viser 1-8 af 8 kommentarer
Per side: 1530 50