Skip to content

Releases: ClementDreptin/Hayzen

v8.0.1

27 Sep 10:01
Compare
Choose a tag to compare

Bug fixes

  • Fixed 2 crashes on devkits
    • Allowing debug builds on devkits was removed because they can already run debug builds. Their firmware is different so replacing instructions at arbitrary addresses was dangerous and caused a crash.
    • Devkits are a little slower and need more time to load games in memory so the wait time before initialization had to be increased for devkits.

v8.0.0

07 Sep 23:50
Compare
Choose a tag to compare

Features

  • Added support for Call of Duty Future Warfare (NX1).

Bug fixes

  • Fixed a crash that happened when unloading the plugin after going back to the dashboard.

Breaking changes

  • Debug builds are now enabled by default.

v7.3.0

04 Mar 20:55
Compare
Choose a tag to compare

Features

  • Added the ability to scroll within an OptionGroup.

Bug fixes

  • Fixed the console freezing when unloading the plugin while on a supported game.

v7.2.0

25 Aug 16:08
Compare
Choose a tag to compare

Features

  • Added a new option to allow running debug builds (EXEs) on retail kernel (so no need for a devkit or RGLoader). More info in the README
  • Added a jump height option to all multiplayer games
  • Added a spawn blocker to all multiplayer games
  • Made the config file path calculation work even when the plugin is not loaded via Dashlaunch

Bug fixes

  • Fixed the first option of a SubOptionGroup being automatically clicked when the SubOptionGroup gets open
  • Fixed the y position of the number being wrong in RangeOptions
  • Fixed the controls text appearing for 1 frame when it's disabled by loading the config when the plugin loads and not when the menu initializes
  • Renamed the 'Customization' tab to 'Settings'

v7.1.2

18 Mar 13:48
Compare
Choose a tag to compare

Bug fixes

  • Fixed the menu being reset each round in round-based gamemodes. This prevented the menu from knowing a bot was in the game in the next rounds and reset the saved position among other things.

v7.1.1

12 Mar 10:42
Compare
Choose a tag to compare

Bug fixes

  • Fixed the RangeOption min and max not working when going out of the integer type bounds
  • Fixed the fall damage initialization not working properly

v7.1.0

10 Mar 22:58
Compare
Choose a tag to compare

Features

  • A "Save Settings" option in the "Customization" tab that saves the current menu settings to a file on disk. The file is in the same directory as the plugin when it's loaded with DashLaunch, at the root of the hard drive otherwise.
  • A "Reset Settings" option to reset all settings to their default values

v7.0.0

26 Feb 14:32
Compare
Choose a tag to compare

Features

  • The auto updater has been removed because the hoster I was using to host the updater API stopped their free plan. This feature might come back if I find a new good free way of hosting the API.
  • A brand new (and more appealing) UI.
  • A new "Customization" section to customalize the look of the menu.

v6.1.0

07 Nov 23:37
Compare
Choose a tag to compare

Features

  • The plugin now includes an auto updater. When a new release comes out, a message box is prompted asking you if you want to download the latest version. If you click "Yes", the new version will start downloading. Once complete, another message box is prompted telling you that you need to reboot your console to apply the changes, you can directly reboot your console from the message box by clicking "Yes" again.

v6.0.3

15 Apr 17:19
Compare
Choose a tag to compare

Refactoring

  • Used the new Detour class from XexUtils for hooking functions