File information

Last updated

Original upload

Created by

testiger2

Uploaded by

testiger2

Virus scan

Safe to use

790 comments

  1. testiger2
    testiger2
    • member
    • 191 kudos
    Locked
    Sticky
    Update to v1.5

    Version 1.5
    --------------
    About the new Ring Mechanics:

    It should be quite obvious that you can't use the new mechanic on rings from other mods.
    The menu should not open unless the ring can be swapped.
    If it does though in some instances where the conditions are met for whatever reasons the menu funtion will simply do nothing and no harm is done.

    Also i have not included ring of hircine, namira and rings from the dlc's yet (will come at some point maybe). So keep that in mind

    If you plan to create compatibility patches with other mods feel free to pm me and i can explain in detail what needs to be done.

    Version 1.5.3
    ----------------
    I reworked the Lvl List scripts so you hopefully no longer get CTDs. I advice you to do a clean mod install and use a clean savegame (or at least save withouth the mod before updating). For those who still have CTDs with this version you can try the patch under the optional files.
    Please report any issues as detailed as possible so i can try to fix stuff
  2. testiger2
    testiger2
    • member
    • 191 kudos
    Locked
    Sticky
    Planned Features

    With 1.4 the To-do-list got significantly smaller but there is still stuff i consider doing.

    - Circlets (planned)

    - HDT Earrings (planned/ will most likely be female only)

    - any spontaneous ideas i might come up with or someone suggests

    I read every comment and feedback and i appreciate all the nice comments you leave - a lot -
    Thank you to all who support this mod.
  3. testiger2
    testiger2
    • member
    • 191 kudos
    Sticky
    For Bug related issues READ THIS

    General Behaviour
    -------------------------
    I think i need to make some things clear because there are always some people who don't seem to get the concept here.
    Everyone gets it - bugs are more annoying and sometimes frustrating - BUT that doesn't mean you can come here and complain and whine all over the comments section.
    Comments like 'getting CTDs this mod sucks' or 'i'm having bugs pls help' do nothing for solving the actual problem and thus will be ingored by me.
    I cannot read minds, so if you want your problem solved be SPECIFIC about it:
    - what version of your game/SKSE is installed? (the latest i hope)
    - what parts/modules/versions of the mod do you even use
    - do you use compatibility patches/tweaked files not provided by me
    - do you use any other mods that may be conflicting/load order
    - can you reproduce the bug
    - can you post stuff like script logs that may help
    - etc.
    Remember your bug reports are not for me to feel good but rather for you and for other players so you can play. Behave accordingly!!

    CTDs
    ------
    Good news for those who have save/load related CTDs with this mod. I found the cause and it seems to be a bug with the AddForm command in Papyrus. This is used for the leveled list feature in the Replacer,Standalone and Bracelets modules.
    Now the bug seems to be quite random as some seem to get it while others don't so if anyone knows more please let me now.

    For those who can live without the leveled list feature you can download a fix in the misc section

    Items not visible/unequipping/Vanilla looks
    -----------------------------------------------------------
    For items that keep unequipping or are not directly visible it is likely a Bodyslot thing
    Dual sheath Redux for example uses the same slot as the left handed rings (#60)

    For those having vanilla looks or similar problems it is most likely a load order thing.
    1. Rengaf
      Rengaf
      • member
      • 0 kudos
      I can not put more than one ring.
    2. awjnash
      awjnash
      • premium
      • 13 kudos
      Make sure that you have the correct one in your inventory. If you open the console and type " signet " you will see that certain rings are assigned a particular finger. Add the ring that is designed for that particular finger to your inventory. Hope this helps!
    3. kounzodez
      kounzodez
      • premium
      • 1 kudos
      awjnash, HOW?
    4. Vyxenne
      Vyxenne
      • premium
      • 620 kudos
      Just typing signet in the console doesn't do anything because 'signet' is not a valid Skyrim Console command and also because you must press Enter after typing any console command into the command-entry field, so merely typing something into the console without pressing Enter afterwards is an exercise in futility.

      You need to enter (not just type) help signet 0 (the last character is a zero, not an upper-case o) and you will get a list of all objects in the game with 'signet' in their names, including scripts, spells, magic effects, quests, potions, cells, NPCs, etc. Console entries are not case-sensitive, so 'help signet 0' is functionally identical to 'hELp SigNeT 0.'

      The help search is a partial-string search, so the above help command will also return 'Signet-Eating Clam' or 'Wench Marla Signetica' if those obejcts actually exist in your game. Thus, if you can't spell 'signet,' you could enter help sig 0 and it will return everything in the game with 'sig' in its name. This type of laziness can produce some stupefyingly-long lists that exceed the console's maximum list-line limits, so it is generally not good practice.

      Help-search items displayed are sorted by Object Type and then FormID. All equippable items are Object-Type ARMO and are all grouped together, so use PgUp and PgDn to quickly scroll to the ARMO items in the list if they're not immediately visible due to the length of the list. Within the Object-Type ARMO listings, items are sorted by FormID, not alphabetically. The first two characters of all FormIDs represent their plugin's load order in hexadecimal notation. You can easily find any plugin's load-order sequence number on the Plugins tab of NMM. Skyrim.esm is always load-order 00, and Update.esm is usually 01. After that it depends on which DLCs, patches and mods you have, so non-vanilla plugin load orders (and hence FormIDs) vary widely from user to user and cannot be predicted, which is why nobody here can tell you what YOUR FormID is for the coveted 'Signet of Outrageous Pulchritude.'

      So, if DovahBling's hex load order in your installation was, for example, 9f, you could easily find all of DovahBling's equippable items sorted together for your convenience because they will all begin with 'ARMO 9f' and then the last 6 digits of the FormID, like 'ARMO 9f03b6e3' (for example.)

      Alternatively, if you are merely trying to obtain the FormID of an item whose exact name you know, you can enter help "Basketball of Tyrone Shoelaces" 0 and you will get a short list showing only those items with that exact text in their name. Note that you must enclose your search term in quotes if it contains a space.

      Leading zeroes in FormIDs may be ignored, so if you wanted to add an Amulet of Dibella (ARMO 000c8915) to your inventory using the console, you could enter player.additem 000c8915 1 or omit the leading zeroes and simply enter player.additem c8915 1.

      Thus endeth today's lesson. Tune in tomorrow, when we will explore the burning question "Is the Torso01's NiTriShape BSDismemberSkinInstance NiNode 'NPC L Breast' really that much cuter than her other one?"
    5. testiger2
      testiger2
      • member
      • 191 kudos
      That last sentence made me laugh
    6. NeoNord
      NeoNord
      • supporter
      • 50 kudos
      Thank you Vyxenne and Testiger2 , it is (unfortunately) rare to find people who are not only creative and knowledgeable about the techniques needed to create and use mods and also adept enough in the use of language to explain it to those not as knowledgeable and kind enough to take the time to do so and even interject some humor. You both are in that rarified population and we are blessed to have you both here. You have my thanks and my fervent wish that you will continue to grace this place with your talents, you are a gift to us all.
  4. masterkairi0
    masterkairi0
    • member
    • 0 kudos
    did you ever fully stop the CTD's ? i personally never got them with your mod in LE and im still gonna install this right nwo in a current save and if i get it i will remove the leveled lists with a patch to see if that helps ...what is the leveled list for exactly i know i can prolly look it up but i bet your answer is more in depth
  5. TalRasha99
    TalRasha99
    • member
    • 0 kudos
    is there a plan to port this to SE as well? :)
    1. Xeron222
      Xeron222
      • premium
      • 4 kudos
      + 1
    2. pvpgirl
      pvpgirl
      • supporter
      • 9 kudos
      +1
    3. Henessy4ever
      Henessy4ever
      • member
      • 3 kudos
      I have the SE version (ported by me xD) and it works fine :D i have the replacer version of the mod
    4. boomfire21
      boomfire21
      • member
      • 0 kudos
      Would you mind uploading it? I have no idea how to do it and the mod has been kinda abandoned since 2016...
    5. Jetsky33
      Jetsky33
      • member
      • 1 kudos
      Hi I'm interested in the ported version as well in case you can share it
    6. izanagi33
      izanagi33
      • member
      • 6 kudos
      I would also like the SE Version as well.
    7. samanthashizzle
      samanthashizzle
      • supporter
      • 3 kudos
      +1
    8. Henessy4ever
      Henessy4ever
      • member
      • 3 kudos
      Sorry for the delay in responding, work has me busy. Those who want the port to SE send me a message and I'll gladly share it with you :D
    9. deleted80505168
      deleted80505168
      • account closed
      • 0 kudos
      Please Share with me
    10. Kultie
      Kultie
      • premium
      • 0 kudos
      do you still have the port?
    11. Kultie
      Kultie
      • premium
      • 0 kudos
      PLS SEND
    12. SkyKatarsis
      SkyKatarsis
      • supporter
      • 62 kudos
      Just open and save in CK, it works.
    13. kamikad3e123
      kamikad3e123
      • member
      • 8 kudos
      +1
    14. vohica
      vohica
      • member
      • 1 kudos
      +1
    15. Griffinrip2019
      Griffinrip2019
      • supporter
      • 0 kudos
      +1
    16. Akatsukixx
      Akatsukixx
      • premium
      • 3 kudos
      Do you mind sharing to the SE files to me as well?
    17. wgiteboipapi
      wgiteboipapi
      • premium
      • 0 kudos
      pls send me it too thank you
    18. Nallunine
      Nallunine
      • member
      • 0 kudos
      Hii, could you please share it with me too?
  6. It actually works very well with Skyrim SE in both first and 3rd person. Playing with the newest version from steam too
  7. WordAvenger
    WordAvenger
    • member
    • 1 kudos
    I just downloaded this and experimented with it. My followers won''t equip the left-handed Diamond Ring. Am I doing something wrong?
  8. Colleenfrances
    Colleenfrances
    • supporter
    • 5 kudos
    Seems to be working on SE but I can't get the HDT female meshes to work. They don't move at all lol
  9. SilverstarGaming
    SilverstarGaming
    • member
    • 1 kudos
    Does anyone know how to get the Bond of Matrimony rings to work for spouses? They just refuse to equip theirs. No idea why. Ported this to SE myself, in case it matters.
  10. Perchè non li hai fatti anche per le caviglie? sarebbero perfetti. 
  11. Zubeyda
    Zubeyda
    • member
    • 0 kudos
    How to equip multiple rings?
    To switch fingers:- open your inventory- select the desired ring and hold the right mouse button- a menu will open up you can now choose your desired position.
    It does not help. The menu does not appear.
    1. Jareth77
      Jareth77
      • member
      • 1 kudos
      Same. No menu. Uhh, I even switched to use of keyboard & mouse, so I could specifically hold down the right mouse button, though no menu.
      The Signet Ring for Whiterun looks great though!!
      I mean, it looks great, though I'm not getting a multiple ring option menu, not actually.
  12. adadnirari
    adadnirari
    • member
    • 0 kudos
    What mod did you use to show the rings in third person?
    I can only see the two amulets
  13. mofailed999
    mofailed999
    • member
    • 11 kudos
    se port got taken down fast but i already downloaded it now i don't know why they took it down. Is it safe to use on AE now?
    1. lilfoxtrot
      lilfoxtrot
      • premium
      • 10 kudos
      I have heard that this mod is a script nightmare.  I personally would avoid....there are other mods that do similar with less.  Perhaps try Amulets of Skyrim.  They have rings included for the Left hand so you can wear a ring on each hand.
    2. samanthashizzle
      samanthashizzle
      • supporter
      • 3 kudos
      Wonder if possible to use this mod without the scripts. Want to use as a replacer for vanilla gold and silver necklaces.
    3. aron19913
      aron19913
      • supporter
      • 3 kudos
      i converted it with CAO and played it for over a year with it, and there was literally no problem at all.