RimWorld
[SYR] Universal Fermenter
 이 토론은 고정되었습니다. 중요해서 그렇겠죠?
Syrchalis  [개발자] 2020년 5월 12일 오전 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.
< >
전체 댓글 8개 중 1~8개 표시 중
Muad'Dib 2020년 5월 12일 오전 6시 15분 
Hey Syrchalis, thanks for this. I do have a patch request.

Simple Chains: Lumber
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1708709952

Simple Chains: Leather
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1713884017

Don't know if Simple Chains: Steel Universal Fermenter but if it does, consider it included.
Syrchalis  [개발자] 2020년 5월 12일 오전 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  [개발자] 2020년 5월 12일 오전 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 2020년 5월 12일 오후 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 2020년 7월 15일 오후 11시 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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2069596932&searchtext=
Dr Zhivago 2020년 9월 23일 오후 2시 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 2020년 10월 8일 오전 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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2250969277
Geoppetto Hosseltoff 님이 마지막으로 수정; 2020년 10월 8일 오전 11시 07분
Ezrah 2021년 4월 20일 오후 10시 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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1550854139
Ezrah 님이 마지막으로 수정; 2021년 4월 20일 오후 10시 35분
< >
전체 댓글 8개 중 1~8개 표시 중
페이지당 표시 개수: 1530 50