Add another SXT caveat

This commit is contained in:
beerpsi 2024-05-27 11:03:42 +07:00
parent 7d8c3d10bf
commit 549ebaf02f

View File

@ -52,4 +52,8 @@ make the slide fade in (`!` makes the slide suddenly appear in standard simai).
#### SXT caveats
- Encrypted chart files (`.srb`/`.szb`/`.scb`/`.sdb`) are not supported. Decrypt
them before loading into the game.
them before loading into the game.
- Since this chart format does not contain timing data, the song's BPM is retrieved
by loading the `Music.xml` associated with the chart, **and it is assumed that the
chart and `Music.xml` is in the same folder**. The SXT loader will not work if the
chart file is somehow in a different folder from `Music.xml`.