Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 2.0.2
Fix missing content patcher format version
Version 2.0.1
A little more compatibility. Instead of modifying data in a fixed index, this modify it by targeting for ID.
Version 2.0.0
Overall: Instead of using dll files, I decided to use Content Patcher.
Therefore, the bug where Ginger Island's weather was set too will be fixed.
Added new mechanic: replace. If you use replace, occasions of snow will be replaced by instances of rain, and it will never snow. The remaining two mechanics are similar to the existing ones.
Version 1.1.1
Fixed an issue where the weather was set by the mod even when it was not winter, when not using snow duration
It rains in winter. (and never storms) Weather Report informs you of changed weather.
If "useSnowDuration" is true, it rains when it's not in specific duration(using "ChanceToRain_duration"), snows in the duration(using "ChanceToSnow_duration"). If false, both chance to rain and chance to snow applied as is, and chance to sunny is a value of 1 minus these two values.
Requires SMAPI, not uses Harmony patch. Source code is here
---------- for legacy only: If "useSnowDuration" is false, the lower chance is taken from the higher of the two. ex) if rain chance is 0.3, snow chance is 0.2, then actual rain chance is 0.1.