DayZ
Early Winter or Late Fall Livonia
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
cynep  [udvikler] 13. nov. 2024 kl. 12:25
About the mod, Installation, F.A.Q.
На русском писать не буду, здесь все и так понятно

What does the mod do?
The mod simply changes textures, plant models and adds snow as weather

How to install this mod?
Installed like other mods. Just copy the bikey, write the mod name in "-mod=" (preferably at the beginning) and that's all

Where are the mpmissions?
I don't make mpmissions for your servers, because in essence this mod is just a global map retexture, not different map. But you can read the instructions and find some tips about configure below

Also I don’t recommend to set the winter months (1, 2, 12) or late autumn months (10, 11) in init.c file in your mpmission world. Imo I recommend to leave default month (9 - September) or set 8 - August for better visual combination of colors on the server because at such a time the sun is higher, the day is longer and the colors don’t go too much into the orange shade

Where and how to change the enviroment temperature?
All temperatures for each month are changed in cfggameplay.json in the folder of your world mpmission in line 53-54 - "environmentMinTemps" and max. (12 values ​​- 12 months). You can take the temp f.e. from Sakhal from the Bohemia github[github.com], where are all the mpmmissions. After that set this enableCfgGameplayFile = 1; somewhere at the end of the serverDZ.cfg file

How to make food cold or frozen?
You also just need to change the enviroment temps (read above). At least for me it affects the freezing of food in my world

The temperature does not change, what should I do?
My mod does not change the temps of your servers. It all depends on you and the mods installed. F.e, as I noticed, the DayzUnderground mod affected the fact that the temps stopped working at all. And do the last point in the previous question

How to fix grass from the sakhal or trees swaying too much in the wind?
This can be fixed by reducing the value max="20.0" in the <windMagnitude> section in cfgweather.xml. I set max="4.0"

Can you add more winter / snow covered trees?
Use this addon

Can you remove thunder lightning during a storm?
You can do this yourself. Find this section at the end in cfgweather.xml in your mission folder
<!-- Lightning density (0..1), threshold for the lightning appearance (tied to the overcast value, 0..1), time (seconds) between the lightning strikes --> <storm density="1.0" threshold="0.9" timeout="45"/>
and increase the timeout="45" to higher values, which would mean that lightning would strike every n... seconds. F.e set timeout="3000"

Animals, cars do not appear, something broke, etc.
As I wrote, my mod does not affect anything except textures and snow as weather. This is your problem

How to remove snow weather on server after deleting the mod?
I will offer several methods (all of them are working, tested):
1. Go to cfgweather.xml in your mpmission folder and set the values ​​<weather reset=".." to 1. Start the server, stop, return the value to 0, start. If you want to save the weather on restarts, set "reset" to 0
2. Go to storage_1\data in the mpmission folder. Make a backup of the vehicles files, delete all events. Start the server, log in, stop, return vehicles (cuz after deleting events, server will consider that the number of vehicles in the world is 0 and will double them, but backup will return the number as it was), start the server

Can you remake other maps?
I don't plan to do it now. There are many different reasons: time, my skills, unpopularity of maps, I won't do it even for money. But there is a way how you can achieve an early winter. Use both my mods for Cherno and Livonia. If the map uses vanilla textures, my mods will replace them with mine. I haven't checked on other maps and on which ones it will work. Some error may occur. Try to swap mod names in "-mod=". I can't check for an error now, because simply don't get error during tests. But in the future I will try to fix it somehow

How to make it possible for both rain and snow to fall or only rain?
Method by Paulo 76561198046108699 to make it rain first and then snow. Snow starts at 70% overcast but you can change this and other parameters, you just need to read about all values this file
1. Go to cfgweather.xml in your mpmission folder and paste this in that xml
2. If you don't wipe the server, do this: set the "reset" parameter to 1, start the server to reset the weather, then return it to 0 to save the server weather after restarts


To get only rain you can read how this file is working and try to use vanilla xml or change these settings and disable the <snowfall> section


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!-- 'reset' and 'enable' are a bool, and therefore supports: 0/1, true/false, yes/no --> <!-- 'reset' controls whether you want to load in the weather from storage or not (false by default) --> <!-- 'enable' controls whether this file is enabled or not (true by default) --> <weather reset="0" enable="1"> <overcast> <!-- Initial conditions of the overcast (target value, time to change, how long will it stay) --> <current actual="0.1" time="120" duration="299" /> <!-- What is the range of the overcast value (0..1) --> <limits min="0.0" max="1.0" /> <!-- How long does it take to the overcast to change from one value to other (time in seconds) --> <timelimits min="300" max="1800" /> <!-- How much should the overcast change (0..1) --> <changelimits min="0.0" max="1.0" /> </overcast> <fog> <!-- Initial conditions of the fog (target value, time to change, how long will it stay) --> <current actual="0.1" time="120" duration="299" /> <!-- What is the range of the fog value (0..1) --> <limits min="0.0" max="1.0" /> <!-- How long does it take to the fog to change from one value to other (time in seconds) --> <timelimits min="300" max="1800" /> <!-- How much should the fog change (0..1) --> <changelimits min="0.0" max="1.0" /> </fog> <rain> <!-- Initial conditions of the rain (target value, time to change, how long will it stay), restricted by thresholds (see below) --> <current actual="0.1" time="120" duration="299" /> <!-- What is the range of the rain value (0..1) --> <limits min="0.0" max="1.0" /> <!-- How long does it take to the rain to change from one value to other (time in seconds) --> <timelimits min="300" max="1800" /> <!-- How much should the rain change (0..1) --> <changelimits min="0.0" max="1.0" /> <!-- What range of the overcast value allows the rain to be preset (min, max overcast value, time in seconds it takes for rain to stop if the overcast is outside of the specified range) --> <thresholds min="0.39" max="0.69" end="60" /> </rain> <windMagnitude> <!-- Initial conditions of the wind magnitude (target value, time to change, how long will it stay), restricted by thresholds (see below) --> <current actual="0.1" time="60" duration="120" /> <!-- What is the range of the wind magnitude value in m/s --> <limits min="0.0" max="5.0" /> <!-- How long does it take to the wind magnitude to change from one value to other (time in seconds) --> <timelimits min="180" max="1800" /> <!-- How much should the wind change --> <changelimits min="0.0" max="99.0" /> </windMagnitude> <windDirection> <!-- Initial conditions of the wind direction(target value, time to change, how long will it stay), restricted by thresholds (see below) --> <current actual="0.1" time="60" duration="120" /> <!-- What is the range of the wind direction (angle in radians) --> <limits min="-3.14" max="3.14" /> <!-- How long does it take to the wind direction to change from one value to other (time in seconds) --> <timelimits min="180" max="1800" /> <!-- How much should the wind change direction --> <changelimits min="-1.0" max="1.0" /> </windDirection> <snowfall> <!-- Initial conditions of the snowfall (target value, time to change, how long will it stay), restricted by thresholds (see below) --> <current actual="0.1" time="120" duration="299" /> <!-- What is the range of the snowfall value (0..1) --> <limits min="0.0" max="1.0" /> <!-- How long does it take to the snowfall to change from one value to other (time in seconds) -- <timelimits min="300" max="1800" /> <!-- How much should the snowfall change (0..1) --> <changelimits min="0.0" max="1.0" /> <!-- What range of the overcast value allows the snowfall to be preset (min, max overcast value, time in seconds it takes for snowfall to stop if the overcast is outside of the specified range) --> <thresholds min="0.7" max="0.99" end="60" /> </snowfall> <!-- Lightning density (0..1), threshold for the lightning appearance (tied to the overcast value, 0..1), time (seconds) between the lightning strikes --> <storm density="1.0" threshold="1.0" timeout="120"/> </weather>
Sidst redigeret af cynep; 21. sep. kl. 14:54
< >
Viser 1-3 af 3 kommentarer
gamer83.de 20. sep. kl. 3:19 
I imported this XML to get rain and snow. But unfortunately, it's only snowing. Is it because of the temperature settings? They're from +2 to +8°C.
cynep  [udvikler] 20. sep. kl. 4:38 
@gamer83.de no, temps settings dont affect this. Make sure that "enable" parameter in that xml is set to 1. Also set "reset" to 1 to reset the server weather on restart, so it starts raining. Then return the "reset" value back to 0 to save the weather after restarts
gamer83.de 20. sep. kl. 8:48 
OMG! Thank you very much! I overlooked these two options when applying the values! It should work now! If you want to take a look:

Server IP: 193.135.10.138:20219
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50