You are viewing a potentially older version of this package.
View all versions.
ReLoad
Provides helpers for managing hot reloading and waiting for the right time to load
Date uploaded | 6 months ago |
Version | 1.0.2 |
Download link | SGG_Modding-ReLoad-1.0.2.zip |
Downloads | 3899 |
Dependency string | SGG_Modding-ReLoad-1.0.2 |
This mod requires the following mods to function
SGG_Modding-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.0.0README
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.