Thanks for the quick replies
The mod is great, i love how you included a way to tweak it to personal preferences
I made the changes you said and the catagory IDs worked, the damage/armor column only shows up in Favorites and All like i wanted
But sorting still doesnt work with it
It acts really odd
The sorting changes when i drop items
This is the order its in before i drop an item (its not right though, i have orcish arrows and iron arrows which werent sorted by damage and are still sorted by name):
http://i.imgur.com/pinc3.jpg
Then i drop the flawless garnet and it immediately changes to this sorting:
http://i.imgur.com/o9dQc.jpg
Some of the items went back into name sorting, while others like glass arrow, gualdur blackbow, and forsworn arrow stayed in damage sort but moved in the list
If i re-sort by damage it sorts it like the 2nd pic, i can close the inventory and re-open it and re-sort and it will sort like that, once i pick the flawless garnet up again it sorts like the first pic
This happens with any item i drop (or any new item i pick up) the order changes differently though, it seems to be based on where the item i dropped (or picked up) is on the list
Like the flawless garnet is above the forsworn arrow and the items that stayed in damage sorting jumped to where it was when it dropped
I dont expect you to fix this for me, youve already done more then enough
I dont even really need it since im a mage and have very few weapons and no real need for armor values (others may find it useful for the favorites list if it can work)
Im happy enough having the value and v/w columns separated
Id rather you spend time on the magic menu (and/or container/barter menus) rather then alternate cfg configurations
But heres my cfg if your curious:
; =====================================================================================================================[SearchBox]; =====================================================================================================================hotkey = 32 ; SPACEautoupdate.enable = trueautoupdate.delay = 0; =====================================================================================================================[ItemInfo]; =====================================================================================================================itemcard.align = centeritemcard.xOffset = 0itemcard.yOffset = 0itemicon.xOffset = 0itemicon.yOffset = 0itemicon.scale = 1.5; =====================================================================================================================[ItemList] ; =====================================================================================================================entry.width = 525; Format defaults ------------------------------------------------------------------------------------------entry.format.font = '$ListFont'entry.format.align = leftentry.format.color = 0xffffff;entry.format.bold = falseentry.format.italic = falseentry.format.underline = falseentry.format.size = 14entry.format.letterSpacing = 0.8entry.format.kerning = falseentry.format.leftMargin = 0entry.format.rightMargin = 0entry.format.indent = 0entry.format.leading = 0label.format.font = '$EverywhereMediumFont'label.format.align = leftlabel.format.color = 0xfffffflabel.format.bold = falselabel.format.italic = falselabel.format.underline = falselabel.format.size = 12label.format.letterSpacing = 0.8label.format.kerning = falselabel.format.leftMargin = 0label.format.rightMargin = 0label.format.indent = 0label.format.leading = 0; ICONS ------------------------------------------------------------------------------------------equipColumn.type = EQUIP_ICONequipColumn.passive = trueequipColumn.indent = -28;equipColumn.label.text = ' 'equipColumn.icon.size = 18equipColumn.border = <0, 10, 3, 3> ; left right top bottomiconColumn.type = ITEM_ICONiconColumn.passive = trueiconColumn.icon.size = 18iconColumn.label.text = ' 'iconColumn.border = <0, 2, 3, 3> ; left right top bottom; NAME COLUMN -------------------------------------------------------nameColumn.type = NAMEnameColumn.states = 4nameColumn.weight = 0.55nameColumn.border = <0, 0, 1.1, 0> ; left right top bottomnameColumn.state1.label.text = 'NAME'nameColumn.state1.entry.text = @textnameColumn.state1.sortOptions = {ASCENDING | CAtiksENSITIVE}nameColumn.state2.label.text = 'EQUIPPED'nameColumn.state2.entry.text = @textnameColumn.state2.sortAttributes = nameColumn.state2.sortOptions = <{DESCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>nameColumn.state3.label.text = 'STOLEN'nameColumn.state3.entry.text = @textnameColumn.state3.sortAttributes = nameColumn.state3.sortOptions = <{DESCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>nameColumn.state4.label.text = 'ENCHANTED'nameColumn.state4.entry.text = @textnameColumn.state4.sortAttributes = nameColumn.state4.sortOptions = <{DESCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>; ARMOR COLUMN -------------------------------------------------------arColumn.type = TEXTarColumn.states = 2arColumn.weight = 0.15arColumn.border = <0, 3, 1.1, 0> ; left right top bottomarColumn.label.format.align = rightarColumn.entry.format.align = rightarColumn.state1.label.text = '$ARMOR'arColumn.state1.label.arrowDown = truearColumn.state1.entry.text = @infoArmorarColumn.state1.sortAttributes = arColumn.state1.sortOptions = <{DESCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>arColumn.state2.label.text = '$ARMOR'arColumn.state2.entry.text = @infoArmorarColumn.state2.sortAttributes = arColumn.state2.sortOptions = <{ASCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>; DAMAGE COLUMN -------------------------------------------------------damageColumn.type = TEXTdamageColumn.states = 2damageColumn.weight = 0.15damageColumn.border = <0,3,1.1,0> ; left right top bottomdamageColumn.label.format.align = rightdamageColumn.entry.format.align = rightdamageColumn.state1.label.text = '$DAMAGE'damageColumn.state1.label.arrowDown = truedamageColumn.state1.entry.text = @infvckmagedamageColumn.state1.sortAttributes = damageColumn.state1.sortOptions = <{DESCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>damageColumn.state2.label.text = '$DAMAGE'damageColumn.state2.entry.text = @infvckmagedamageColumn.state2.sortAttributes = damageColumn.state2.sortOptions = <{ASCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>; WEIGHT COLUMN -------------------------------------------------------weightColumn.type = TEXTweightColumn.states = 2weightColumn.weight = 0.15weightColumn.border = <0, 3, 1.1, 0> ; left right top bottomweightColumn.label.format.align = rightweightColumn.entry.format.align = rightweightColumn.state1.label.text = '$WEIGHT'weightColumn.state1.label.arrowDown = trueweightColumn.state1.entry.text = @infoWeightweightColumn.state1.sortAttributes = weightColumn.state1.sortOptions = <{DESCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>weightColumn.state2.label.text = '$WEIGHT'weightColumn.state2.entry.text = @infoWeightweightColumn.state2.sortAttributes = weightColumn.state2.sortOptions = <{ASCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>; VALUE COLUMN -------------------------------------------------------valueColumn.type = TEXTvalueColumn.states = 2valueColumn.weight = 0.15valueColumn.border = <0, 3, 1.1, 0> ; left right top bottomvalueColumn.label.format.align = rightvalueColumn.entry.format.align = rightvalueColumn.state1.label.text = '$VALUE'valueColumn.state1.label.arrowDown = truevalueColumn.state1.entry.text = @infoValuevalueColumn.state1.sortAttributes = valueColumn.state1.sortOptions = <{DESCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>valueColumn.state2.label.text = '$VALUE'valueColumn.state2.entry.text = @infoValuevalueColumn.state2.sortAttributes = valueColumn.state2.sortOptions = <{ASCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>; VALUE/WEIGHT COLUMN -------------------------------------------------------VWColumn.type = TEXTVWColumn.states = 2VWColumn.weight = 0.15VWColumn.border = <0, 3, 1.1, 0> ; left right top bottomVWColumn.label.format.align = rightVWColumn.entry.format.align = rightVWColumn.state1.label.text = 'V/W'VWColumn.state1.label.arrowDown = trueVWColumn.state1.entry.text = @infoWeightValueVWColumn.state1.sortAttributes = VWColumn.state1.sortOptions = <{DESCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>VWColumn.state2.label.text = 'V/W'VWColumn.state2.entry.text = @infoWeightValueVWColumn.state2.sortAttributes = VWColumn.state2.sortOptions = <{ASCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>; DAMAGE/ARMOR COLUMN -------------------------------------------------------DAColumn.type = TEXTDAColumn.states = 4DAColumn.weight = 0.15DAColumn.border = <0,3,1.1,0> ; left right top bottomDAColumn.label.format.align = rightDAColumn.entry.format.align = rightDAColumn.state1.label.text = '$DAMAGE'DAColumn.state1.label.arrowDown = trueDAColumn.state1.entry.text = @infvckmageDAColumn.state1.sortAttributes = DAColumn.state1.sortOptions = <{DESCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>DAColumn.state2.label.text = '$DAMAGE'DAColumn.state2.entry.text = @infvckmageDAColumn.state2.sortAttributes = DAColumn.state2.sortOptions = <{ASCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>DAColumn.state3.label.text = '$ARMOR'DAColumn.state3.label.arrowDown = trueDAColumn.state3.entry.text = @infoArmorDAColumn.state3.sortAttributes = DAColumn.state3.sortOptions = <{DESCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>DAColumn.state4.label.text = '$ARMOR'DAColumn.state4.entry.text = @infoArmorDAColumn.state4.sortAttributes = DAColumn.state4.sortOptions = <{ASCENDING | NUMERIC}, {ASCENDING | CAtiksENSITIVE}>; VIEWS -------------------------------------------------------defaultView.primaryColumn = nameColumndefaultView.columns = weaponView.primaryColumn = nameColumnweaponView.columns = weaponView.category = CAT_WEAPONSarmorView.primaryColumn = nameColumnarmorView.columns = armorView.category = CAT_ARMORfavView.primaryColumn = nameColumnfavView.columns = favView.category = 1allView.primaryColumn = nameColumnallView.columns = allView.category = 1023views =
And some more odd behavior that may be a bug
If i hover over an item and scroll up then hover over another item the item i had hovered over previously will jump to the bottom of the list
In this pic i hovered over Orcish Arrow, which is pretty far down on this list then scrolled back up to the items that were sorted without hovering over any other item:
http://i.imgur.com/VPxor.jpg
Then i hovered over any other item and orcish arrow jumped to the bottom of what i could see on the list:
http://i.imgur.com/Ilh62.jpg
I tested this in misc and it happens there too, without my column, so i think it isnt related to what im trying to do and may be a minor visual bug with the mod
To reproduce it:
Select a category where you have a scroll bar
Scroll down and hover over an item with your mouse so that you can see its item info on the right
Without hovering over any other item scroll up until the item you hovered over is off screen
Hover over any other item
The item you had hovered over before scrolling up will jump up to the bottom of your list
Once you scroll again or try to select the item that jumped up it will go back to normal