Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

LordSesshomaru

Uploaded by

lilebonymace

Virus scan

Safe to use

70 comments

  1. FluffyNexusMods
    FluffyNexusMods
    • member
    • 1 kudos
    Nice mod! Kinda incredible that this was not in the base game from day 1..

    So far works for me in 1.6.1170!
  2. ferstreal
    ferstreal
    • premium
    • 3 kudos
    Nice!

    Only thing to do with Dear Diary is to subsitute the font color settings in your config.txt with DDs color settings and load it after DD.
    1. Aendruu
      Aendruu
      • supporter
      • 11 kudos
      My extremely belated thanks, ferstreal!
    2. Henamor
      Henamor
      • member
      • 0 kudos
      There is an easy way to get this for Dear Diary or the like.  Just open your Dear Diary mod folder and go to Interface, skyui, then find config.txt and open with notepad. Scroll down to around line 120 and you will see lines of code like this.columns.itemNameColumn.state1.label.text = '$NAME'
      columns.itemNameColumn.state1.entry.text = @text
      columns.itemNameColumn.state1.sortOptions = {ASCENDING | CASEINSENSITIVE}

      columns.itemNameColumn.state2.label.text = '$EQUIPPED'
      columns.itemNameColumn.state2.entry.text = @text
      columns.itemNameColumn.state2.sortAttributes = <isEquipped, equipState, text>
      columns.itemNameColumn.state2.sortOptions = <{DESCENDING | NUMERIC}, {DESCENDING | NUMERIC}, {ASCENDING | CASEINSENSITIVE}>
      columns.itemNameColumn.state2.playerOnly = true
      These two groups of code tell Skyui to sort by name or equipped.  What we need is to copy and paste the 5 lines for '$EQUIPPED' to be above the group for '$NAME'.  Now you will need to change every state2 in the '$EQUIPPED' group to state1 and change state1 to state2 for '$NAME'. Should look like this.
      columns.itemNameColumn.state1.label.text = '$EQUIPPED'
      columns.itemNameColumn.state1.entry.text = @text
      columns.itemNameColumn.state1.sortAttributes = <isEquipped, equipState, text>
      columns.itemNameColumn.state1.sortOptions = <{DESCENDING | NUMERIC}, {DESCENDING | NUMERIC}, {ASCENDING | CASEINSENSITIVE}>
      columns.itemNameColumn.state1.playerOnly = true

      columns.itemNameColumn.state2.label.text = '$NAME'
      columns.itemNameColumn.state2.entry.text = @text
      columns.itemNameColumn.state2.sortOptions = {ASCENDING | CASEINSENSITIVE}
      Now it will work just like this mod.

  3. pcusanb333
    pcusanb333
    • member
    • 3 kudos
    I love to have this but can you update it to compatible with SkyUI AIO
    Survival (SAS) 6.6 and Dear Diary - Paper SkyUI Menus Replacer SE 306.
    1. Soldream
      Soldream
      • member
      • 8 kudos
      +
    2. ServalKhajiit217
      ServalKhajiit217
      • member
      • 25 kudos
  4. Nolanxard
    Nolanxard
    • member
    • 0 kudos
    Помоги решить проблему. После установки мода у меня весь текст в меню персонажа практически невидим...как будто негатив фотографии. Иконки выглядят нормально. Я так понимаю это можно настроить в настройках цвета, в конфиге, но какие надо ставить настройки цвета...без понятия.
    1. lilebonymace
      lilebonymace
      • premium
      • 560 kudos
      Видимо у тебя стоит какой-то рескин меню типа Dear Deary, который меняет цвет инвентаря? С ним должен идти этот же конфиг (interface/skyui/config.txt, может быть внутри .bsa), который как раз и должен менять цвет текста. А конфиг из этого мода соответственно его полностью перезаписывает, возвращая ванильный цвет и остальные настройки.
      В таком случае проще не менять цвет текста в этой версии конфига (т.к. одному богу известно что еще там этот рескин меняет, хотя конечно есть проги чтобы сравнивать файлы), а сделать наоборот - внести аналогичные изменения в конфиг из рескина, который у тебя стоит (а этот мод удалить). Все что надо там поменять показано на скриншоте в картинках.
  5. Glanzer
    Glanzer
    • premium
    • 207 kudos
    Downloaded just so I could endorse. I have a personally customized version of Dear Diary's config.txt, so I just made edits to it using your easy to follow instructions! Tested it and it worked great.

    In response to aidornexus's comment below... This mod just makes the default be Equipped. If you change the sort order to something else (e.g. back to Name which was previously the default), the next time you open your inventory it will be sorted by Name. In other words, skyui will keep the same sort order that you previously chose during that gaming session. That's just the way it works, and this mod doesn't change that aspect of it. At least that's the way it has always worked for me.
  6. mofailed999
    mofailed999
    • member
    • 10 kudos
    So happy to have this for AE 1.6.659 !! Endorsed
  7. aidornexus
    aidornexus
    • member
    • 3 kudos
    Hi,

    This mod is supposed to sort equipped items on top everytime we open inventory or just the first time? Because the first time, when I start a new game, yeah, the sort is not 'name', as in vanilla, is 'equipped', but then if I change the sort to any non equipped option (let's say 'name'), when I exit and then return to inventory, is not set to equipped, is set to name. That doesn't make sense and I think something is not working. Thanks in advance.
    1. lilebonymace
      lilebonymace
      • premium
      • 560 kudos
      the sorting is reset every time you open inventory, so that it's set to sorting by equipped every time. tho if i remember correctly it's not displayed as "equipped"
  8. qaz1qaz1qa
    qaz1qaz1qa
    • member
    • 10 kudos
    I would like to see the inventory panel moved to the right side so I can see my character when open.  Like the vanilla spell panel was. Is this an easy thing to do on my own or do I need complex understanding of modding? 
    I cant tell from the image what file that is you are editing and I don't see any reference in the description. From the look at your second image it may be something  Ican do on my own.  It looks like you are using a text editor perhaps Notepad++, but I cant tell. When I open either SkyUI_SE.bsa or SkyUI_SE.esp it is pretty garbled in Notepad++. Perhaps I dont have the right language.

    Still would be a great mod to be able to tweak the base UI not just the cards.
    1. lilebonymace
      lilebonymace
      • premium
      • 560 kudos
      The file on the screenshot is the one included in this mod, its original version is included in the SkyUI bsa. But i think you would have to edit the relevant .swf file using the respective software to achieve what you want. I can't help you with that.
    2. qaz1qaz1qa
      qaz1qaz1qa
      • member
      • 10 kudos
      Thank you for your speedy response. 
      I have always associated SWF files with Shock Wave Flash.  I doubt that is the case here.  I found this web searching for .swf Skyrim so I am going to take a crack at it.
      https://www.nexusmods.com/skyrim/articles/1367
  9. RhialtotheModnificent
    RhialtotheModnificent
    • supporter
    • 1 kudos
    I have hoped for this for years.  So obvious, so simple, so useful.

    By Zenithar's iron orbs!

    THANKS!
  10. BlueGunk
    BlueGunk
    • premium
    • 106 kudos
    Why have I missed this? What a great idea and thank you!
    Thanks to Ferstreal for the Dear Diary hint. That works well.