Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

powerofthree

Uploaded by

powerofthree

Virus scan

Safe to use

284 comments

  1. PsychedelicCoffee
    PsychedelicCoffee
    • premium
    • 0 kudos
    My character gets bald whenever I reload a save. I use vanilla hair and immersive equipment display. Any idea how to fix this?

    {
    "armors": [
    {
    "hotKey": {
    "key": 208,
    "type": 0
    },
    "hide": {
    "whenEquipped": -1,
    "atHome": -1,
    "duringDialogue": -1
    },
    "unhide": {
    "duringCombat": -1,
    "onWeaponDraw": -1
    },
    "slots": [
    30,
    31,
    41,
    43
    ]
    }
    ],
    "weapons": [
    {
    "hotKey": {
    "key": 200,
    "type": -1
    },
    "hide": {
    "whenEquipped": -1,
    "atHome": -1,
    "duringDialogue": -1
    },
    "unhide": {
    "duringCombat": -1,
    "onWeaponDraw": -1
    },
    "slots": [
    38,
    41
    ]
    }
    ]
    }
    1. hornyfool1337
      hornyfool1337
      • member
      • 0 kudos
      Set "whenEquipped" to 0. It works perfectly for me. It actually doesn't hide of unhide helmet when you change equipment. 
  2. hitman22777
    hitman22777
    • member
    • 0 kudos
    For anyone with troubles disabling the annoying auto-unhide function :

    Mod Organizer 2 Users : Double click your mod on the mod list > Open Mod in Explorer
    Other : Go where your mod was installed, or directly into your Data

    Navigate to EquipmentToggle > Open config.json > Change values to -1 in the first "hide" section
    Edit: Nevermind though, my head keeps randomly hiding too now lol
  3. Zdummy1
    Zdummy1
    • member
    • 2 kudos
    my god! how the hell you permanently hide helmet even in combat? this is way too complicated to set-up :(
  4. Zdummy1
    Zdummy1
    • member
    • 2 kudos
    please somebody make a mod like this but with mcm menu, this is way to complicated especially if you are new.
  5. Lindblum7
    Lindblum7
    • premium
    • 0 kudos
    So here's my config to hide helmet for your character and followers. It doesn't hide the bow and quiver if you have them equipped. I was playing an archer and i found it annoying that my bow and quiver disappear everytime i sheath so i made this

    I set the toggle buttons to PgUp and PgDn

    {
      "armors": [
        {
          "hotKey": {
            "key": 201,
            "type": 0
          },
          "hide": {
            "whenEquipped": 2,
            "atHome": 2,
            "duringDialogue": -1
          },
          "unhide": {
            "duringCombat": -1,
            "onWeaponDraw": -1
          },
          "slots": [
            30,
            31,
            41,
            43
          ]
        }
      ],
      "weapons": [
        {
          "hotKey": {
            "key": 209,
            "type": 0
          },
          "hide": {
            "whenEquipped": -1,
            "atHome": -1,
            "duringDialogue": -1
          },
          "unhide": {
            "duringCombat": -1,
            "onWeaponDraw": -1
          },
          "slots": [
            38,
            41
          ]
        }
      ]
    }
  6. aliennaire
    aliennaire
    • member
    • 0 kudos
    is there a way to get it work only for Player and FEMALE NPC?
  7. PsychedelicCoffee
    PsychedelicCoffee
    • premium
    • 0 kudos
    I'm kinda confused as to how it works. What would I need to do to hide my own helmet at the press of a button?
  8. GTAFYFE
    GTAFYFE
    • premium
    • 16 kudos
    How to hide dragon preist's masks?
  9. ghdfjkgh
    ghdfjkgh
    • member
    • 0 kudos
    The best equipment toggle mod
  10. RedGamer88
    RedGamer88
    • member
    • 0 kudos
    My helmet always reappears after I talk to an NPC. Is there a way to fix that? It's annoying that I have to toggle my helmet on and off every time I talk to someone.
    1. PhaseJumps
      PhaseJumps
      • member
      • 2 kudos
      In the JSON, make sure that "hide" subcategory "duringDialogue" is set to -1. Sometimes it will bug out even if you have it set to "hide" in that condition and force it to reappear.

      You may also want to toggle "atHome" as -1 as well, because this can cause the same issue.
    2. sakora
      sakora
      • premium
      • 56 kudos
      Thank you!! I feel like this should be stickied!!
    3. ghdfjkgh
      ghdfjkgh
      • member
      • 0 kudos
      Thanks PhaseJumps