jmbodisch / TRIWAV

rhythm game
1 stars 0 forks source link

Investigate using .sm files #31

Open jmbodisch opened 6 years ago

jmbodisch commented 6 years ago

As the game currently stands, there are only 6 potential inputs: 3 taps, 3 swipe/spins. Perhaps a doubles chart for stepmania could work. This would take off the heavy load of thinking of a format for charting.

jmbodisch commented 6 years ago

I never really realized how simple .sm files were to integrate, this might be a feasible solution. Just have to parse all of the info at the beginning into a struct or something, then parsing the measures seems not too difficult. [number of lines in measure] = [subdivision size]

jmbodisch commented 6 years ago

There's nothing to merge here, but I'll put it in the "merged" because it's mostly done. For now, I'm settling on doing this. Nobody's here to say no lol