If you set rain it will eventually phase out while setFog and setOvercast will stay on the value you set it. Considering setRain has transition param this should not happen.
Description
Description
Details
Details
- Legacy ID
- 2358962604
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
type
skipTime -24;
86400 setOvercast 1;
skipTime 24;
0 setRain 1
in debug console
then type
hint str rain
execute this every so often and you will see rain value decreases.