special scoring should work without tricks in 1.3
This commit is contained in:
@@ -22,7 +22,7 @@ function InitUserPrefs()
|
|||||||
SetUserPref("UserPrefGameplayShowScore", false);
|
SetUserPref("UserPrefGameplayShowScore", false);
|
||||||
end;
|
end;
|
||||||
if GetUserPref("UserPrefSpecialScoringMode") == nil then
|
if GetUserPref("UserPrefSpecialScoringMode") == nil then
|
||||||
SetUserPref("UserPrefSpecialScoringMode", 1);
|
SetUserPref("UserPrefSpecialScoringMode", 'DDR 1st Mix');
|
||||||
end;
|
end;
|
||||||
if GetUserPrefB("UserPrefShowLotsaOptions") == nil then
|
if GetUserPrefB("UserPrefShowLotsaOptions") == nil then
|
||||||
SetUserPref("UserPrefShowLotsaOptions", true);
|
SetUserPref("UserPrefShowLotsaOptions", true);
|
||||||
|
|||||||
@@ -827,8 +827,7 @@ ItemsLongRowSharedX=SCREEN_CENTER_X
|
|||||||
|
|
||||||
[ScreenOptionsTheme]
|
[ScreenOptionsTheme]
|
||||||
Fallback="ScreenOptionsServiceChild"
|
Fallback="ScreenOptionsServiceChild"
|
||||||
LineNames="gNotePos,gAuto,gScore,gSDisp,gOpts,gLongFail,gComboUnderField,FlashyCombo,AdjustSpeed"
|
LineNames="gNotePos,gAuto,gScore,gSScore,gSDisp,gOpts,gLongFail,gComboUnderField,FlashyCombo,AdjustSpeed"
|
||||||
#,gAuto,gSScore
|
|
||||||
LinegNotePos="lua,GamePrefNotePosition()"
|
LinegNotePos="lua,GamePrefNotePosition()"
|
||||||
LinegScore="lua,UserPrefGameplayShowScore()"
|
LinegScore="lua,UserPrefGameplayShowScore()"
|
||||||
LinegSScore="lua,UserPrefSpecialScoringMode()"
|
LinegSScore="lua,UserPrefSpecialScoringMode()"
|
||||||
|
|||||||
Reference in New Issue
Block a user