Brouillard dans DayZ, un fichier météo prêt à l’emploi qui ajoute un Brouillard permanent sur la map.
Vous pouvez télécharger le fichier ou simplement utiliser le code ci dessous dans votre fichier cfgweather.xml
<weather reset="1" enable="1">
<overcast>
<current actual="0.2" time="120" duration="240"/>
<limits min="0.2" max="0.3"/>
<timelimits min="900" max="1800"/>
<changelimits min="0.0" max="0.1"/>
</overcast>
<fog>
<current actual="1.0" time="1800" duration="1800" />
<limits min="0.0" max="1.0" />
<timelimits min="0.1" max="0.2" />
<changelimits min="0.1" max="0.2" />
</fog>
<rain>
<current actual="0.0" time="120" duration="240"/>
<limit min="0.0" max="0.1"/>
<timelimits min="900" max="1800"/>
<changelimits min="0.0" max="0.1"/>
<thresholds min="0" max="0.1" end="1"/>
</rain>
<wind>
<maxspeed>10</maxspeed>
<params min="0" max="0.5" frequency="30"/>
</wind>
<storm density="0.5" threshold="0.7" timeout="25"/>
</weather><?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<weather reset="1" enable="1">
<overcast>
<current actual="1.0" time="1" duration="1800" />
<limits min="0.0" max="1.0" />
<timelimits min="0.1" max="0.2" />
<changelimits min="0.1" max="0.2" />
</overcast>
<fog>
<current actual="1.0" time="1800" duration="1800" />
<limits min="0.0" max="1.0" />
<timelimits min="0.1" max="0.2" />
<changelimits min="0.1" max="0.2" />
</fog>
<rain>
<current actual="1.0" time="1" duration="1800" />
<limit min="0.9" max="1.0" />
<timelimits min="0.1" max="0.2" />
<changelimits min="0.1" max="0.2" />
<thresholds min="0.0" max="1.0" end="1800" />
</rain>
<wind>
<maxspeed>20</maxspeed>
<params min="0.0" max="1.0" frequency="30" />
</wind>
<storm density="1.0" threshold="0.7" timeout="25"/>
</weather>
Avis
Il n’y a pas encore d’avis.