You are viewing a potentially older version of this package. View all versions.
HadesSpeedrunning-PrintUtil-0.0.1 icon

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-SJSON-1.0.0 icon
SGG_Modding-SJSON

A plugin for handling .sjson files in ReturnOfModding.

Preferred version: 1.0.0
SGG_Modding-Chalk-2.1.1 icon
SGG_Modding-Chalk

System for handling config files in ReturnOfModding

Preferred version: 2.1.1
SGG_Modding-ReLoad-1.0.2 icon
SGG_Modding-ReLoad

Provides helpers for managing hot reloading and waiting for the right time to load

Preferred version: 1.0.2
LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.2.0
SGG_Modding-ModUtil-4.0.1 icon
SGG_Modding-ModUtil

Utility mod for mod interactions within lua for SGG's games

Preferred version: 4.0.1
Hell2Modding-Hell2Modding-1.0.89 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.89

README

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

  • createOverlayLine to display a line of text on-screen