DayZ
CookerExtendedMod
Showing 11-20 of 67 entries
< 1  2  3  4  5  6  7 >
Update: Oct 15, 2023 @ 5:33pm

-Hot fix.

Update: Oct 14, 2023 @ 8:52pm

-Change in crafting milk bottles. (see recipes)
-Changing the alcohol tincture. (Now you can pour alcohol and vodka into it, it also disinfects)
-Milk is added to the bucket during milking.
-The search for eggs has been returned.
-Craft beer.
-Fasks will appear with different liquids.(Vodka, whiskey, cognac, jager, alcohol)
-Camera (has a limited number of uses)
-Homemade stack.

New items: KKCR_Suslo, KKCR_SusloM, KKCR_SusloMM, KKCR_SusloED, KKCR_ZucchiniglassEat, KKCR_Zucchiniglass, KKCR_Xmel,
PolaroidKPOT, FotoManKrot, FotoForestKrot, FotoTownKrot.

Update: Jul 11, 2023 @ 6:17pm

Update: Jul 10, 2023 @ 7:00pm

Update: Jul 3, 2023 @ 3:28pm

-Fixes

Update: Jun 28, 2023 @ 10:13am

Added new fluids.

const int LIQUID_WINE = 5; (until it works properly)
const int LIQUID_WHISKY = 13;
const int LIQUID_JAGER = 6;
const int LIQUID_KONIAC = 7;
const int LIQUID_SIDER = 65;
const int LIQUID_LIQUER = 10;
const int LIQUID_VODKA = 2048;
const int LIQUID_BEER = 4096;

In order for all this to overflow adequately, you need.
Replace in your mod "jars" line with this:
liquidContainerType = 1 + 2 + 4 + 5 + 6 + 7 + 8 + 10 + 13 + 16 + 32 + 64 + 65 + 128 + 256 + 512 + 1024 + 2048 + 4096 + 8192 + 16384 + 32768 + 65536 + 131072 + 262144 + 524288 + 1048576 + 2097152 + 4194304 - (1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256);

Update: Jun 28, 2023 @ 9:55am

Update: Jun 4, 2023 @ 5:26am

Update: May 4, 2023 @ 9:02pm

-fixes

Update: May 3, 2023 @ 6:39pm