Page MenuHomeFeedback Tracker

Invisible Rain / Rain Desync
Closed, ResolvedPublic

Description

When editing the weather.xml it causes invisible rain to happen, resulting in players enjoying the sunshine in the open but then been drenched few minutes later even though there is sunshine / not rain visible on screen

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Gameplay
Steps To Reproduce

Use this weather file and many others similar or not.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<weather reset="1" enable="1">

<overcast>
    <current actual="0.0" time="120" duration="340" />
    <limits min="0.0" max="1.0" />
    <timelimits min="900" max="1800" />
    <changelimits min="0.0" max="1.0" />
</overcast>
<fog>
    <current actual="0.1" time="100" duration="120" />
    <limits min="0.0" max="1.0" />
    <timelimits min="500" max="1200" />
    <changelimits min="0.0" max="0.75" />
</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.0" time="120" duration="240" />
    <!-- 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="600" />
    <!-- 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.5" max="1.0" end="120" />
</rain>
<wind>
    <maxspeed>60</maxspeed>
    <params min="0.5" max="1.0" frequency="30" />
</wind>
<storm density="9.0" threshold="0.7" timeout="20"/>

</weather>

Additional Information

PlayStation 5

Event Timeline

Khaibrown1 edited Additional Information. (Show Details)
Geez changed the task status from New to Confirmed Internally.Oct 30 2023, 10:02 AM

Hey @Geez, thanks for testing internally, if you require any more
Information let me know, as for instance on some players screens it will be raining then another player across
The map will experience dry weather but still get soaked clothing :)

Geez added a comment.Nov 1 2023, 12:22 PM

Thank you. Currently we do not need any other info as we have managed to produce this on our end and fix is being worked on :).

Great to here! I’m hoping this will be after the 1.23 release, as there is a lot of capabilities people can do with the weather file and this specific bug is annoying :)

Hello @Geez, do you know when a fix for this bug will be? I didn’t see anything in the latest patch notes

Geez closed this task as Resolved.Dec 4 2023, 1:45 PM
Geez claimed this task.

Hello everyone.
The issue is resolved for the 1.24 update.