边缘世界 RimWorld

边缘世界 RimWorld

Medieval Overhaul Patches
 此主题已被置顶,因此可能具有重要性
ViralReaction  [开发者] 2023 年 9 月 28 日 下午 5:34
Bug Reports
Please post bug reports here. Makes it easier to track
< >
正在显示第 1 - 15 条,共 67 条留言
zanaikin 2023 年 10 月 18 日 上午 8:46 
The sweet rolls recipe using honey from Medieval Overhaul doesn't quite seem to work:

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3053846224

I had 75 MO honey just north of the oven here with it selected in the bill, yet it still seems to be looking for VFEV honey.
ViralReaction  [开发者] 2023 年 10 月 20 日 上午 7:58 
引用自 zanaikin
The sweet rolls recipe using honey from Medieval Overhaul doesn't quite seem to work:

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3053846224

I had 75 MO honey just north of the oven here with it selected in the bill, yet it still seems to be looking for VFEV honey.

Should be fixed was missing honey on the bulk recipes that I made
zanaikin 2023 年 10 月 23 日 上午 11:23 
@ViralReaction

Thanks for the fast response. I just tried it again today and the issue unfortunately still stands. The MO-honey can be found in the ingredient selector (even before), but enabling it doesn't seem to make a difference as the same message is given. It feels like the recipe is still fixed to use VFEV honey.

I double-checked if this was a mod order issue, but I'm definitely loading Patches after VFE:Vikings and MO
最后由 zanaikin 编辑于; 2023 年 10 月 23 日 上午 11:25
ViralReaction  [开发者] 2023 年 10 月 26 日 上午 10:16 
引用自 zanaikin
@ViralReaction

Thanks for the fast response. I just tried it again today and the issue unfortunately still stands. The MO-honey can be found in the ingredient selector (even before), but enabling it doesn't seem to make a difference as the same message is given. It feels like the recipe is still fixed to use VFEV honey.

I double-checked if this was a mod order issue, but I'm definitely loading Patches after VFE:Vikings and MO

Should be fixed now. Patch method prior wasn't working properly. Small batch sweet rolls should be able to use MO honey now.
Glothia 2023 年 11 月 6 日 上午 8:49 
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2595980371
I cannot make the milkshake with prompting for no milk, even if milk is available. The allowed ingredients field in the billing widget does not have any ingredients listed to tick.
https://psteamcommunity.yuanyoumao.com/id/gilolta/screenshot/2191624590400628211/
It seems like the patch https://github.com/ViralReaction/Medieval-Overhaul-Patches/blob/23cc43c2bbe56e7308d17e65028b2bcaee5361f2/1.4/Patches/Food%20Integration/Add_MO_Ingredients_Duplicate_Plant_Recipes.xml#L47-L56 causes the problem. After deleting this patch operation, it works.
ViralReaction  [开发者] 2023 年 11 月 18 日 下午 9:54 
引用自 Glothia
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2595980371
I cannot make the milkshake with prompting for no milk, even if milk is available. The allowed ingredients field in the billing widget does not have any ingredients listed to tick.
https://psteamcommunity.yuanyoumao.com/id/gilolta/screenshot/2191624590400628211/
It seems like the patch https://github.com/ViralReaction/Medieval-Overhaul-Patches/blob/23cc43c2bbe56e7308d17e65028b2bcaee5361f2/1.4/Patches/Food%20Integration/Add_MO_Ingredients_Duplicate_Plant_Recipes.xml#L47-L56 causes the problem. After deleting this patch operation, it works.

Should be working now
Stormie 2023 年 11 月 19 日 上午 11:43 
A couple of buggy things I noticed, correct me if I'm wrong though. I was able to verify them when disabling the mod and the problems kinda went away:

1. Right now making sausage is impossible because the recipe requires Meat +Salt + Spices, but Salt is unavailable to be chosen in the list. Checking MO_Food.xml (Patches\MO Tweaks\Cooking Recipe Changes) shows that sausage's <thingDefs> only has:
>DankPyon_Spices</li>

adding DankPyon_Salt to the list seems to help solve the problem.

2. There seems to be a typo in VCE_Ingredients.xml (Patches\Food Integration\Vanilla Cooking Expanded), the value for DankPyon_Spices patch operation is written as
<li>DankPyon_Salt</li>
>VCE_RawSpices</li>
instead of
<li>DankPyon_Spices</li>
>VCE_RawSpices</li>

3. Since you're patching it so meals includes both VCE and MO's ingredients, is it possible to extend the range to Sugar and Cheese?
- By default you can't make Gourmet meal from VCE with Sugar from MO, since grinding sugarcane automatically gives you MO's Sugar and not VCE's sugar.
- VCE recipes allow using cheese as animal products for meals, do you think it's good to use MO's cheese for the same thing?


I was able to make some local quick patches for those issues during my playthru, I can send you the code if it helps.
lukey pookie 2023 年 11 月 28 日 下午 5:36 
https://gist.github.com/HugsLibRecordKeeper/e595816c873ca222ff57e638d93b79fb
Big mod pack seems to errors with combat extended
[Medieval Overhaul Patches] Patch operation Verse.PatchOperationFindMod(Combat Extended) failed
ViralReaction  [开发者] 2023 年 12 月 2 日 上午 8:55 
引用自 lukey pookie
https://gist.github.com/HugsLibRecordKeeper/e595816c873ca222ff57e638d93b79fb
Big mod pack seems to errors with combat extended
[Medieval Overhaul Patches] Patch operation Verse.PatchOperationFindMod(Combat Extended) failed
I cannot replicate your errors with neither a minimal list nor my big list. You have something else modifying stuff.
Komodo Dragoon 2023 年 12 月 4 日 下午 9:40 
Hi, the MIlkshakes Mod still does not work for me. I tried resubscribing and it has the same issue of milk not showing up on the billing widget. Would I have to start a new run for it to work?
最后由 Komodo Dragoon 编辑于; 2023 年 12 月 4 日 下午 9:41
ViralReaction  [开发者] 2023 年 12 月 5 日 上午 8:05 
引用自 Komodo Dragoon
Hi, the MIlkshakes Mod still does not work for me. I tried resubscribing and it has the same issue of milk not showing up on the billing widget. Would I have to start a new run for it to work?
I’ll take another look, perhaps I missed something. Is it all milkshakes or just particular ones?
Komodo Dragoon 2023 年 12 月 5 日 下午 3:56 
All i believe. I could not make the regular nor the ambrosia. Sausage has salt missing from its billing widget as Stormie mentioned earlier this month. I've been doing without them as I enjoy the benefits and considerations of your mod over just a couple food options but just to let you know!
ViralReaction  [开发者] 2023 年 12 月 5 日 下午 4:55 
引用自 Komodo Dragoon
All i believe. I could not make the regular nor the ambrosia. Sausage has salt missing from its billing widget as Stormie mentioned earlier this month. I've been doing without them as I enjoy the benefits and considerations of your mod over just a couple food options but just to let you know!
The salt was a typo. Was suppose to just be spices+meat for the sausages. But, I have just updated the milkshake patch and it should be much more succinct. Let me know if any have any more issues with the milkshakes.
Komodo Dragoon 2023 年 12 月 5 日 下午 6:52 
Milkshake works now, Thanks!! Yes sausage is just spice + meat i just confirmed it. It works too!
Aurani 2023 年 12 月 13 日 下午 8:53 
Both Esoteric Studies and Engineering unlock the construction of the Advanced Research Bench, shouldn't the latter have it removed?
< >
正在显示第 1 - 15 条,共 67 条留言
每页显示数: 1530 50