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

HistoryExtension

Store more than the past 20 runs

Date uploaded a year ago
Version 0.0.1
Download link discohatesme-HistoryExtension-0.0.1.zip
Downloads 110
Dependency string discohatesme-HistoryExtension-0.0.1

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

Still in development, needs testing. On the first run this mod will back up your stats file from Stats_X.data to Stats_X.data.bak so you can rename that file back to the original if something goes wrong.

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.

Todo:

  • Settings integration
  • Filtering
  • Pagination
  • 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