Releases: ClementDreptin/Hayzen
Releases · ClementDreptin/Hayzen
v8.2.1
v8.2.0
Features
- Added an option to remove invisible barriers on all the games.
v8.1.1
Bug fixes
- Fixed saving settings not working.
v8.1.0
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
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
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
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
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 theSubOptionGroup
gets open - Fixed the y position of the number being wrong in
RangeOption
s - 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
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
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