File information

Last updated

Original upload

Created by

Parapets

Uploaded by

Parapets

Virus scan

Safe to use

409 comments

  1. Parapets
    Parapets
    • premium
    • 1,526 kudos
    Locked
    Sticky
    Donations are greatly appreciated:
  2. Jannifer
    Jannifer
    • Global Moderator
    • 80 kudos
    Locked
    Sticky
    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."
  3. Parapets
    Parapets
    • premium
    • 1,526 kudos
    Locked
    Sticky
    Many people ignored the moderator warning, so I will be extra clear:

    Do not bring up version support. I do not support any SkyrimSE versions older than 1.6.318.
  4. whithebunny
    whithebunny
    • member
    • 57 kudos
    Is there a version that is compatible with 1.5.97?
    1. Jukkas5
      Jukkas5
      • member
      • 0 kudos
      +1
      but also from the uploader:
      Do not bring up version support. I do not support any SkyrimSE versions older than 1.6.318.
    2. CuckoldBen
      CuckoldBen
      • member
      • 2 kudos
      https://www.nexusmods.com/skyrimspecialedition/mods/81723
      This is standalone, original mod not required
    3. whithebunny
      whithebunny
      • member
      • 57 kudos
      thanks buddy, although that mod says it requires the original mod.
    4. CuckoldBen
      CuckoldBen
      • member
      • 2 kudos
      You're absolutely right, lmao. I somehow got it in my head that COCKS 1.5 was standalone.
    5. whithebunny
      whithebunny
      • member
      • 57 kudos
      easy dude, thanks for the link :D
  5. CuckoldBen
    CuckoldBen
    • member
    • 2 kudos
    I’m having a problem with this mod after reinstalling Skyrim. When I go to the smithy all the items are categorised as “$Misc”.

    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
  6. Aversiste
    Aversiste
    • member
    • 0 kudos
    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.
    1. diomedcoolbro
      diomedcoolbro
      • member
      • 0 kudos
      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
    2. FatalxSyn
      FatalxSyn
      • premium
      • 57 kudos
      Same. Been trying to find a solution for this. The smithing UI is the only one I'm experiencing issues with. I use Dear Diary as well.

      Edit: Ignore, I finally found the correct patch for this.
    3. Kunterbey
      Kunterbey
      • premium
      • 0 kudos
      What was the fix for your problem? Im having the same issue.
    4. kesnit
      kesnit
      • member
      • 0 kudos
      This mod.

      https://www.nexusmods.com/skyrimspecialedition/mods/91873?tab=description
  7. CreativeArmin
    CreativeArmin
    • member
    • 0 kudos
    "C O C K S"
    bro really?
  8. Bob0o0
    Bob0o0
    • member
    • 6 kudos
    I have been mislead
  9. Kartik100
    Kartik100
    • member
    • 1 kudos
    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?
  10. avarath
    avarath
    • supporter
    • 6 kudos
    Is there a way to make a patch/addon that splits the category between vanila Skyrim from Modded itens?
  11. Wehrwolfe88
    Wehrwolfe88
    • member
    • 0 kudos
    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?
  12. need2crash
    need2crash
    • member
    • 0 kudos
    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
  13. twkiller
    twkiller
    • supporter
    • 0 kudos
    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!
    1. mytreds
      mytreds
      • premium
      • 4 kudos
      Thanks, this worked!

      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.
    2. twkiller
      twkiller
      • supporter
      • 0 kudos
      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. :)