Mod authors are not required to provide updates for their mods. From our TaP, "Within this community, you are not inherently entitled to another's time, work, or creations. Comments or posts that imply otherwise may be subject to moderation."
Hi. Craftable items are all a very dark grey, so is the carry weight limit indicator at the very bottom, making it near impossible to know what is available as a craft unless I hover it. Any idea what could cause this?
I use Sovngarde (text font) and nordic UI/Dear Diary. Those are the only mods I imagine are capable of messing with this one. I'd be grateful for the help.
same problem, but looks like it's an issue with original mod, check out the images here the text is also grey Very counter intuitive to make available options in selection menus grey
Hello, I have an issue with my Skyrim where the game launches tabbed out and freezes if I tab into it. After some testing, I discovered that this is among the list of mods which might potentially be related to the issue. Have you ever heard anyone else having this issue, and if so, do you know what causes it?
Hey I have a big problem here. After uninstalling this mod, I can't play. I run the game but it's stuck in the main screen, the options dont show up, there's only that icon spinning on the right corner. How can I fix it?
Gah I wish I knew about this years and years and years ago and special before I did a new run.
the one thing skyui makes hot mess the blacksmith forging menu, this fixes!!
Now if I could find mod that does something similar to Alchemy, that will list Alchemy via category for potions, and more importantly list them with out need to have ingredients on hand, so i can quickly reference what ingredients are needed, instead of just getting all my ingredients so i dont have fiqure what i need
For the people who had the same issue as mine when trying to add more sorting categories and getting the textfield 2 this is maybe a new fix or just related to the newest AE version I am not sure, first if you don't have the config.txt files you can either extract it from the skyui.bsa file or install this mod: Aura's Inventory Tweaks
After that use Ctrl F or whatever is the equivalent for you in the config.txt and find this part thanks to IRekol :) For me the starting script was a bit different and looked like this: views.defaultCraftingView.columns = <equipColumn, iconColumn, gearNameColumn, craftSubTypeColumn, craftValColumn, craftValWtColumn, craftWtColumn>
now the difference between my fix and IRekol's fix is here this is the script that worked for me: views.defaultCraftingView.columns = <equipColumn, iconColumn, gearNameColumn, craftSubTypeColumn, gearMaterialColumn, weaponDamageColumn, armorRatingColumn, craftValColumn, craftValWtColumn, craftWtColumn>
Overwrite the whole line :) and you should be good to go, if this fix doesn't work check the starting script and see if it's like the one from IRekol's fix!
Slight nitpick, but I want more space in between the weapon damage and armor rating columns. At the moment with the fix you proposed, those two columns are too close together and the little green arrow can't really be seen.
Hmm, for me it was fine from the get go so I am not sure why that would happen. Unfortunately, I am not really a modder I just opened the script, read it and found the solution, so maybe the spacing part could be solved there not sure, but I am glad at least you can see the damage and armour. :)
409 comments
Do not bring up version support. I do not support any SkyrimSE versions older than 1.6.318.
but also from the uploader:
This is standalone, original mod not required
Does anyone know what this means?
Resolution: 3440x1440
UI mods:
Sky UI
Display Tweaks
TrueHud
SkyHud
Complete Wide Screen fix
Nordic UI
COCKS
Nordic - Cocks patch 21:9
I use Sovngarde (text font) and nordic UI/Dear Diary. Those are the only mods I imagine are capable of messing with this one.
I'd be grateful for the help.
Very counter intuitive to make available options in selection menus grey
Edit: Ignore, I finally found the correct patch for this.
https://www.nexusmods.com/skyrimspecialedition/mods/91873?tab=description
bro really?
After uninstalling this mod, I can't play. I run the game but it's stuck in the main screen, the options dont show up, there's only that icon spinning on the right corner. How can I fix it?
the one thing skyui makes hot mess the blacksmith forging menu, this fixes!!
Now if I could find mod that does something similar to Alchemy, that will list Alchemy via category for potions, and more importantly list them with out need to have ingredients on hand, so i can quickly reference what ingredients are needed, instead of just getting all my ingredients so i dont have fiqure what i need
After that use Ctrl F or whatever is the equivalent for you in the config.txt and find this part thanks to IRekol :)
For me the starting script was a bit different and looked like this:
views.defaultCraftingView.columns = <equipColumn, iconColumn, gearNameColumn, craftSubTypeColumn, craftValColumn, craftValWtColumn, craftWtColumn>
now the difference between my fix and IRekol's fix is here this is the script that worked for me:
views.defaultCraftingView.columns = <equipColumn, iconColumn, gearNameColumn, craftSubTypeColumn, gearMaterialColumn, weaponDamageColumn, armorRatingColumn, craftValColumn, craftValWtColumn, craftWtColumn>
Overwrite the whole line :) and you should be good to go, if this fix doesn't work check the starting script and see if it's like the one from IRekol's fix!
Slight nitpick, but I want more space in between the weapon damage and armor rating columns. At the moment with the fix you proposed, those two columns are too close together and the little green arrow can't really be seen.