Configure weather conditions and behavior on your DayZ server using cfgweather.xml.
Controls whether to load weather from storage.
Controls whether this configuration is enabled.
Initial overcast conditions (0.0-1.0)
Initial fog conditions (0.0-1.0)
Initial rain conditions (0.0-1.0)
Initial wind speed in m/s
Initial wind direction in radians
Lightning storm density (0.0-1.0)
Overcast threshold for lightning (0.0-1.0)
Time between lightning strikes in seconds
<weather reset="0" enable="1">
<overcast>
<current actual="0.45" time="120" duration="240" />
<limits min="0.0" max="1.0" />
<timelimits min="600" max="900" />
<changelimits min="0.0" max="1.0" />
</overcast>
<fog>
<current actual="0.05" time="120" duration="240" />
<limits min="0.02" max="0.08" />
<timelimits min="900" max="900" />
<changelimits min="0.0" max="1.0" />
</fog>
<rain>
<current actual="0.0" time="60" duration="120" />
<limits min="0.0" max="1.0" />
<timelimits min="60" max="120" />
<changelimits min="0.0" max="1.0" />
<thresholds min="0.6" max="1.0" end="60" />
</rain>
<storm density="1.0" threshold="0.9" timeout="45"/>
</weather>