Skip to content

Releases: ClementDreptin/Hayzen

v8.2.1

04 Feb 20:22
Compare
Choose a tag to compare

Bug fixes

  • Fixed changing the jump height not working on MW2 multiplayer.

v8.2.0

03 Jan 00:23
Compare
Choose a tag to compare

Features

  • Added an option to remove invisible barriers on all the games.

v8.1.1

30 Dec 13:11
Compare
Choose a tag to compare

Bug fixes

  • Fixed saving settings not working.

v8.1.0

27 Nov 15:33
Compare
Choose a tag to compare

Features

  • Added more options to the spawn menu to control the care package position and angle.
  • Allowed the plugin to be loaded while already in a match.

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