0 of 0

File information

Last updated

Original upload

Created by

KeinZantezuken

Uploaded by

KZekai

Virus scan

Safe to use

Tags for this mod

Documentation

Readme

View as plain text

=================================
INFO
=================================
Mod add keys to quickly toggle some HUD elements at runtime


=================================
INSTALL
=================================
0. Install SML 0.4.5+: https://www.nexusmods.com/oblivionremastered/mods/1172
1a. STEAM: Go to your Steam Library, find "Oblivion Remastered", right-click,
Manage -> Browse Local Files. This is your <game_root> folder>.
1b. GAMEPASS: Find "XboxGames" folder on one of your drives.
<game_root> folder will be "X:\XboxGames\The Elder Scrolls IV- Oblivion Remastered\"
2. Extract content of the zip-archive inside the folder:
<game_root>\OblivionRemastered\
3. Ensure that folder "AltarUIToggle\" exist inside:
<game_root>\OblivionRemastered\Mods\
Example: D:\Steam\steamapps\common\Oblivion Remastered\OblivionRemastered\Mods\AltarUIToggle

Installation is complete


=================================
UNINSTALL
=================================
Delete aforementioned files.


=================================
USAGE
=================================

CTRL+9 - toggle main hud on/off
CTRL+0 - toggle compass hud on/off
CTRL+- - toggle weapon and magic icons
CTRL+= - toggle reticle
CTRL+P - toggle UI

Try to avoid mix-matching UI and hotkeys setup or you get odd results

See configuration for autohide feature

=================================
CONFIGURATION
=================================
Open with notepad:
Steam: c:\Users\%USERNAME%\Documents\My Games\Oblivion Remastered\Saved\Config\Windows\Engine.ini
Gamepass: c:\Users\%USERNAME%\Documents\My Games\Oblivion Remastered\Saved\Config\WinGDK\Engine.ini

Add following section to the end of it:

[/AltarUIToggle/MOD_AltarUIToggle.MOD_AltarUIToggle_C]
DefaultBinds=(ActionName="HideAll",bCtrl=True,Key=Nine)
DefaultBinds=(ActionName="HideCompass",bCtrl=True,Key=Zero)
DefaultBinds=(ActionName="HideEquip",bCtrl=True,Key=Hyphen)
DefaultBinds=(ActionName="HideReticle",bCtrl=True,Key=Equals)
DefaultBinds=(ActionName="ToggleUI",bCtrl=True,Key=P)
;AutoHide=compass
;AutoHide=reticle


Rebind keys using this table for key IDs:
https://nerivec.github.io/old-ue4-wiki/pages/list-of-keygamepad-input-names.html

Valid autohide options:
main
compass
slots
reticle
sneak
info
enemy
topstats
lvlup

=================================
CONFLICTS
=================================
???


=================================
CHANGELOG
=================================
- v0.2.0 - rewrote for autoload and new SML
- v0.1.3 - quick fixes
- v0.1.2 - added autohide, see config
- added lvlUp icon
- v0.1.1 - ability to toggle overhead names and upper part statuses (air)
- restructured for SML as a dependency
- v0.1.0
- added ability to rebind hotkeys
- added UI for granular setup
- this mod now requires SML 0.2.9
- v0.0.2 - fixed reticle hiding
- v0.0.1 - Initial release


=================================
CREDITS
=================================
KeinZantezuken