Forums » General Questions » How to not show BPM when playing?

1
Hello,

I looked at all the options and even in some INI files to see if I could find a way to NOT show the BPM of the song while you are playing the song. Is there an option for that somewhere?

Thank you.
Reply
you'd have to remove this line:
https://github.com/stepmania/stepmania/blob/master/Themes/default/BGAnimations/ScreenGameplay%20decorations/default.lua#L227

Last edited: 29 October 2015 8:58am

Reply
Thanks for the info.
It seems to be working fine with the default theme but I couldn't find the same setting for the theme I am using.
I am using Stepmania 5 Beta 4 with In the Groove 2 theme revision 4.
Is there something I'm missing somewhere else?

Thank you.

EDIT: I found it!

For anyone that is looking to do the same thing, edit the following file:
<StepMania 5 folder>\Themes\In The Groove 2 (REVISION 4)\BGAnimations\ScreenGameplay decorations\normal\default.lua

Remove (or comment out) the following lines:
[[t[#t+1] = LoadActor("BPMDisplay")..{

InitCommand=cmd(draworder,999;CenterX;y,SCREEN_TOP+55);
OnCommand=cmd(zoom,0;sleep,2;decelerate,1;zoom,1);
OffCommand=cmd(zoom,1;sleep,0;decelerate,0.3;zoom,0);
};

Last edited: 9 November 2015 4:50pm

Reply