[REQ] Mod to wear 2 rings

Post » Sun May 27, 2012 3:55 pm

I'm looking for a mod that specifically allows the player to wear 2 (and only 2) rings maximum. The only mod that changes this type of behavior i've found is "http://skyrim.nexusmods.com/downloads/file.php?id=1952", however this mod simply lets you equip however many rings/amulets you want, which in my humble opinion is silly. I'm looking for a mod that lets the player wear 2 rings max, and that preferably shows both rings (if 2 are equipped), one on each hand.

I'm not sure, but if only 1 ring shows at a time, perhaps some CK trickery and/or SKSE might be needed to show both properly.

If anyone knows how to do this without too much trouble, if they could simply explain it I can try to do it myself. I can use the CK to a small extent but know nothing about SKSE scripting. Any help is appreciated.
User avatar
Laura Mclean
 
Posts: 3471
Joined: Mon Oct 30, 2006 12:15 pm

Post » Sun May 27, 2012 2:15 pm

Although http://www.gamesas.com/topic/1371668-relwip-limiteditems/ is larger in scope than what you are looking for it does offer a solution.

http://www.gamesas.com/topic/1371668-relwip-limiteditems/ - By ekroemer
User avatar
Dj Matty P
 
Posts: 3398
Joined: Sat Jun 09, 2007 12:31 am

Post » Sun May 27, 2012 1:41 am

Although http://www.gamesas.com/topic/1371668-relwip-limiteditems/ is larger in scope than what you are looking for it does offer a solution.

http://www.gamesas.com/topic/1371668-relwip-limiteditems/ - By ekroemer

I downloaded and had a look at that mod, unfortunately it does a whole lot of inventory management I don't want, and it requires the unlimited rings mod to even enable the maximum of 2 rings. I don't have the skill to open up the papyrus script and delete the pieces I don't need and leave the ones I do sadly.

I appreciate your suggestion though.
User avatar
BrEezy Baby
 
Posts: 3478
Joined: Sun Mar 11, 2007 4:22 am

Post » Sun May 27, 2012 8:46 am

It would be nice if we could equip two rings and see them displayed visualy like in Oblivion. I realy can't understand why they limited us to 1 ring, it seems like a silly mistake to me.
User avatar
Unstoppable Judge
 
Posts: 3337
Joined: Sat Jul 29, 2006 11:22 pm

Post » Sun May 27, 2012 10:23 am

As the attributes disappeared, there are far less enchantments in the game, thus two rings at once is not needed.
User avatar
MISS KEEP UR
 
Posts: 3384
Joined: Sat Aug 26, 2006 6:26 am

Post » Sun May 27, 2012 11:43 am

I downloaded and had a look at that mod, unfortunately it does a whole lot of inventory management I don't want, and it requires the unlimited rings mod to even enable the maximum of 2 rings. I don't have the skill to open up the papyrus script and delete the pieces I don't need and leave the ones I do sadly.

I appreciate your suggestion though.
The inventory management should be no problem, I only use part of the mod, myself. You'll just have to set all configuring variables but the one for rings to -1 (you can even put this into a file, for example LI_RingsOnly and call it from the console typing "bat LI_RingsOnly"):
set EK_GlobMaxNumArrows		to -1set EK_GlobMaxNumLockPicks	 to -1set EK_GlobMaxNumPotions	   to -1set EK_GlobMaxNumBoots		 to  -1set EK_GlobMaxNumGauntlets	 to  -1  set EK_GlobMaxNumCuirasses	 to  -1  set EK_GlobMaxNumShields	   to  -1  set EK_GlobMaxNumHelmets	   to  -1  set EK_GlobMaxNum1H			to  -1  set EK_GlobMaxNum2H			to  -1  set EK_GlobMaxNumDaggers	   to  -1  set EK_GlobMaxNumRingsEquipped to  2
You'll need an unlimited rings mod, though, I tested with Skyrim_Unlimited_Rings_And_Amulets_1_5-6703.
User avatar
priscillaaa
 
Posts: 3309
Joined: Sat Dec 30, 2006 8:22 pm

Post » Sun May 27, 2012 12:56 pm

As the attributes disappeared, there are far less enchantments in the game, thus two rings at once is not needed.

I disagree with that. It feels wrong getting less and less slots for customisation each game. It's kinda depressing.

Like, I was upset that we lost slots in Oblivion from morrowind, but felt that it was made up for by having two visable rings and an amulet. It was cool to actualy see them displayed.
But now, having greaves and cuirass combined, and only one ring slot feels like a slap in the face.
User avatar
Lori Joe
 
Posts: 3539
Joined: Tue Jun 20, 2006 6:10 am


Return to V - Skyrim