A small utility mod that allows you to display the current weather ID.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
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 can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any 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
Script courtesy of Robinsage on the Nexus forums.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0
First Version
This is a small utility mod I made to help debug weather mods. It adds the Forecaster's Hat, that when equipped will show the current weather ID in the top left corner. You can either find the hat on top of a wall in Solitude (see pictures) or just use the console command
help "forecaster"
to get the item ID, and then
player.additem XXXXXXXX 1
to add the hat to your inventory.
The last thing to note is that the weather ID will be in decimal, meaning to convert it to the normal form just throw it into a decimal-to-hex converter such as this one.
Credit for the script goes to user Robinsage on the Nexus forums.