About this mod
Alt + Z will swap helmet On/Off
You can set the mod to automatically swap helmet on cellchange depending on:
- number/distance/fight of hostiles around
- current weather
- allow/disallow automatic unequipping of enchanted helmet
- Requirements
- Permissions and credits
- Mirrors
- Changelogs
Smart Helmet by abot
part of May modathon 2019
Alt + Z will swap helmet On/Off
Alt + Drag + Equip/ Alt + Drag + Unequip will store/erase preference for that helmet
You can set the mod to automatically swap helmet on cellchange depending on:
- number/distance/fight of hostiles around
- current weather
- allow/disallow automatic unequipping of enchanted helmet
- current light condition (if player has some helmet enchanted with light/nighteye constant effect)
Note: If you want to use another shortcut instead of Z key just tweak the line in main.lua e.g. for alt+V use
event.register('keyDown', keyDown, { filter = tes3.scanCode.v })


part of May modathon 2019
Alt + Z will swap helmet On/Off
Alt + Drag + Equip/ Alt + Drag + Unequip will store/erase preference for that helmet
You can set the mod to automatically swap helmet on cellchange depending on:
- number/distance/fight of hostiles around
- current weather
- allow/disallow automatic unequipping of enchanted helmet
- current light condition (if player has some helmet enchanted with light/nighteye constant effect)
Note: If you want to use another shortcut instead of Z key just tweak the line in main.lua e.g. for alt+V use
event.register('keyDown', keyDown, { filter = tes3.scanCode.v })

