0 of 0

File information

Last updated

Original upload

Created by

jn64

Uploaded by

jn64

Virus scan

Safe to use

245 comments

  1. jn64
    jn64
    • premium
    • 52 kudos
    Locked
    Sticky
    FAQ

    Compatibility / patching / merging

    Patch for ____?

    Please make one and share with everyone :) You can also ask the other mod to adopt this mod's changes if you think it is better.

    How do I patch/merge it myself?

    You need to merge the changes of both mods' version of Data\interface\skyui\config.txt

    Details:
    Spoiler:  
    Show
    You can merge either way. Generally I would advise you to merge the other mod's changes into this mod, so you can easily enable/disable this mod. But if the other mod makes a lot of complicated changes, then it might be easier to merge this mod's changes into the other mod.

    Tip: Use a diff tool like Meld or WinMerge to compare and merge text files. Don't open 2 notepads like a milk drinker.

    Main things to look at are these lines:
    columns.iconColumn.state1.sortAttributes
    columns.iconColumn.state1.sortOptions
    columns.iconColumn.state2.sortAttributes
    columns.iconColumn.state2.sortOptions
    where I added timeRemaining and isEquipped

    and all the
    views.*.primaryColumn = iconColumn
    which is changing the default sort of every view to the iconColumn (sort by type)

    How do I merge if I have more than 2 conflicting mods?

    Diff tools like Meld and WinMerge can compare 3 files.

    Customisation / options

    I don't like sorting by type for certain views. How do I change it back to sort by name?

    Spoiler:  
    Show
    Set the primaryColumn of the view to itemNameColumn, magicNameColumn, or craftNameColumn.

    For example, to change Armor Crafting view to sort by name, find this line in the config.txt:

    views.craftArmorView.primaryColumn = iconColumn

    and change it to:

    views.craftArmorView.primaryColumn = craftNameColumn

    How do I disable the Value/Weight (V/W) column?

    Spoiler:  
    Show
    Find this line in the config.txt:
    columns.valueWeightColumn.hidden = false
    and change false to true.


    Other

    Can you also change the sorting of the Favorites menu?

    Not with a simple config. It would require modifying the Flash files (.swf), which is out of scope for this mod. Please check out other favorites mods or fast equipping systems like iEquip or Serio's Cycle Hotkeys.

    Does it work with Skyrim VR?

    I don't know. I don't use VR and nobody has given proper feedback (only 1 invalid bug report).
  2. jn64
    jn64
    • premium
    • 52 kudos
    Locked
    Sticky
    v1.0.1 update

    For Immersive Jewelry users:
    This mod is now compatible by default, no need to do anything.

    For Dear Diary OR Dear Diary + Immersive Jewelry users:
    I uploaded compatible version for Dear Diary 3.0.3. It is not tested.

    2022-01-08
    Uploaded compatible version for the new Dear Diary Dark Mode 1.0.0. It is not tested.
  3. Gransorg
    Gransorg
    • supporter
    • 2 kudos
    Hi jn64, I have a question about magic menu. If I want to make magic menu sort by magic level eg. master at the top, what should I type in config?

    THank you for the mod! REALLY helpful!
    1. jn64
      jn64
      • premium
      • 52 kudos
      Each view has one or more columns.
      Each column has one or more states; usually two states, arrow up (ascending) and arrow down (descending).
      Each state has one or more sortAttributes. All sortAttibutes are applied to that column, in order from left to right.
      Each item in sortAttributes must have a corresponding pair of sortOptions.

      Search for the view that contains the column for magic level.
      Search for that column name, it will be defined in another part of the file, separate from the views
      Figure out what the sortAttributes for magic level is called, and check if it's already in the icon column's sortAttributes.
      If it isn't, add it to the icon column's sortAttributes, add the corresponding sortOptions in the correct direction, and do it for both states.
      If it is, move it somewhere to the left of the list (move the corresponding sortOptions, and for both states. If you mess up the sortOptions, everything will be sorted wrongly in non-obvious ways).
    2. Gransorg
      Gransorg
      • supporter
      • 2 kudos
      Still couldn't figure out how to list from master to novice instead of novice to master, but I'm gonna keep trying.
      Thank you
    3. jn64
      jn64
      • premium
      • 52 kudos
      If you have it sorting by the magic level but in the wrong direction, just swap the direction of the specific sortOptions
    4. synisdead
      synisdead
      • member
      • 0 kudos
      Hello, I am just posting what worked for me for descending level in Magic View.

      First change views.defaultMagicView.primaryColumn to levelColumn, then switch sortOptions for both states in LEVEL COLUMN.

      Hope that helps.
  4. hancezhang
    hancezhang
    • member
    • 0 kudos
    我的MOD2软件在倒入这个压缩包后,为什么没有显示这个MOD
    1. jn64
      jn64
      • premium
      • 52 kudos
      请尝试重新下载。
      MOD 中只有 1 个文件,文件夹是正确的。
      如果仍有问题,请向 MO2 方面咨询软件问题。
  5. Seallv
    Seallv
    • member
    • 0 kudos
    Thank you for the mod! It sorts my items very nicely, feel relieved that i dont have to do this myself. Every time i go to vendor and look for soul gems or to a spell vendor and look what conjuration spells are available its hard to find it with my eyes, so i click sort by type and now i dont have to. And i go to vendors A LOT:)

    EDIT: But when i go to that spell vendor (court wizard for example) and look at what conjuration spells are available, i cannot differentiate conjuration spells from destruction, restoration and other schools. If vendor sells 100-200 spells, its hard to navigate to conjuration. I also dont know how to install (or if its possible with this mod) colored icons or some kind of tag which school of magic spell belongs to.

    So unfortunately i am trying out Aura mod that advertises that it does the same thing, but allows B.O.O.B.I.E.S for colored icons. Im sorry if im doing something wrong, maybe it was possible with Better SkyUI Config to do this as well.
  6. anothercocabonga
    anothercocabonga
    • member
    • 1 kudos
    If anyone have mods for more icons (and maybe without them) installed and gets weird/disappearing icons for rings/amulets/circlets, without having Immersive Jewelry installed, you need to completely remove ;jn: Immersive Jewelry
    ; =====================================================================================================================
    [Properties]
    ; =====================================================================================================================
    props.clothingIcon.propertiesToSet = <'iconLabel'>
    props.clothingIcon.filter = <'formType': Form.TYPE_ARMOR>
    props.clothingIcon.keywords.ClothingPouch = <'iconLabel': 'misc_goldsack', 'subTypeDisplay': 'Bag'>
    props.clothingIcon.keywords.CDC_StorageHelpersToken = <'iconLabel': 'misc_goldsack', 'subTypeDisplay': 'Bag'>
    props.clothingIcon.keywords.ClothingRing = <'iconLabel': 'armor_ring', 'subTypeDisplay': '$Ring'>
    props.clothingIcon.keywords.ClothingEarrings = <'iconLabel': 'armor_ring', 'subTypeDisplay': 'Earrings'>
    props.clothingIcon.keywords.ClothingEarCuffs = <'iconLabel': 'armor_ring', 'subTypeDisplay': 'Ear Cuffs'>
    props.clothingIcon.keywords.ClothingAmulet = <'iconLabel': 'armor_amulet', , 'subTypeDisplay': '$Amulet'>
    props.clothingIcon.keywords.ClothingCirclet = <'iconLabel': 'armor_circlet', , 'subTypeDisplay': '$Circlet'>
    props.clothingIcon.keywords.ClothingBracelet = <'iconLabel': 'armor_circlet', 'subTypeDisplay': 'Bracelet'>
    props.clothingIcon.keywords.ClothingCrown = <'iconLabel': 'armor_circlet', 'subTypeDisplay': 'Crown'>
    props.clothingIcon.keywords.ArmorTorc = <'iconLabel': 'armor_circlet', 'subTypeDisplay': 'Torc'>
    props.clothingIcon.keywords.JewelryTorc = <'iconLabel': 'armor_circlet', 'subTypeDisplay': 'Torc'>
    props.clothingIcon.keywords.ClothingChoker = <'iconLabel': 'armor_amulet', 'subTypeDisplay': 'Choker'>
    props.clothingIcon.keywords.ClothingHighNecklace = <'iconLabel': 'armor_amulet', 'subTypeDisplay': 'Necklace'>
    props.otherIcon.propertiesToSet = <'iconLabel'>
    props.otherIcon.filter = <'formType': Form.TYPE_MISC>
    props.otherIcon.keywords.CDC_StorageHelpersToken = <'iconLabel': 'misc_goldsack'>
    props.weaponIcon.propertiesToSet = <'iconLabel'>
    props.weaponIcon.filter = <'formType': Form.TYPE_WEAPON>
    props.weaponIcon.keywords.DLC2NordicPickaxe = <'iconLabel': 'weapon_pickaxe'>
    itemIcons = <clothingIcon, weaponIcon, otherIcon>
     section from the bottom of the config file.
    1. Kasteus
      Kasteus
      • member
      • 0 kudos
      thanks bro that helped.
    2. jlaMods
      jlaMods
      • member
      • 1 kudos
      ah and i wondered why my ring of hircine had no icon anymore. thx for the tip, this post should be stickied
    3. Vuka7
      Vuka7
      • member
      • 2 kudos
      Thanks! yeah this should be stickied agreed
  7. nexodexo
    nexodexo
    • member
    • 0 kudos
    I believe I found a bug that causes reading books/notes to actually read an item other than what is selected. When in the far left column sorting by Name (before the column changes to toggle between Equipped, Stolen, Enchanted), it seems that the visual list is not in sync with the actual item positions themselves. When I go to read an item while in the Name column, it actually reads a different item which could be bad if you're trying to save your skill books for later.

    This issue does not occur with any of the other columns, not even the toggle by Name. I verified this bug by uninstalling the mod and the issue goes away.

    It does not occur in any of the other item type tabs, so it always equips or consumes the selected item even in the far left Name column. It's only the book tab.
    1. jn64
      jn64
      • premium
      • 52 kudos
      This has been reported before. I can't link to a specific comment because this website sucks, so you'll have to look; just search on the page for "book". There were some workarounds discussed.

      I could not reproduce the problem. The config is correct in terms of syntax (I haven't accidentally mismatched the sorting option and direction for isRead, or something like that), so my best guess is it is a SkyUI bug exposed by the config, but I don't know why it only affects some people.
    2. jn64
      jn64
      • premium
      • 52 kudos
      I've moved that comment thread to the Bugs tab. If you have new info to add on this topic, please continue it there:
      https://www.nexusmods.com/skyrimspecialedition/mods/49095?tab=bugs&issue_id=828038
    3. nexodexo
      nexodexo
      • member
      • 0 kudos
      I just now saw your reply thanks to the site suckage as you mentioned. My OP may have been confusing. I said:

      before the column changes to toggle between Equipped, Stolen, Enchanted

      It reads better this way:

      the leftmost column just before the column that toggles between Name, Equipped, Stolen, Enchanted

      So it's not the toggle column that also has a Name sort option, but the binary column just before it all the way on the left.
  8. mumaoa
    mumaoa
    • member
    • 0 kudos
    [b]The position of the cursor when closing the backpack will make the next time the backpack is opened, no matter which item is clicked, it will jump to the position when the last closed, the problem disappears after uninstalling this mod, can you fix this bug? I love this mod
    1. jn64
      jn64
      • premium
      • 52 kudos
      There is nothing in this config that could cause such a problem.

      Are you using standard SkyUI or another UI replacement?
  9. reveredpharmacist
    reveredpharmacist
    • member
    • 0 kudos
    Amazing. Can't believe this isn't how SkyUI behaves by default - I mean even vanilla UI is organized like this sub-mod does
  10. Guizoca
    Guizoca
    • supporter
    • 1 kudos
    does it work with vr?
  11. JoacoAV
    JoacoAV
    • member
    • 1 kudos
    You have boosted my enjoyment of this game tenfold. Thank you so much.
  12. nihlo
    nihlo
    • premium
    • 2 kudos
    Great mod, thanks.
    Does anyone know if this:
    https://www.nexusmods.com/skyrimspecialedition/mods/112166
    is already included by now ?