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
=================================

SCP: /Games/Mods/AltarUIToggle/AltarUIToggle.AltarUIToggle_C

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. Create directory "~mods" inside <game_root>\OblivionRemastered\Content\Paks\
3. Extract content of the zip-archive inside the folder:
<game_root>\OblivionRemastered\Content\Paks\~mods
4. Validate that files "HUD_Toggle.*" are in that folder
5. OPTIONAL: alteratively, you can extract content into just "<game_root>\OblivionRemastered\Content\Paks\"
6. Execute console command:
mod add /Game/Mods/AltarUIToggle/AltarUIToggle

Installation is complete


=================================
UNINSTALL
=================================
1. mod del /Game/Mods/AltarUIToggle/AltarUIToggle.AltarUIToggle_C
2. 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:

[/Game/Mods/AltarUIToggle/AltarUIToggle.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.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