Rev
778fceac26
rewrite the mod logic to including looping over the weather sets and overriding weather items
Choose the weather
Choose from the list the weather you want. If you want your own weather setting then please choose 'custom' from the list and then modify the settings to your liking
If you decided to make your own custom weather settings then please choose values between min and max for each weather config part.
"cloud": {
"min": -1.5,
"max": 1.5
},
"wind_speed": {
"min": 0,
"max": 3
},
"wind_direction": {
"min": 0,
"max": 3
},
"wind_gustiness": {
"min": 0,
"max": 1
},
"rain": {
"min": 1,
"max": 4
},
"rain_intensity": {
"min": 0.1,
"max": 1
},
"fog": {
"min": 0.002,
"max": 0.15
},
"temp": {
"min": 0,
"max": 16
},
"pressure": {
"min": 760,
"max": 764
}
Description
Languages
JavaScript
100%