add versus 5 and 7 key modes to beat, hopefully fixing issue 511
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user