DayZ
CookZ
 此主题已被置顶,因此可能具有重要性
peetpan  [开发者] 2024 年 8 月 20 日 下午 11:17
Known Incompatible Mods
Sadly some mods are incompatible to this mod. Usually you notice this by having the ingredients for dish cooked individually (i.e. like in vanilla). Known mods that do not work with this mod:

Electric Oven CookerExtendedMod

The reason is that these mods also override the method CookWithEquipment in class Cooking without calling super.CookWithEquipment, i.e. the cooking logic of my mod is just not called. As of my knowledge this needs to be handled by those mods - but might be difficult because the DayZ cooking logic is coarse and does not provide fine granular hooks for mods.
最后由 peetpan 编辑于; 2024 年 8 月 21 日 上午 2:17
< >
正在显示第 1 - 10 条,共 10 条留言
DaPlum 2024 年 8 月 28 日 上午 4:27 
@peetpan could you potentially DM me on Steam or I can give you my Discord, I was sent some information by the dev of Cooker Extended that may be of use to you!
peetpan  [开发者] 2024 年 8 月 28 日 上午 10:04 
引用自 DaPlum
@peetpan could you potentially DM me on Steam or I can give you my Discord, I was sent some information by the dev of Cooker Extended that may be of use to you!
Cool, I am interested for sure. Invited you - or drop your discord link.
Indy 3 月 4 日 上午 10:16 
Hello, please, does your mod work with the following mods:
- DZR Disinfect by Boiling
- MAD Food & Drinks
Indy 3 月 4 日 上午 10:22 
if it works with MAD, I would remove DZR Disinfect by Boiling
Indy 3 月 4 日 上午 10:50 
I didn't resist for long lol, I tested it myself: it works perfectly with MAD
Loykymar 3 月 24 日 下午 5:37 
Looks like the GebFish mod isn't working either. Any fish I tried to get Fish & Chips, would just fried the potatoes. Unfortunately, I haven't found any Vanilla fishes on that server yet.
peetpan  [开发者] 3 月 25 日 上午 7:02 
@Loykymar, hi, this is known. but this is not an incompatibility. gebs is another mod and I only support vanilla items.
If an item from another mod works, then this is a happy accident.
But actually for gebs this will work after the next release. But again: this is not guaranteed and might stop working at any point. I will not hardcode items from other mods.
最后由 peetpan 编辑于; 3 月 25 日 上午 8:34
Loykymar 3 月 31 日 下午 5:21 
Ok good to know, unfortunate also carps or mackerel (Vanilla) don't work either, will try the other vanilla fishes and let you know.

All other recipes I tried so far, are working great, just not fish and chips thou
最后由 Loykymar 编辑于; 3 月 31 日 下午 6:04
peetpan  [开发者] 4 月 26 日 下午 12:53 
MeatCombiner is incompatible (for now) - I will have a look in the future, but currently I need to handle splitable items differently.
peetpan  [开发者] 10 月 14 日 下午 12:08 
Not really an incompatibility, but ZenLeftOvers does not work with CookZ_EmptyCan, i.e.
{
"OriginalItemType": "SodaCan_Pipsi",
"LeftoverItemType": "CookZ_EmptyCan",
"ItemHealth": 75,
"DropToGround": 0
}
This will produce CookZ_EmptyCan with quantity < 1 (shown as 0) that is not usable. (This holds for all items with an int quantity).
< >
正在显示第 1 - 10 条,共 10 条留言
每页显示数: 1530 50