Theme Audio - RhythmLunatic/stepmania GitHub Wiki
aka "More things that the engine can do but nobody knew about because nobody documented it".
When you put PlayMusic=true
in metrics.ini and you have audio matching the name of the screen, it will play.
Also you can put (loop)
after the name to make it loop, but this is a RAGESOUNDMAN thing.
Examples: ScreenSelectProfile music (loop).ogg
, ScreenEvaluation music (loop).ogg
.
If you have a .sm or .ssc file with a lights chart with the same name as the audio in the same location it can also be used to override lights data. Though the point of this feature is for lights data for gameplay.
Changing the 'start beat' in the sm/ssc will also control the start of the music? And the loop point? I don't know.