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
70 stars 57 forks source link

Enhancement: Better audio-to-difficulty system #153

Closed daisukidaisy closed 2 years ago

daisukidaisy commented 2 years ago

What's currently there

"Inst-foo" and "Voices-bar" will correspond to "FOO" and "BAR" difficulties respectively. You currently cannot have two difficulties use the special audio files without duplicating them under different names.

A helpful addition

A line in the .json file that itself determines which Inst and Voices files are used. That way, there can be multiple difficulties that use the audio files labeled with "ERECT" or "GODMODE" difficulty, for example, if need be.

Leather128 commented 2 years ago

sounds good

Leather128 commented 2 years ago

added in be8cf95 with the specialAudioName property in song.json file (nothing in charting state yet but yes)