NOT Immersive HUD
🟠 Updated over a year agoPreview

🔍 Analysis
- 👍 5.0% endorsement rate — high engagement, a strong quality signal
- 🏆 #80 of 183 User Interface mods in this game by downloads
📋 About This Mod
HUD when you need, hide when you don't -Gopher approves
Auto hides the UI when your weapons are sheathed, and shows it when they are drawn.
It also hides the reticle except when using ranged weapons (bows and staves)
You can also manually toggle them on/off with configurable keys (Default for HUD = key "X")
The mod has configuration options as shown below.
Version 1. 6 - main.lua (OblivionRemastered\Binaries\Win64\ue4ss\Mods\NotImmersiveHUD\scripts\main.lua)
-- NOT Immersive HUD - version 1. 6
-- List of keys: https://docs.ue4ss.com/lua-api/table-definitions/key.html
-- key: "Key. X"
-- Key + modifier: "Key. X, {ModifierKey. SHIFT}"
-- START OF USER CONFIG --
-- Bind this key if you want to toggle the HUD on/off manually - Set to nil to turn this off
local toggleKeyHUD = Key. X
-- Bind this key if you want to toggle the reticle on/off manually - Set to nil to turn this off
local toggleKeyReticle = nil
-- Set this to true to enable the auto hide HUD feature when your weapons are sheathed - Default true
local autoHideHUD = true
-- Set this to true to enable the auto hide reticle feature when no ranged weapons are drawn - Default true
local autoHideReticle = false
-- Set this to true to allow the reticle to show when using melee weapons
local allowReticleOnMeleeWeapons = true
-- Set this to true to hide the HUD on game load - Default true
local hideHUDOnGameLoad = true
-- The frequency that the mod checks for HUD changes in milliseconds - Lower values will make the HUD more responsive but also more taxing on the system
local pollingInterval = 500
-- END OF USER CONFIG --
This mod requires UE4SS
And remember as always, have fun! -Gopher
📊 Mod Details
- Game
- Oblivionremastered Mods
- Author
- lavigne77
- Version
- 1.6
- Downloads
- 4,459
- Endorsements
- 222
- Category
- User Interface
- Created
- 5/13/2025
- Updated
- 7/30/2025
🧩 Commonly Used Together
Users add these mods to the same collections — a real compatibility signal, not an AI guess.
🔧 How to Install Oblivion Remastered Mods
Download from Nexus Mods.
📖 Full step-by-step install guide for Oblivion Remastered →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Oblivion Remastered commands, item IDs, and more.
Keep browsing — more Oblivion Remastered mods await