Skip to content

Releases: iamwyza/HollowKnightRandomizerTracker

2.4.2.1

03 Feb 21:13
Compare
Choose a tag to compare

This adds support to the mod loader/unloader in the newest API.

Fixing Version Check

01 Jan 19:15
Compare
Choose a tag to compare

Version checking was previously reporting that a new version was available when the installed version was the same as the currently available version.

2.4.1.0

20 Dec 00:44
Compare
Choose a tag to compare

Update to handle the updated randomizer mod 1.5.0+. Reduced alot of the complexity in the random area with no longer needing to translate the items on the client side.

Updated PlayerDataDump

30 Nov 07:15
Compare
Choose a tag to compare

A few minor operations to more conform with the new Mod API updates.
Also now tracks if new versions of the dumper are available automatically and notifies users if there is.

Grimm Troupe And More!

28 Oct 01:07
Compare
Choose a tag to compare

This release covers the new items from The Grimm Troupe.

-Make sure you get the most up to date version of PlayerDataDumper from the google drive.

  • The Grimm Troupe has Arrived and so has their Charm Icons and an Icon for the Current Number of Flames you have
  • This release adds an important new bit of functionality in layout profiles! Profiles are now stored next to your save files and the copy-pasta of the past is no more. (though you can still send someone your config using the "Get Config Url" button). Note that with this change, Hollow Knight needs to be running when you're editing your layout.
    ** Up to 3 different layouts can be stored.
    ** The first time you open the overlay after this new release, you'll be prompted to import your existing config into profile # 1.
    ** Instead of the old url with a big long config, your URL will now look like https://iamwyza.github.io/HollowKnightRandomizerTracker/Index.html?profile=1
  • The 2nd big change that comes with profiles is real time layout updates between your browser and OBS. Changes made in your browser to the containers size, location, icon order, etc, will be reflected nearly instantly in OBS, no more copy/paste of URL to update your layout.
  • Snapping to the top should now function correctly in the editor
  • Spells should no longer show level 2 when all you have is level 1
  • Notch Count - equipped and total is now available as an icon.
  • Initial layout has been adjusted somewhat to make the spacing a little more consistent

2.0 - Nearly Full Rewrite - New UI Editor

21 Oct 21:00
Compare
Choose a tag to compare

This release covers a wide range of changes. While the fundamental concepts have not changed a majority of the backend code has been rewritten for both normal use and setup.

  • Near total backend rewrite to increase flexibility and to support new frontend functionality
  • Massively reduced the amount of data passed between HK and the Tracker during normal use.
  • Setup UI to allow for simple mouse based positioning, scaling, sizing, configuration is now stored in the URL, allowing for sharing of setups with other players.
  • Support for Dream Gate / Dream Nail / Awoken Dream Gate / Watchers / Elegant Key / Kingsoul
  • Better support for screen sizes other than 1080p
  • Sly's Key / Elegant Key now show a red border once you've given/used the key instead of it looking like you never got the key
  • Relics should now properly show the counts
  • Seed Information is now optionally showable.
  • Items can be disabled outright
  • Items can be moved from one container to another
  • All icons have had their sizes normalized to maintain consistency
  • Simplified steps to locally run UI (usually not needed)