TeamRizu / OutFox

The Bug Reporting Repository for OutFox LTS 0.4, Alpha V and Steam Early Access Builds
https://projectoutfox.com
Apache License 2.0
182 stars 3 forks source link

[Nitpick] Long mine is "TapNoteSubType_Hold" when saving chart to lua #551

Open NarrikSynthfox opened 2 years ago

NarrikSynthfox commented 2 years ago

Game Mode

No response

Give an example of what is wrong

As the title says, long mines are "TapNoteSubType_Hold" when saving to LUA, had to manually change it for a modfile i'm working on that uses chart to lua.

Give an example of what it should look like

Maybe "TapNoteSubType_MineHold" instead?

JoseVarelaP commented 2 years ago

In this case, distinguishing Holds from Minefields and LiftHolds is by a TapNoteGroupType, not a SubType (this is because a minefield as well as LiftHolds can also have roll-like behaviour), so a new entry will be needed on the saving of chart to lua.