Page MenuHomeFeedback Tracker

Fish cannot be cooked in campfire\stove
Closed, ResolvedPublic

Description

We tried everything (except meat instead of fish)

  • Improvized stove
  • Campfire
  • With\without tripod
  • Frying pan
  • Cooking pot
  • Adding a lot of firewood

Never gets even heated nor cooked at all.

Details

Legacy ID
277931376
Severity
None
Resolution
Fixed
Reproducibility
Always
Steps To Reproduce

Prepare fish
Place fillets into frying pan\pot
Craft and ignite campfire
Add firewood
Place Tripod over campfire icon (optional)
Place cooking vessel with fish over campfire icon (or it gets destroyed in grey slots)
Wait
Never cooked or heated.

Additional Information

I know you're refactoring cooking mechanics completely and I'm almost sure you're aware of this issue. I really like how adding fuel works now and is converted to fire energy!

I hope once we will have the cooking nailed perfectly ;) Thanks for DayZ! Cheers.

Event Timeline

Bohemia edited Steps To Reproduce. (Show Details)Feb 5 2015, 11:15 AM
Bohemia edited Additional Information. (Show Details)
Bohemia set Category to category:items.
Bohemia set Reproducibility to Always.
Bohemia set Severity to None.
Bohemia set Resolution to Fixed.
Bohemia set Legacy ID to 277931376.May 8 2016, 9:22 PM
Bohemia edited a custom field.

i can confirm this issue. fish does not get heated.
used fireplace with tripod and cooking pot to cook deer steaks, works fine.

portable gas stove seems to not heat the cooking pot or its content at all.

Bohemia added a subscriber: Bohemia.May 8 2016, 9:22 PM

People report deer meat is cooked properly. SO I checked configs and found the problem! Fish is just not configured. It's missing Stages class like this

class Stages

		{
			Raw[] = {};
			Cooked[] = {};
			Dried[] = {};
		};

Any info when it's planned to be fixed?

Thanks for reviewing JStewart

Geez added a comment.Feb 17 2015, 2:18 PM

Thank you for the report mikhail.
We are aware of this issue and it has been scheduled for a fix.
Regards,
Geez

i just wanted to say thank you for the fast turn around on this and most other issues. keep up the good work.

Checked it toady on .654 - still not cooking, but Green Pepper got cooked! Wow.

yes as of an hour ago .54 its still not cooking

I wanted to add that on Stable this is still the case and that it won't cook with a Gas Stove either. Incase that requires an additional fix since the stove is different from the fire.

CrashBoomK, these three subclasses are present in meat, but absent in fish:

class Stages

        {
            Raw[] = {};
            Cooked[] = {};
            Dried[] = {};
        };

That's wy whatever heat source you use for cooking, "it" doesn't know how to cook it. It's like trying to boil a metal fish in water :) It just heats up and never changed.

Stove and camppfire share the cooking mechanics. They only differ in fuel consumption and temeprature attributes.

Geez added a comment.Apr 27 2015, 4:50 PM

Hello mikhail.
The issue has been fixed internally and it should be fixed on Steam soon.
Regards,
Geez