diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index 742c84a4c8..12254b9632 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -28,7 +28,7 @@ function GameCompatibleModes() local Modes = { dance = "Single,Double,Solo,Versus,Couple", pump = "Single,Double,HalfDouble,Versus,Couple,Routine", - beat = "5Keys,7Keys,10Keys,14Keys", + beat = "5Keys,7Keys,10Keys,14Keys,Versus5,Versus7", kb7 = "KB7", para = "Single", techno = "Single4,Single5,Single8,Double4,Double8", diff --git a/Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua b/Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua index f07f31774c..8632fbebb8 100644 --- a/Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua +++ b/Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua @@ -4,11 +4,10 @@ function InitGamePrefs() { { "DefaultFail", "Immediate" }, }; - + local BPrefs = { { "ComboOnRolls", false }, - }; for idx,pref in ipairs(Prefs) do @@ -39,13 +38,14 @@ function InitUserPrefs() local BPrefs = { + { "UserPrefAutoSetStyle", false }, { "UserPrefComboUnderField", true }, - { "UserPrefAutoSetStyle", false }, - { "UserPrefNotePosition", true }, - { "UserPrefShowLotsaOptions", true}, { "UserPrefLongFail", false}, + { "UserPrefNotePosition", true }, { "UserPrefProtimingP1", false}, { "UserPrefProtimingP2", false}, + { "UserPrefShowLotsaOptions", true}, + { "ComboOnRolls", false}, { "FlashyCombos", false}, { "GameplayFooter", false}, }; diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index 48c4841691..aa078722a0 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -1757,6 +1757,8 @@ ChoiceRoutine="name,Routine;style,routine;text,Routine;screen,"..Branch.AfterSel ChoiceHalfDouble="name,HalfDouble;style,halfdouble;text,HalfDouble;screen,"..Branch.AfterSelectStyle() Choice5Keys="name,5Keys;style,single5;text,5Keys;screen,"..Branch.AfterSelectStyle() Choice7Keys="name,7Keys;style,single7;text,7Keys;screen,"..Branch.AfterSelectStyle() +ChoiceVersus5="name,Versus5;style,versus5;text,Versus5;screen,"..Branch.AfterSelectStyle() +ChoiceVersus7="name,Versus7;style,versus7;text,Versus7;screen,"..Branch.AfterSelectStyle() Choice10Keys="name,10Keys;style,double10;text,10Keys;screen,"..Branch.AfterSelectStyle() Choice14Keys="name,14Keys;style,double14;text,14Keys;screen,"..Branch.AfterSelectStyle() ChoiceKB7="name,kb7;style,single;screen,"..Branch.AfterSelectStyle()