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

Timing windows are incorrect for easier difficulties #73

Closed vivaria closed 4 months ago

vivaria commented 4 months ago

The timing windows for fumens are currently hardcoded here:

https://github.com/vivaria/tja2fumen/blob/09d83c38089f3da935c045abb6878e10004f885f/src/tja2fumen/classes.py#L227

But, there are different timing windows for Easy/Normal:

good = 25.0250015258789
ok = 75.0750045776367
bad = 108.441665649414
good_easy = 41.7083358764648
ok_easy = 108.441665649414
bad_easy = 125.125

This should be very easy to fix.