REQUIRES SKSE
skyrim.nexusmods .com/mods/25516/
steamcommunity .com/sharedfiles/filedetails/?id=102896158
(how do I make these actual links? The forum says I'm not allowed to post links)
FAQ
-Does this mod conflict with any mods?
Not that I know of. This mod doesn't make use of any biped object slots for the second ring, and doesn't modify the vanilla rings at all. I haven't encountered any conflicts but if you do please report them and I will try and fix it.
-Can you see both rings on my character?
No. Only one ring will show up at a time. As far as I can determine displaying the second ring would require modifying the models for all the player races and that would be both a ton of work and a compatability nightmare.
-Help my ring isn't showing up on my character's model!
Sometimes that happens. You should still get all the benefits of having both rings equipped. I'm looking into why it happens but it is probably an engine limitation.
-Does this use the EquipItem() function or have problems with player made enchantments?
No, this mod does not use EquipItem and does not handle any of the equipping or removing of rings itself. I have tested player made enchantments on both rings and have not seen any bugs.
-Does this mod add duplicate rings (left handded rings)?
No. This mod does not add or modify any items. Everything is handled through a script.
-Does this mod work with modded rings?
Yes, this mod should work fine with any mod that adds or modifies rings so long as the mod does not change the fundamental working of the rings.
-Does this mod work with Left Handed Rings?
It should. I haven't tested it but since the added rings don't go in the default ring slot I don't think there will be any conflict.
-How does your mod work?
I've included the source for the script in the Nexus download if you want to see the details. In short it catches when you equip a ring, checks if it has a stored ring and if not removes the slotmask of the ring you just equipped and stores it. Then when you remove a ring it checks if it was the stored one and if so resets its slotmask and clears its storage.