DayZ
CookerExtendedMod
Viser 11-20 af 67 forekomster
< 1  2  3  4  5  6  7 >
Opdatering: 15. okt. 2023 kl. 17:33

-Hot fix.

Opdatering: 14. okt. 2023 kl. 20:52

-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.

Opdatering: 11. juli 2023 kl. 18:17

Opdatering: 10. juli 2023 kl. 19:00

Opdatering: 3. juli 2023 kl. 15:28

-Fixes

Opdatering: 28. juni 2023 kl. 10:13

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);

Opdatering: 28. juni 2023 kl. 9:55

Opdatering: 4. juni 2023 kl. 5:26

Opdatering: 4. maj 2023 kl. 21:02

-fixes

Opdatering: 3. maj 2023 kl. 18:39