Skip to content

v1.2.0

Compare
Choose a tag to compare
@Go1den Go1den released this 29 Dec 06:39
· 15 commits to main since this release

All currently supported games have been updated to work with their most recent versions.

Made game classes highly configurable, including:

  • The ability to add images for the buttons of a game
  • The ability to configure how the buttons are laid out for a game using a few simple method definitions
  • The ability to include header titles above different subsets of buttons
  • The ability to add tooltips when users hover over buttons

What does this mean? When TheySayThat adds supports for a new randomizer, it will be very easy to add that support AND it will look good with minimal effort.

Added the ability to choose your delimiter in the output file from a dropdown on the main screen. You can now have 1 space, 2 spaces, 4 spaces, hyphens, or new lines between each hint.

Removed redundant words from hints in DK64 and Ocarina of Time to help with the issue that OBS will cut off your scrolling hint display after the Text Scroll reaches a certain defined size limit. See this related issue