Hades

File information

Last updated

Original upload

Created by

erumi321

Uploaded by

erumi321

Virus scan

Safe to use

About this mod

A library that allows for modders to easily create many UI elements in their own mods. Sliders currently don't support dragging.

Requirements
Permissions and credits
Changelogs
Donations
A WIP for making various UI elements available to modders easily with just one mod,
All the documentation for mod creators: Github Wiki

TODO:
On-screen Keyboard for text fields:
  • Able to disable input when opened or not (and then reenable if it disabled it)
With OSK an entire lua side debug menu ex: a cheat menu, text-based commands for dialogue???? custom viewing (Very iffy)
Radial Menus (Overlays might be confusing with input handling)
Slider dragging: Sliding turned on when clicked, follows mouse until mouse clicked again to turn mouse follow off
Creating Sub-menus that dont re-enable input on close, effectively making in menu pop-up systems

Done
Dropdown Menus
Magic's Double Click Lib
Radial Menus (Menu only)
On-screen Keyboard for text fields:
  • Modifibale size
Inputtable Textfields using the OSK
How To Install


With mod importer :

-Download attached archive
-Download and install Python
-Download Magic's mod importer
-Navigate to Steam\steamapps\common\Hades\Content (or Epic launcher equivalent)
-Extract archives
-Run modimporter (double click)
-Navigate to Steam\steamapps\common\Hades\Content (or Epic launcher equivalent)
-Extract archive in the Mods folder (create it if it doesn't exist)
-Download ModUtil into Steam\steamapps\common\Hades\Content\Mods
-Run modimporter (double click)

How to uninstall :

-Delete ErumiUILib in Mods folder
-Run modimporter

How to update :
-Extract new archive into the Mods folder and replace existing files. Also check installation instructions for possible changes.