diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index afa782df23..06316f636c 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -1837,6 +1837,7 @@ Mode=Choose what type of backgrounds you would like displayed.::&oq;Animations&c Brightness=Controls how bright the background will appear.::Turn this setting down if you have a hard time seeing the notes. Danger=Turn this option &oq;OFF&cq; to disable the flashing &oq;Danger&cq;::background that shows when you're about to die. DancingCharacters=Turn this option &oq;OFF&cq; to disable the dancing characters::in the background. Even if this option is &oq;ON&cq;,::characters will only show if you have some installed. +RandomBackgrounds=Choose the maximum number of random backgrounds to be loaded simultaneously. [ScreenAppearanceOptions] HelpText=&UP; &DOWN; to change line &LEFT; &RIGHT; to select between options::START to accept changes BACK to discard changes @@ -1883,10 +1884,14 @@ TimeStartY=140 SecondsPerPage=5 ShowCategories=1 CoursesToShow=Courses/DDRMAX/NaokiStandard.crs,Courses/DDRMAX/ParanoiaBrothers.crs,Courses/Samples/PlayersBest1-4.crs -NotesTypesToHide=dance-couple,dance-solo +NotesTypesToHide=dance-couple,dance-solo,pump-halfdouble TextColor1=0.6,0.6,1,1 TextColor2=1,0.3,0.3,1 TextColor3=0.3,1,0.3,1 +# Not all game types have NotesTypesToHide set, so add a few dummy colors +# to prevent a crash. +TextColor4=1.0,1,1.0,1 +TextColor5=1.0,1,1.0,1 [ScreenSoundOptions] HelpText=&UP; &DOWN; to change line &LEFT; &RIGHT; to select between options::START to accept changes BACK to discard changes