Skip to content

MAIN - v1.1.2

Compare
Choose a tag to compare
@Legendary-Candice-Joe Legendary-Candice-Joe released this 03 Sep 08:50
· 454 commits to main since this release

Once again another minor update.

So please read the CHANGELOG or release of 1.1.0

Stuff for this version:

  1. Actually Actually fixed the chart editor this time (hopefully).
  2. Fixed bug where you can't delete notes in 1/3 zoom level.
  3. Added navigation improvements.
  4. Linux build

SUPER IMPORTANT NOTE FOR PLAYERS AND MODDERS!

IF YOU GOT A CRASH ON THE "TEST" SONG OR A SONG YOU'VE MADE (1.1.2 and below)
THE TEMPORARY FIX IS TO JUST INSERT MORE SECTIONS AND THE END OF THE CHART.

This bug has or at least should've been fixed. Turns out the camera code that changes what
character the camera looks at has 1 LINE that causes the game to crash because of a section
that doesn't exist before the music ends.

For now the fix is to insert more sections at the end of the chart so the song finished before the
game crashes. This will be fixed in 1.2.0 so fear not.

Also another semi-important note for modders using this version.

Dialogue has a bug where it doesn't carry over to the next song in story mode.
So song 1 can have dialogue and then song 2 even though it should have dialogue will end up skipping it.

The fix is to add seenCutscene = false; under the endSong function in PlayState.hx!