Skip to content

Releases: Aeroluna/Heck

v2024-12-19

19 Dec 03:57
Compare
Choose a tag to compare

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

06 Dec 05:50
Compare
Choose a tag to compare

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

20 Nov 01:25
Compare
Choose a tag to compare

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

14 Nov 05:31
Compare
Choose a tag to compare

Noodle Extensions v1.7.6

  • Update to v1.39.0

Full Changelog: v2024-11-01...v2024-11-14

v2024-11-01

01 Nov 07:30
Compare
Choose a tag to compare

Heck v1.6.7

Chroma v2.9.9

Noodle Extensions v1.7.5

Full Changelog: heck-v1.4.6...v2024-11-01

Noodle Extensions v1.5.5

16 Dec 23:43
Compare
Choose a tag to compare
  • Updated to Beat Saber v1.27.0

Heck v1.4.6

16 Dec 23:43
Compare
Choose a tag to compare
  • 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

09 Nov 21:49
Compare
Choose a tag to compare
  • Updated to Beat Saber v1.26.0

Chroma v2.7.1

15 Oct 11:47
Compare
Choose a tag to compare
  • Fixed legacy environment removal never activating.

Noodle Extensions v1.5.4

08 Oct 13:18
Compare
Choose a tag to compare
  • Fixed bug where flip tag did not respect left handed mode.