You are viewing a potentially older version of this package. View all versions.
SGG_Modding-ReLoad-1.0.2 icon

ReLoad

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

Date uploaded a month ago
Version 1.0.2
Download link SGG_Modding-ReLoad-1.0.2.zip
Downloads 1300
Dependency string SGG_Modding-ReLoad-1.0.2

This mod requires the following mods to function

Hell2Modding-Hell2Modding-1.0.22 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.22
SGG_Modding-ENVY-1.0.0 icon
SGG_Modding-ENVY

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

Preferred version: 1.0.0

README

ReLoad

A plugin for ReturnOfModding on Hades II.
Provides helpers for structuring plugins to easily contain parts that cannot be hot reloaded.
Also allows for queueing into triggers to delay loading components until the right time.

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

1.0.2 - 2024-05-23

Fixed

  • Fixed auto_single and auto_multiple so they actually prevent ready from being reloaded

1.0.1 - 2024-05-15

Fixed

  • Fixed incorrect type hints on auto_multiple binds

1.0.0 - 2024-05-15

Added

  • Initial Thunderstore release.