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

Add support for `#BRANCHSTART p,999,999` and `#SECTION` commands via `imcanz.tja` #30

Closed vivaria closed 1 year ago

vivaria commented 1 year ago

This PR adds a new chart to the test suite (imcanz.tja) that uses p,0,0, p,999,999 and #SECTION commands:

Note: Only the Oni and Hard difficulties have actually been added to the test suite. The Normal and Easy charts were too broken to easily match the official fumens. They will need a lot of work to fix charting errors, so I'm leaving them commented out for now.

Fixes #27.