vivaria / tja2fumen

Mod tool to convert TJA chart files (.tja) into .bin files compatible with official games
https://pypi.org/project/tja2fumen/
MIT License
12 stars 1 forks source link

Intentionally fail early when a song has more measures than TDMX's limit (>300) #38

Open vivaria opened 1 year ago

vivaria commented 1 year ago

@Deathbloodjr alerted me to the fact that some official games have a limit to the number of measures that can be included in a song. But, currently, both tja2bin and tja2fumen will convert these TJAs without error. Only when the songs are played in TDMX does the game crash.

To avoid this, it would be helpful to catch this early and fail, so that users don't end up with a broken song in their song list.