Leather128 / LeatherEngine

Just a little engine I decided to make since nobody seemed to have true custom mod support.
GNU General Public License v3.0
71 stars 58 forks source link

Enhancement: Unhardcode mania arangements + infinite mania #48

Closed FloweyProgramer closed 2 years ago

FloweyProgramer commented 2 years ago

Make it so there is a text file with the mania arrow arrangements, like 9k being LEFT DOWN UP RIGHT DIAMOND LEFT DOWN UP RIGHT or 10k being LEFT DOWN UP RIGHT UP2 DOWN2 LEFT DOWN UP RIGHT. or if the modder wanted to add more mania, like 21 keys, they could specify the mania arrangement as well as the keybinds in the songs data folder. This suggestion is bloated with lots of logistical problems, but i think unhardcoding one of the main features of the engine would be fun

Leather128 commented 2 years ago

that seems like a good idea actually, shouldn't be too hard since the arrow values are already in an array.

Leather128 commented 2 years ago

actually that makes this a lot easier to implement than i thought lol

Onemario1234 commented 2 years ago

This sounds like it would be such a cool feature if added.

Leather128 commented 2 years ago

Added in commit #59488e6!!!