You are viewing a potentially older version of this package.
View all versions.
PrintUtil
Library used to display information on-screen during a Hades 2 run.
| Date uploaded | 2 months ago |
| Version | 0.0.1 |
| Download link | HadesSpeedrunning-PrintUtil-0.0.1.zip |
| Downloads | 114 |
| Dependency string | HadesSpeedrunning-PrintUtil-0.0.1 |
This mod requires the following mods to function
SGG_Modding-ReLoad
Provides helpers for managing hot reloading and waiting for the right time to load
Preferred version: 1.0.2LuaENVY-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.2.0SGG_Modding-ModUtil
Utility mod for mod interactions within lua for SGG's games
Preferred version: 4.0.1README
PrintUtil
Library used to display information on-screen during a Hades 2 run
Current functionality:
| Function | Purpose |
|---|---|
| OverlayLine.display | Display a line of text on the screen |
| OverlayLine.destroy | Remove a line of text from the screen |
This library uses the same patterns that Hades 2 uses internally, but abstracts some of the formatting and lifecycle management.
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.0.1 - 2026-03-17
0.0.1 - 2026-03-16
Added
createOverlayLineto display a line of text on-screen