SimonTendo-LTOWVisibleTimersMod icon

LTOWVisibleTimersMod

Add on-screen timers for things that didn't have them before!

CHANGELOG

v1.0.0

  • Release

v1.1.0

  • Added Config option [Timer Minute Notation]
    • If this is set to true and Config option [Timer Type] is set to Text, the time left will be displayed in a "Minutes:Seconds.Decimals" notation, rather than "Seconds.Decimals"
    • By default set to true
  • Tried to optimize some code related to finding the right timers to activate
  • Fixed an issue that the sun's timer was still visible even if Time Until Sundown was set to Never in the Match Settings
  • Implemented a BasicTimer class
    • This is an empty class that inherits from the abstract VisibleTimersBase class and can thus pass information to the related visible timer, but does not contain any code itself
    • Primarily useful for mods that depend on this mod as a BepInDependency.SoftDependency, and thus are not guaranteed to have their own built-in classes that depend on the LTOWVisibleTimersMod.dll assembly
    • Also renamed some of the assembly's classes to make working with it in other mods a tiny little bit nicer