Revingly added a new file:
QuoteDisplay MoreChoose 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
How to install:
- download the zip file
- extract the zip file
- put the extracted folder into user/mods
- play
UPDATE (v4.0):
Remove senko-modapi dependency
Refactor the code and make static with a different approach to generating the weather
UPDATE (v3.0):
This mod now relies on Senko mod api to load as last mod in the list to avoid other mods overriding weather data
UPDATE (v2.0):
The mod is completely rewritten. What changed?
The custom setting to set your own weather has been moved to weatherSets.json, so please copy your custom settings values there for it to work on version 2
config.json now has 2 new options, "random" and "overrides"
random: select a random weather each time you go into a raid
overrides: override weather settings to stay always the same values across all weather sets
If you decided to make your own custom weather settings then please choose values between min and max for each weather config part.
Please try to follow the value types as you see them in the list below meaning if the min/max values have a decimal point then try to keep those numbers behind the dot and if the min/max values don't have numbers after the dot then you don't have to add anything
Code"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 // very heavy fog => you can't see shit }, "temp": { "min": 0, "max": 16 }, "pressure": { "min": 760, "max": 764 }