Releases: Aeroluna/Heck
Releases Β· Aeroluna/Heck
v2024-12-19
Heck v1.7.2
- Reworked base properties to allow mix and matching values, e.g.
"position": ["baseEnergy", 2, "baseSongTime"]
. - Added way to use specific parts of base properties, e.g.
"position": ["baseHeadPosition.zy", "baseNote0Color.x"]
. - Added way to smooth base properties by appending
.s3
, where the lower the value, the smoother, e.g."position": ["baseHeadPosition.s10"]
. - Fixed a bug where player transform base properties would not work in BeatLeader replays.
- Changed deserialized data to be public (modder only).
Chroma v2.9.12
- Small internal code clean up.
Noodle Extensions v1.7.8
- Fixed a bug where Camera2 wouldn't track the head being separated from the root.
- Fixed a bug where parented note debris would stutter when moved.
Full Changelog: v2024-12-06...v2024-12-19
v2024-12-06
Heck v1.7.1
- Fixed issue where
baseMultiplier
would not be set on map start. - Added
baseRelativeScore
. - Fixed issue where chains were not having their game objects tracked. This caused chains to not be parented properly by NE.
- Fixed issue where ReLoader would crash when hot-reloading on BS v1.37+. #130
Chroma v2.9.11
- Refactored component duplication. Fixes issues of missing component dependencies in BS v1.39+ #128
Noodle Extensions v1.7.7
Full Changelog: v2024-11-19...v2024-12-06
v2024-11-19
Heck v1.7.0
- Fixed an issue where AnimateTrack events were not properly skipped when using practice mode in BS v1.39.0.
- Integrated all base providers into Heck.
- Added new bases:
baseCombo
,baseMultipliedScore
,baseImmediateMaxPossibleMultipliedScore
,baseModifiedScore
,baseImmediateMaxPossibleModifiedScore
,baseMultiplier
,baseEnergy
,baseSongTime
,baseSongLength
.
Chroma v2.9.10
- Fixed an issue where AnimateComponent/Gradient events were not properly skipped when using practice mode in BS v1.39.0.
- Moved color base providers to Heck.
Noodle Extensions v1.7.7
- Moved player transform base providers to Heck.
- Fixed an issue where
_scale
was being read incorrectly on v2 maps. - Fixed an issue where note look was using world position instead of local position.
- Fixed compatibility with Camera2 and player movement.
Full Changelog: v2024-11-14...v2024-11-19
v2024-11-14
v2024-11-01
Noodle Extensions v1.5.5
- Updated to Beat Saber v1.27.0
Heck v1.4.6
- Updated to Beat Saber v1.27.0
- Changed ReLoader to default start time to practice start time.
Known Issues:
- ReLoader does not work in songs!!!!!
Chroma v2.7.2
- Updated to Beat Saber v1.26.0
Chroma v2.7.1
- Fixed legacy environment removal never activating.
Noodle Extensions v1.5.4
- Fixed bug where flip tag did not respect left handed mode.