You are viewing a potentially older version of this package.
View all versions.
HistoryExtension
Store more than the past 20 runs along with other run history improvements
By discohatesme
| Date uploaded | 11 months ago |
| Version | 1.0.0 |
| Download link | discohatesme-HistoryExtension-1.0.0.zip |
| Downloads | 117 |
| Dependency string | discohatesme-HistoryExtension-1.0.0 |
This mod requires the following mods to function
Hamunii-AutoHookGenPatcher
Automatically generates MonoMod.RuntimeDetour.HookGen's MMHOOK files during the BepInEx preloader phase.
Preferred version: 1.0.9README
History Extension
Removes the 20 run limit in the Encirclepedia. The save file will grow indefinitely unless you reduce the limit in the generated config file at which point it will delete any runs starting from the oldest until it reaches the specified limit.
Set the limit to -1 (default) for unlimited run history.
Since v0.1.0 runs that are completed without exiting to the menu are highlighted in the Encirclepedia by coloring
the sticker underneath the class in the run summary list. The color can be changed by editing the config file.
Todo:
- Settings integration
- Filtering
- More efficient storage and remove limit?
CHANGELOG
1.1.0
- Improve performance by a lot
- Periodically back up save data
1.0.1
- Update dependencies
1.0.0
- Add pagination to the Encirclepedia
- Shows 20 runs per page and significantly reduces the lag
0.1.0
- Highlight runs completed without continuing in the Encirclepedia
- Add framework for storing custom stats for a run
- Currently only tracks the floor index when you continue a run
- Optimize Encirclepedia scroll performance
0.0.1
- Initial release