You are viewing a potentially older version of this package. View all versions.
discohatesme-HistoryExtension-1.1.0 icon

HistoryExtension

Store more than the past 20 runs along with other run history improvements

Date uploaded 4 months ago
Version 1.1.0
Download link discohatesme-HistoryExtension-1.1.0.zip
Downloads 101
Dependency string discohatesme-HistoryExtension-1.1.0

This mod requires the following mods to function

Hamunii-AutoHookGenPatcher-1.0.9 icon
Hamunii-AutoHookGenPatcher

Automatically generates MonoMod.RuntimeDetour.HookGen's MMHOOK files during the BepInEx preloader phase.

Preferred version: 1.0.9
discohatesme-HideManager-1.0.0 icon
discohatesme-HideManager

Hides manager game object

Preferred version: 1.0.0

README

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

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