die, AdjustSpeed
This commit is contained in:
@@ -64,7 +64,6 @@ UserPrefSpecialScoringMode=Special Scoring Mode
|
|||||||
GamePrefNotePosition=Note Positions
|
GamePrefNotePosition=Note Positions
|
||||||
GamePrefComboOnRolls=Rolls Increment Combo
|
GamePrefComboOnRolls=Rolls Increment Combo
|
||||||
GamePrefComboUnderField=Combo Under Field
|
GamePrefComboUnderField=Combo Under Field
|
||||||
GamePrefAdjustSpeed=Adjust Speed
|
|
||||||
|
|
||||||
UserPrefGameplayShowScore=Show Score
|
UserPrefGameplayShowScore=Show Score
|
||||||
UserPrefGameplayShowStepsDisplay=Show Steps
|
UserPrefGameplayShowStepsDisplay=Show Steps
|
||||||
@@ -76,7 +75,6 @@ GamePrefAutoSetStyle=Allow the game to list all one player and two player modes
|
|||||||
GamePrefNotePosition=Determines where the arrow receptors are placed in gameplay.
|
GamePrefNotePosition=Determines where the arrow receptors are placed in gameplay.
|
||||||
GamePrefComboOnRolls=Choose if rolls should increment the combo or not.
|
GamePrefComboOnRolls=Choose if rolls should increment the combo or not.
|
||||||
GamePrefComboUnderField=Determine if the combo should display under the notes or not.
|
GamePrefComboUnderField=Determine if the combo should display under the notes or not.
|
||||||
GamePrefAdjustSpeed=Adjust the default scale for speed modifiers. Normal corresponds to the original StepMania 3.9 speed, Fast is twice that rate.
|
|
||||||
|
|
||||||
UserPrefGameplayShowScore=Show or Hide the score display in gameplay.
|
UserPrefGameplayShowScore=Show or Hide the score display in gameplay.
|
||||||
UserPrefSpecialScoringMode=Select the scoring mode to be used if the Special scoring type is selected.
|
UserPrefSpecialScoringMode=Select the scoring mode to be used if the Special scoring type is selected.
|
||||||
|
|||||||
@@ -824,7 +824,7 @@ ItemsLongRowSharedX=SCREEN_CENTER_X
|
|||||||
|
|
||||||
[ScreenOptionsTheme]
|
[ScreenOptionsTheme]
|
||||||
Fallback="ScreenOptionsServiceChild"
|
Fallback="ScreenOptionsServiceChild"
|
||||||
LineNames="gNotePos,gAuto,gScore,gSScore,gSDisp,gOpts,gLongFail,gComboUnderField,FlashyCombo,AdjustSpeed"
|
LineNames="gNotePos,gAuto,gScore,gSScore,gSDisp,gOpts,gLongFail,gComboUnderField,FlashyCombo"
|
||||||
LinegNotePos="lua,GamePrefNotePosition()"
|
LinegNotePos="lua,GamePrefNotePosition()"
|
||||||
LinegScore="lua,UserPrefGameplayShowScore()"
|
LinegScore="lua,UserPrefGameplayShowScore()"
|
||||||
LinegSScore="lua,UserPrefSpecialScoringMode()"
|
LinegSScore="lua,UserPrefSpecialScoringMode()"
|
||||||
@@ -834,7 +834,6 @@ LinegAuto="lua,GamePrefAutoSetStyle()"
|
|||||||
LinegLongFail="lua,UserPrefLongFail()"
|
LinegLongFail="lua,UserPrefLongFail()"
|
||||||
LinegComboUnderField="lua,GamePrefComboUnderField()"
|
LinegComboUnderField="lua,GamePrefComboUnderField()"
|
||||||
LineFlashyCombo="lua,UserPrefFlashyCombo()"
|
LineFlashyCombo="lua,UserPrefFlashyCombo()"
|
||||||
LineAdjustSpeed="lua,GamePrefAdjustSpeed()"
|
|
||||||
[ScreenOptionsSystemDirection]
|
[ScreenOptionsSystemDirection]
|
||||||
LineNames="1,2,3,4,5,6,7,8,9,FlashyCombo,RollCombo,10,11,12,13,14,15,16,LF,17,18,19,20,21,22"
|
LineNames="1,2,3,4,5,6,7,8,9,FlashyCombo,RollCombo,10,11,12,13,14,15,16,LF,17,18,19,20,21,22"
|
||||||
LineLF="lua,UserPrefLongFail()"
|
LineLF="lua,UserPrefLongFail()"
|
||||||
|
|||||||
Reference in New Issue
Block a user