Skyrim Special Edition

File information

Last updated

Original upload

Created by

BVN

Uploaded by

bvn

Virus scan

Safe to use

714 comments

  1. bvn
    bvn
    • premium
    • 47 kudos
    Locked
    Sticky
    Back up your previous config.txt and sasconfig.txt files for reference if you have made significant customizations.

    Crashing?
     - The load order does not matter. What matters is that SAS overwrites other UI mod files (on the left-hand pane of MO).
     - Make sure you have dear diary's folder installed and placed above SAS if choosing this option else crash.
     - Check SAS.esl plugin is enabled.

    Future bug fixes and updates (if any) will only apply to AE+ (1.6.640+) which means no SE or old AE updates.
  2. bvn
    bvn
    • premium
    • 47 kudos
    Locked
    Sticky
    Read the config PDF guide for other options. 
    Switching the default display to Name instead of Equipped
    These entries are found near the top of SkyUI's config.txt file.
    To change the default sorting to name, simply swap the state1 and state2 for lines under Equipped and Name
    columns.itemNameColumn.state1.label.text = '$EQUIPPED' --> change this and lines under it to state2
    ...
    columns.itemNameColumn.state2.label.text = '$NAME' --> change this and lines under it to state1
    ...
    To sort by Name instead of Icon go down to these three "VIEWS" sections and make changes to all the lines there
    ITEM VIEWS
    views.defaultItemView.primaryColumn = 
    iconColumn --> itemNameColumn
    ...
    MAGIC VIEWS

    views.defaultMagicView.primaryColumn = iconColumn --> magicNameColumn
    ...
    CRAFTING VIEWS
    views.defaultCraftingView.primaryColumn = iconColumn --> craftNameColumn
    ...
    Moving Columns
    As an example moving the speed, reach, and stagger columns to appear to the right of the Name column for weapons.
    You can delete the default setting or add     in front of it as I have shown here to disable it then add the second line with the speedColumn etc. moved to show after the name column. Save the config.txt file and you are done.
    ;views.weaponView.columns = <equipColumn, iconColumn, itemNameColumn, subTypeColumnWeapon, materialColumn, damageColumn, basedamageColumn, reachColumn, speedColumn, staggerColumn, valueColumn, weightColumn, valueWeightColumn, TWColumn>

    views.weaponView.columns = <equipColumn, iconColumn, itemNameColumn, speedColumn, reachColumn, staggerColumn, subTypeColumnWeapon, materialColumn, damageColumn, basedamageColumn, valueColumn, weightColumn, valueWeightColumn, TWColumn>
    Permanently deleting a column
    Just remove the column name with the comma in front of it from the < > of the associated view.
    Example, the speed column is removed from the weaponView:
    views.weaponView.columns = <equipColumn, iconColumn, itemNameColumn, reachColumn, staggerColumn, subTypeColumnWeapon, materialColumn, damageColumn, basedamageColumn, valueColumn, weightColumn, valueWeightColumn, TWColumn>
  3. orenrebatocirne
    orenrebatocirne
    • premium
    • 0 kudos
    1. Thewolfphilly02
      Thewolfphilly02
      • member
      • 0 kudos
      i had the same issue as well. my best guess is that the new skyrim update messed up this skyui sas survival mod
      that caused the menu shrink. i just realized this after uninstalling the mod
    2. Hadariel101
      Hadariel101
      • supporter
      • 1 kudos
      I'm having the same problem - Skyrim AE Version 1.6.1130.0 and SkyUI 5.2SE are installed. The screen resolution is 1920x1080

      1.) SkyUI 5.2SE without SkyUI AIO Survival (SAS) 7.4


      2.) SkyUI 5.2SE with SkyUI AIO Survival (SAS) 7.4
    3. Thornstromb
      Thornstromb
      • member
      • 0 kudos
      I'm pretty sure it has something to do with the newly added support for larger resolutions. I'm afraid that unless someone can figure out what's doing it, this mod is sadly dead until the creator updates or someone forks.
    4. STAROFSKY
      STAROFSKY
      • member
      • 7 kudos
      Me too. I think that is Bethesda added to the game after the widescreen support.
    5. YeggHa
      YeggHa
      • premium
      • 1 kudos
      OK, I have found a hack but it is not a pretty one...

      First I got hold of the SWF-editor JPEXS-decompiler:

      https://github.com/jindrapetrik/jpexs-decompiler

      Then using that I played around with the SWF-files in the Interface-subdirectory. If I changed the width of the display rectangle in the header it seems work. I have no idea why which makes this a dirty hack.

      MAKE BACKUPS before doing this or be prepared to reinstall. This hack may be destructive. YMMV. Etc.




    6. Hadariel101
      Hadariel101
      • supporter
      • 1 kudos
      The file "inventorymenu.swf" is not supplied with "SkyUI AIO Survival (SAS".

      There are only 2 SWF-Files in the folder:
      - bottombar.swf
      - itemcard.swf
    7. GroundAura
      GroundAura
      • premium
      • 212 kudos
      @Hadariel101
      the file is `/interface/inventorymenu.swf`, you're looking in `/interface/skyui/...`
    8. Hadariel101
      Hadariel101
      • supporter
      • 1 kudos
      The file "inventorymenu.swf" is not there on my installation of SkyUI (see attached screenshot).


    9. GroundAura
      GroundAura
      • premium
      • 212 kudos
      Again, inventory menu.swf is NOT in the skyui folder. You are looking for "./data/interface/skyui/inventorymenu.swf" and you will not find it there, the path will be "./data/interface/inventorymenu.swf".
    10. Hadariel101
      Hadariel101
      • supporter
      • 1 kudos
      Here is the screenshot from that folder. You were right - it's there and not in the other folder. The "hack" with editing the SWF-File worked. I had to download Java-Runtime Enviroment and "gfxfontlib.swf" + "buttonArt.swf" first, because the decompiler couldn't find the SWF-files online with its internal search engine. Thanks for the help again and the patience.

    11. Hadariel101
      Hadariel101
      • supporter
      • 1 kudos
      Update: Here are some screenshots after the edit of the SWF-Files. I found out you have to edit at least "containermenu.swf" and "craftingmenu.swf" too. I had the same shrunk inventory window there too. I also edited the other SWF-Files "bartermenu.swf", "giftmenu.swf" and "magicmenu.swf" - just to be on the safe side. In case of emergency i have the original download file backed up - so i can reinstall the mod if everything goes down the drain.

      - Screenshot 1 (Inventory Menu)



      - Screenshot 2 (Crafting Menu)

    12. Br0nXMainStr33t
      Br0nXMainStr33t
      • member
      • 0 kudos
      I’d like to endorse your comment. You saved me. And a lot of others! Thank you so much! But afterwards in Convenient dialogue for example, you have to adjust the offsets quite drastically (-500 and so on) 
    13. KZadBhat
      KZadBhat
      • member
      • 0 kudos
      In particular, best results will probably be achieved setting the resolution to your set game resolution, at least that's my experience editing Convenient Dialogue UI. Still a dirty hack that 1130 seems to have made necessary, until someone figures out what the hell Bethesda actually did.
    14. Zeolus22
      Zeolus22
      • member
      • 0 kudos
      err hi can you help me upload those file that you edited so i can use them? this mod really make things easier for me and its really a shame that its broke now
    15. brafisra
      brafisra
      • premium
      • 0 kudos
      Question:  What do you mean by having to download gfxfontlib.swf + buttonArt.swf? The actual file is there, however when trying to load inventorymenu.swf and others, it can't find gfxfontlib.swf even when I point to it.  What am I missing?
    16. andraleksa
      andraleksa
      • member
      • 1 kudos
      I encountered the same problem, so far I have removed this mod by installing sky light ui and SkyUI SE - Difficulty Persistence Fix
    17. Hadariel101
      Hadariel101
      • supporter
      • 1 kudos
      Sorry for the late answer. I didn't have these 2 files on my PC. So i did a Google search for them and found both of them.
      These two files go into the same folder as the other SWF-Files from SkyUI AIO Survival. See screenshot for the folder structure.

      Screenshot of the folder structure with the needed SWF-Files



      Hope this info is of help for you.
      Best greetings from Germany
    18. dulipat
      dulipat
      • supporter
      • 3 kudos
      Can you please tell me the settings in Convenient Dialogue that need to be changed? Thanks
    19. EdwardWanderer
      EdwardWanderer
      • member
      • 2 kudos
      fixed versionA friend made a fixed version for you 
    20. Jaeswoop
      Jaeswoop
      • premium
      • 0 kudos
      Hey, Thank you guys for working out how to fix this, I used this to make the changes to the mod: NORDIC UI - SkyUI AIO Survival (SAS) Patch so that I could enjoy Nordic UI without having squished menus. Here are the files.
      just drop it into the file and overwrite, happy modding :)
  4. donttrackme
    donttrackme
    • premium
    • 21 kudos
    Here's a quick fix for anyone having trouble with the squished menus:
    Here.

    I have not done a lot of testing, and I can't say I know what I'm doing, but I followed the instructions from the longer train of posts below. Things appear to work fine in from what I can tell.

    Credit of course to those listed on this mod page. This modification is only a 2-second fix.

    Keep in mind that this is for the Survival Mode version, without Dear Diary.
    1. Beanasaur
      Beanasaur
      • member
      • 0 kudos
      Works a treat! <3
    2. Binx1227
      Binx1227
      • member
      • 4 kudos
      Thank you, worked a charm
    3. exas49
      exas49
      • supporter
      • 0 kudos
      Thanks. Works well. Need to install in this dir=C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\interface
    4. CoconutCove
      CoconutCove
      • member
      • 0 kudos
      Link no longer works.
      Nevermind, the site was blocked in my country. Used a VPN and it worked.
  5. lingsamuel
    lingsamuel
    • premium
    • 59 kudos
    idk why but with this mod, I have no dialogue options shown.
    nvm I was facing false save corruption bug
  6. deleted205920312
    deleted205920312
    • account closed
    • 0 kudos
    Fantastic mod, everything is running perfectly for me on 1.6.640. The only minor issue is that the Warmth Rating text color is different from the others. This is such a minor detail but it is driving me crazy. Just curious if anyone knows how to fix this?

  7. MrRedMarshmallow
    MrRedMarshmallow
    • supporter
    • 10 kudos
    Does anyone have a fix for the hyphens in the new columns? Everything works as intended, except for the new columns added by this mod simply showing hyphens where text should be.
    1. TMushS
      TMushS
      • premium
      • 74 kudos
      Having same issue.  Skyrim v. 1.6.1170
      Where the food shows cold, hunger restore etc.. it's now showing hyphens. using built in cc survival mode. tried ticking it on and off, then back on.  Still hyphens.  Still using the mod, regardless; It's too good not to. 

      Happy modding,

      -Mush-
  8. Hazaphel
    Hazaphel
    • member
    • 0 kudos
    :O
  9. robjunk
    robjunk
    • supporter
    • 15 kudos
    For those coming here because they're finding their menus squished and unreadable after the 1130 / 1170 updates, there's a bug that's been reported.

    In the meantime, I've found I can get most of the same UI information from Dear Diary, which has a squished menu fix available. One flavour here, there are others if you search for "Dear Diary" and "squish":
    https://www.nexusmods.com/skyrimspecialedition/mods/60837
    https://www.nexusmods.com/skyrimspecialedition/mods/107216
  10. SufferinPup
    SufferinPup
    • member
    • 0 kudos
    What is the mod that makes the inventory window wider as shown in the installer?
    1. bvn
      bvn
      • premium
      • 47 kudos
      It is the last option page of this mod'sFOMOD installer.
    2. SufferinPup
      SufferinPup
      • member
      • 0 kudos
      Thanks for the fast reply - but that option only makes the text wider. How do I also make the window itself wider?

      Also an unrelated question - is it possible to disable the enchantment known/unknown icons? I've tried a few things in the config.txt but no luck.

      Great mod btw! More info is always better. :)
    3. bvn
      bvn
      • premium
      • 47 kudos
      It makes the whole inventory menu bigger so contains more text as shown in the image. Not sure what you mean by the window? Do you mean your screen size?! 
      RE ench icons, 6.6 supports this now, i.e. enable/disable the "eye"cons :D
    4. SufferinPup
      SufferinPup
      • member
      • 0 kudos
      Oh then something is going wrong. :) Here is a screenshot when I selected the extended option in the installer:

      https://www.nexusmods.com/skyrimspecialedition/images/138546

      I'm running in 2560x1440 using SkyUI's Medium font option. I have the "moreHUD Inventory Edition" SkyUI mod also installed, but when I uninstall it it looks the same.
    5. bvn
      bvn
      • premium
      • 47 kudos
      that means the inventorylists.swf file is the wrong one. Which options did you select in the FOMOD?
      I have not encountered this issue.
    6. SufferinPup
      SufferinPup
      • member
      • 0 kudos
      This might be a problem with the installer. Using Vortex if I choose these options:

      Base Files, AE Version, SAS Interface, CC Survival Mode, Extended Menu Yes.

      It installs the incorrect inventorylists.swf file. I manually copied the extended one over the installed one and it works now.

      Thanks for all the help!
    7. bvn
      bvn
      • premium
      • 47 kudos
      yeah, vortex is weird, MO2 FTW lol I'm glad we figured it out.
    8. jss1138
      jss1138
      • member
      • 1 kudos
      Would love to get a proper fix here.  I use Vortex so I don't have to do things manually.
    9. bvn
      bvn
      • premium
      • 47 kudos
      Both of your issues should be resolved in the next version -- FOMOD correction for ext menu and sorting for potions
    10. SufferinPup
      SufferinPup
      • member
      • 0 kudos
      Found a few more issues with extended mode - I think you'll need to extend more than just inventorylists.swf, as things like crafting (and possibly other) UIs have extended text but the window behind them isn't extended to match.
    11. jss1138
      jss1138
      • member
      • 1 kudos
      You da best, B!
    12. SufferinPup
      SufferinPup
      • member
      • 0 kudos
      6.6 fixes all the stuff I mentioned, everything looking good with extended mode and the installer in Vortex. Awesome stuff!
    13. Nibenon76
      Nibenon76
      • member
      • 14 kudos
      Sorry, nevermind, I've figured it out.
  11. ekimolaos
    ekimolaos
    • member
    • 2 kudos
    The Hunger Patch (SAS SH-SM Patch.esl) has SunhelmSurvival.esp in its masters' list, yet is an esm plugin which means it cannnot go under its master, which is an esp plugin. What is the workaround for that?

    LOOT obviously doesn't like that either, so the following error messages come up if you try to sort your load order with SAS SH-SM Patch.esl enabled:

    1. alexf43
      alexf43
      • premium
      • 3 kudos
      I used Wrye Bash to "copy" the .esl file into a .esp file.
      I then disabled (remove the tick/check) the .esl file in the load order (but left it in place).
      I then flagged the new esp as a light plugin which can be sorted as needed.
      I have linked a snip from Wyre Bash.

      SkyUI-Sunhelm
    2. ekimolaos
      ekimolaos
      • member
      • 2 kudos
      That's great, thanks for the reply, but I don't use Wrye Bash. Is there a way to do what you did but with xEdit instead?
    3. GroundAura
      GroundAura
      • premium
      • 212 kudos
      The easiest solution is to just use this mod as it does the exact same thing as the broken SunHelm-Survival Mode patch. It removes the descriptions from the CC Survival Mode hunger magic effects.
    4. ekimolaos
      ekimolaos
      • member
      • 2 kudos
      Ah thanks mate. Didn't even know that all the Hunger Patch (SAS SH-SM Patch.esl) did was just removing the hunger amounts, thought it did more. Your suggestion will, do, thanks again!
    5. Nibenon76
      Nibenon76
      • member
      • 14 kudos
      @alexf43 Thanks for the tip! It should be on mod's description page or pinned in the posts section here above, at least until the mod's author fixes this issue.

      Although it must be said that after I had copied "SAS SH-SM Patch.esl" to a newly created "SAS SH-SM Patch.esp" and added ESL Flag to it in Wrye Bash I had also to sort its Master Files (according to the current LO) in xEdit. Because otherwise its masters' order is:
      Spoiler:  
      Show

      Skyrim.esm00
      Update.esm01
      ccQDRSSE001-SurvivalMode.esl    02
      SunHelmSurvival.esp03
      SAS.esl04

      In other words SAS.esl goes after SunHelmSurvival.esp for some reason, but it is impossible w/o editing SunHelmSurvival.esp too.
  12. xbk123
    xbk123
    • member
    • 4 kudos
    All great. But would it be hard to make also a version for DD DM white text version?
    1. SimplyBearnado
      SimplyBearnado
      • premium
      • 20 kudos
      yes please an extended patch would be so awesome.
    2. za5adlo
      za5adlo
      • member
      • 13 kudos
      ye i had same problem. but i use new horizons ui which is based on dddm white so installing ait fixed me tht n i got white text back