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:
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).
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).
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.
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.
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.
[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
245 comments
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:
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
where I added timeRemaining and isEquippedcolumns.iconColumn.state1.sortOptions
columns.iconColumn.state2.sortAttributes
columns.iconColumn.state2.sortOptions
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?
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?
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).
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.
THank you for the mod! REALLY helpful!
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).
Thank you
First change views.defaultMagicView.primaryColumn to levelColumn, then switch sortOptions for both states in LEVEL COLUMN.
Hope that helps.
MOD 中只有 1 个文件,文件夹是正确的。
如果仍有问题,请向 MO2 方面咨询软件问题。
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.
;jn: Immersive Jewelry
section from the bottom of the config file.; =====================================================================================================================
[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>
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.
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.
https://www.nexusmods.com/skyrimspecialedition/mods/49095?tab=bugs&issue_id=828038
It reads better this way:
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.
Are you using standard SkyUI or another UI replacement?
Does anyone know if this:
https://www.nexusmods.com/skyrimspecialedition/mods/112166
is already included by now ?