Skip to content

Noodle Extensions v1.5.0

Compare
Choose a tag to compare
@Aeroluna Aeroluna released this 08 Oct 13:17
· 230 commits to master since this release
  • Fixed bug where "_flip" would not be read for v2 maps. (#51)
  • Fixed bug where flip and before jump note line layer were not being calculated for v3 maps.
  • Fixed bug where precision placed notes would unintentionally have a flipLineIndex set, causing them to slide. (#49)
  • Fixed hard crash when playing a noodle extensions map in multiplayer. (thank you @Goobwabber)
  • Changed AssignTrackParent and AssignPlayerToTrack to use the standard TransformController controls (position, localPosition, rotation, localRotation, scale). This change only affects v3 maps.
  • Changed pointDefinitions from an array to an object.
  • Added various under-the-hood performance improvements.
  • Added arc/chain noodling support.
  • Uncapped arc height. Don't ask to uncap x position because it is impossible.
  • Changed AssignPlayerToTrack to no longer reset position while paused but instead move pause menu to player. (Works in multiplayer as well)