[metricClean -> default] Good start for cleaning.

More can be done later.
This commit is contained in:
Jason Felds
2011-04-04 00:33:29 -04:00
3 changed files with 835 additions and 737 deletions
+42 -9
View File
@@ -64,6 +64,7 @@ OverlayScreens="ScreenSystemLayer,ScreenSyncOverlay,ScreenStatsOverlay,ScreenDeb
PercentScoreDecimalPlaces=2 PercentScoreDecimalPlaces=2
# 02 # # 02 #
[LightsManager] [LightsManager]
# Mostly useless since it doesn't work, as well as that barely anyone has # Mostly useless since it doesn't work, as well as that barely anyone has
# lights to play around with. # lights to play around with.
@@ -128,6 +129,7 @@ AutoLockChallengeSteps=false
UnlockNames="" UnlockNames=""
# 03 # # 03 #
[ArrowEffects] [ArrowEffects]
# Complicated stuff you probably shouldn't ever mess with or else you'll # Complicated stuff you probably shouldn't ever mess with or else you'll
# destroy mods completely! # destroy mods completely!
@@ -233,6 +235,11 @@ FormatString="%03.0f"
[CodeDetector] [CodeDetector]
# Codes on the MusicWheel that change stuff! # Codes on the MusicWheel that change stuff!
# For Future Reference:
# @ = Holding
# - = In Conjuction With / Then
# ~ = Released
# + = At The Same Time
PrevSteps1="Up,Up" PrevSteps1="Up,Up"
PrevSteps2="MenuUp,MenuUp" PrevSteps2="MenuUp,MenuUp"
NextSteps1="Down,Down" NextSteps1="Down,Down"
@@ -279,6 +286,7 @@ SaveScreenshot1="MenuLeft-MenuRight"
SaveScreenshot2="" SaveScreenshot2=""
CancelAllPlayerOptions="Left,Right,Left,Right,Left,Right" CancelAllPlayerOptions="Left,Right,Left,Right,Left,Right"
BackInEventMode="" BackInEventMode=""
[CodeDetectorOnline] [CodeDetectorOnline]
Fallback="CodeDetector" Fallback="CodeDetector"
PrevSteps1="MenuUp,MenuUp" PrevSteps1="MenuUp,MenuUp"
@@ -337,6 +345,7 @@ TipShowTime=4
TipSwitchTime=1 TipSwitchTime=1
# The Command when its made # The Command when its made
TipOnCommand=shadowlength,0;diffuseblink TipOnCommand=shadowlength,0;diffuseblink
[Judgment] [Judgment]
# New # # New #
JudgmentOnCommand= JudgmentOnCommand=
@@ -438,6 +447,7 @@ PumpRoutineString="Routine"
# Difficulty_Edit-StepsType_Pump_Halfdouble=Edit # Difficulty_Edit-StepsType_Pump_Halfdouble=Edit
# Difficulty_Edit-StepsType_Pump_Double=Edit # Difficulty_Edit-StepsType_Pump_Double=Edit
# Course=Progressive # Course=Progressive
[CustomScoring] [CustomScoring]
# Custom scoring, usually good for custom games. # Custom scoring, usually good for custom games.
@@ -464,6 +474,7 @@ PointsCheckpointMiss=-5
PointsNone=0 PointsNone=0
PointsHoldHeld=+5 PointsHoldHeld=+5
PointsHoldLetGo=-5 PointsHoldLetGo=-5
[DifficultyList] [DifficultyList]
# A list that shows difficulties in a song. # A list that shows difficulties in a song.
CapitalizeDifficultyNames=false CapitalizeDifficultyNames=false
@@ -585,6 +596,7 @@ StreamX=0
StreamY=0 StreamY=0
OverX=0 OverX=0
OverY=0 OverY=0
[LifeMeterBattery] [LifeMeterBattery]
# The bar that shows up in Oni mode. # The bar that shows up in Oni mode.
@@ -627,7 +639,6 @@ DancePointsP2Y=0
DancePointsP2OnCommand=zoom,0.7;shadowlength,0;diffuse,PlayerColor(PLAYER_2) DancePointsP2OnCommand=zoom,0.7;shadowlength,0;diffuse,PlayerColor(PLAYER_2)
DancePointsP2OffCommand= DancePointsP2OffCommand=
[LifeMeterTime] [LifeMeterTime]
# The Lifemeter that shows up when you're playing survival. # The Lifemeter that shows up when you're playing survival.
@@ -838,19 +849,19 @@ PortalColor=color("1,0,0,1")
SortOrders={ "SortOrder_Preferred", "SortOrder_Group", "SortOrder_Title", "SortOrder_BPM", "SortOrder_Artist", "SortOrder_Genre" } SortOrders={ "SortOrder_Preferred", "SortOrder_Group", "SortOrder_Title", "SortOrder_BPM", "SortOrder_Artist", "SortOrder_Genre" }
# SortOrders={ "SortOrder_Preferred", "SortOrder_Group", "SortOrder_Title", "SortOrder_BPM", "SortOrder_Popularity", "SortOrder_Artist", "SortOrder_Genre" } # SortOrders={ "SortOrder_Preferred", "SortOrder_Group", "SortOrder_Title", "SortOrder_BPM", "SortOrder_Popularity", "SortOrder_Artist", "SortOrder_Genre" }
#
ShowRoulette=true ShowRoulette=true
ShowRandom=false ShowRandom=false
ShowPortal=false ShowPortal=false
#
SortBPMDivision=20 SortBPMDivision=20
SortLengthDivision=5 SortLengthDivision=5
#
MostPlayedSongsToShow=30 MostPlayedSongsToShow=30
RecentSongsToShow=30 RecentSongsToShow=30
#
UseEasyMarkerFlag=false UseEasyMarkerFlag=false
#
ModeMenuChoiceNames="Preferred,Group,Title,Bpm,Popularity,TopGrades,Artist,EasyMeter,MediumMeter,HardMeter,ChallengeMeter,DoubleEasyMeter,DoubleMediumMeter,DoubleHardMeter,DoubleChallengeMeter,Genre,Length,Recent" ModeMenuChoiceNames="Preferred,Group,Title,Bpm,Popularity,TopGrades,Artist,EasyMeter,MediumMeter,HardMeter,ChallengeMeter,DoubleEasyMeter,DoubleMediumMeter,DoubleHardMeter,DoubleChallengeMeter,Genre,Length,Recent"
# ModeMenuChoiceNames="Preferred,Group,Title,Bpm,Popularity,TopGrades,Artist,EasyMeter,MediumMeter,HardMeter,ChallengeMeter,DoubleEasyMeter,DoubleMediumMeter,DoubleHardMeter,DoubleChallengeMeter,Genre,Length,Recent,NormalMode,BattleMode" # ModeMenuChoiceNames="Preferred,Group,Title,Bpm,Popularity,TopGrades,Artist,EasyMeter,MediumMeter,HardMeter,ChallengeMeter,DoubleEasyMeter,DoubleMediumMeter,DoubleHardMeter,DoubleChallengeMeter,Genre,Length,Recent,NormalMode,BattleMode"
ChoicePreferred="sort,Preferred" ChoicePreferred="sort,Preferred"
@@ -873,7 +884,7 @@ ChoiceLength="sort,Length"
ChoiceRecent="sort,Recent" ChoiceRecent="sort,Recent"
ChoiceNormalMode="playmode,regular" ChoiceNormalMode="playmode,regular"
ChoiceBattleMode="playmode,battle" ChoiceBattleMode="playmode,battle"
#
CustomWheelItemNames="" CustomWheelItemNames=""
[CourseWheel] [CourseWheel]
@@ -1101,7 +1112,6 @@ TextOffCommand=
[ScoreDisplayOni] [ScoreDisplayOni]
[ScoreDisplayLifeTime] [ScoreDisplayLifeTime]
FrameX= FrameX=
FrameY= FrameY=
@@ -1251,6 +1261,7 @@ SoundProperty="Pitch"
PropertyMin=7/8 PropertyMin=7/8
PropertyCenter=1.0 PropertyCenter=1.0
PropertyMax=9/8 PropertyMax=9/8
[StepsDisplayListRow] [StepsDisplayListRow]
FrameX=0 FrameX=0
FrameY=0 FrameY=0
@@ -1327,6 +1338,7 @@ ShowTraining=false
BlinkPlayersBest=true BlinkPlayersBest=true
# 04 # # 04 #
[Screen] [Screen]
ScreenInitCommand= ScreenInitCommand=
ScreenOnCommand= ScreenOnCommand=
@@ -1377,6 +1389,7 @@ HeaderTextOffCommand=
LineOnCommand=zoom,0.75 LineOnCommand=zoom,0.75
# #
[ScreenSystemLayer] [ScreenSystemLayer]
Class="ScreenSystemLayer" Class="ScreenSystemLayer"
Fallback="Screen" Fallback="Screen"
@@ -1427,6 +1440,7 @@ Fallback="Screen"
StatusOnCommand=x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+150;shadowlength,2;strokecolor,color("#000000"); StatusOnCommand=x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+150;shadowlength,2;strokecolor,color("#000000");
AdjustmentsOnCommand=x,SCREEN_CENTER_X+160;y,SCREEN_CENTER_Y; AdjustmentsOnCommand=x,SCREEN_CENTER_X+160;y,SCREEN_CENTER_Y;
# #
[ScreenStatsOverlay] [ScreenStatsOverlay]
Class="ScreenStatsOverlay" Class="ScreenStatsOverlay"
Fallback="Screen" Fallback="Screen"
@@ -1440,6 +1454,7 @@ SkipOnCommand=zoom,0.5
SkipWidth=190 SkipWidth=190
SkipSpacingY=14 SkipSpacingY=14
# #
[ScreenWithMenuElements] [ScreenWithMenuElements]
Class="ScreenWithMenuElements" Class="ScreenWithMenuElements"
Fallback="Screen" Fallback="Screen"
@@ -1834,6 +1849,7 @@ PerChoiceIconElement=false
ShowScroller=true ShowScroller=true
WrapScroller=true WrapScroller=true
ShowIcon=false ShowIcon=false
[ScreenGameInformation] [ScreenGameInformation]
Class="ScreenSelectMaster" Class="ScreenSelectMaster"
Fallback="ScreenSelectMaster" Fallback="ScreenSelectMaster"
@@ -1958,6 +1974,7 @@ ScreenModsCommand=setupcoursestagemods
# #
MusicWheelType="CourseWheel" MusicWheelType="CourseWheel"
Codes="CourseCodeDetector" Codes="CourseCodeDetector"
[CourseCodeDetector] [CourseCodeDetector]
Fallback="CodeDetector" Fallback="CodeDetector"
NextSort1= NextSort1=
@@ -1965,7 +1982,6 @@ NextSort2=
NextSort3= NextSort3=
NextSort4= NextSort4=
[StepsDisplay] [StepsDisplay]
FrameX=0 FrameX=0
FrameY=0 FrameY=0
@@ -2519,6 +2535,7 @@ ExplanationTogetherOffCommand=
[ScreenOptionsServiceExtendedChild] [ScreenOptionsServiceExtendedChild]
Fallback="ScreenOptionsServiceChild" Fallback="ScreenOptionsServiceChild"
[ScreenMiniMenu] [ScreenMiniMenu]
Class="ScreenMiniMenu" Class="ScreenMiniMenu"
Fallback="ScreenOptions" Fallback="ScreenOptions"
@@ -2838,12 +2855,14 @@ Line16="list,Steps"
Line17="list,Characters" Line17="list,Characters"
# #
[ScreenPlayerOptionsRestricted] [ScreenPlayerOptionsRestricted]
Fallback="ScreenPlayerOptions" Fallback="ScreenPlayerOptions"
NextScreen="ScreenStageInformation" NextScreen="ScreenStageInformation"
LineNames="1,8,16,17" LineNames="1,8,16,17"
# funny # funny
[ScreenSongOptions] [ScreenSongOptions]
Fallback="ScreenOptions" Fallback="ScreenOptions"
Class="ScreenSongOptions" Class="ScreenSongOptions"
@@ -2878,6 +2897,7 @@ AllowStartToSkip=false
PrepareScreen= PrepareScreen=
# 05 # A # 05 # A
[ScreenExit] [ScreenExit]
# Midiman: # Midiman:
# Fun fact, if you don't enable this screen, Force Crashing will hang # Fun fact, if you don't enable this screen, Force Crashing will hang
@@ -3290,6 +3310,7 @@ DisqualifiedP2OffCommand=
# #
DetailLineFormat="%3d/%3d" DetailLineFormat="%3d/%3d"
# #
[ScreenEvaluationNormal] [ScreenEvaluationNormal]
Fallback="ScreenEvaluation" Fallback="ScreenEvaluation"
# #
@@ -3342,11 +3363,13 @@ NextScreen=Branch.AfterProfileSave()
PrevScreen=Branch.TitleMenu() PrevScreen=Branch.TitleMenu()
# #
TimerSeconds=-1 TimerSeconds=-1
[ScreenProfileSaveSummary] [ScreenProfileSaveSummary]
Fallback="ScreenProfileSave" Fallback="ScreenProfileSave"
# #
NextScreen="ScreenGameOver" NextScreen="ScreenGameOver"
PrevScreen="ScreenGameOver" PrevScreen="ScreenGameOver"
[ScreenGameOver] [ScreenGameOver]
Class="ScreenEnding" Class="ScreenEnding"
Fallback="ScreenAttract" Fallback="ScreenAttract"
@@ -3409,6 +3432,7 @@ Answer3Of3OffCommand=
# #
# stuff for edit mode: # stuff for edit mode:
# #
[ScreenOptionsEdit] [ScreenOptionsEdit]
Class="ScreenOptionsMaster" Class="ScreenOptionsMaster"
Fallback="ScreenOptionsSimpleService" Fallback="ScreenOptionsSimpleService"
@@ -3537,6 +3561,7 @@ TimerSeconds=-1
HelpText=Screen.String("HelpTextOptionsAndBack") HelpText=Screen.String("HelpTextOptionsAndBack")
# could use a redo but whatever # could use a redo but whatever
[ScreenEdit] [ScreenEdit]
Class="ScreenEdit" Class="ScreenEdit"
Fallback="ScreenWithMenuElementsBlank" Fallback="ScreenWithMenuElementsBlank"
@@ -3642,6 +3667,7 @@ OutCancelCommand=
Fallback="StepsDisplay" Fallback="StepsDisplay"
# oh, right, minimenus. # oh, right, minimenus.
[ScreenMiniMenuEditHelp] [ScreenMiniMenuEditHelp]
Fallback="ScreenMiniMenu" Fallback="ScreenMiniMenu"
ShowFooter=false ShowFooter=false
@@ -3703,6 +3729,7 @@ Fallback="ScreenMiniMenu"
Fallback="ScreenMiniMenu" Fallback="ScreenMiniMenu"
# Export Packages # Export Packages
[ScreenOptionsExportPackage] [ScreenOptionsExportPackage]
Class="ScreenOptionsExportPackage" Class="ScreenOptionsExportPackage"
Fallback="ScreenOptionsSimpleService" Fallback="ScreenOptionsSimpleService"
@@ -3720,6 +3747,7 @@ Fallback="OptionRowService"
TitleX=SCREEN_CENTER_X-150 TitleX=SCREEN_CENTER_X-150
# Manage Courses # Manage Courses
[OptionRowCourseOverview] [OptionRowCourseOverview]
Fallback="OptionRowService" Fallback="OptionRowService"
ItemsLongRowSharedX=SCREEN_CENTER_X-100 ItemsLongRowSharedX=SCREEN_CENTER_X-100
@@ -3768,6 +3796,7 @@ EditScreen="ScreenOptionsEditCourse"
OptionRowNormalMetricsGroup="OptionRowCourseOverview" OptionRowNormalMetricsGroup="OptionRowCourseOverview"
# visual/interactive syncing # visual/interactive syncing
[ScreenGameplaySyncMachine] [ScreenGameplaySyncMachine]
Class="ScreenGameplaySyncMachine" Class="ScreenGameplaySyncMachine"
Fallback="ScreenGameplay" Fallback="ScreenGameplay"
@@ -3797,6 +3826,7 @@ Fallback="Player"
ComboOnCommand=visible,false ComboOnCommand=visible,false
# sm-ssc helper screens # sm-ssc helper screens
[ScreenHowToInstallSongs] [ScreenHowToInstallSongs]
Class="ScreenSplash" Class="ScreenSplash"
Fallback="ScreenSplash" Fallback="ScreenSplash"
@@ -3807,6 +3837,7 @@ TimerSeconds=-1
ShowHelp=false ShowHelp=false
# stuff for online mode: # stuff for online mode:
[ScreenSMOnlineLogin] [ScreenSMOnlineLogin]
Class="ScreenSMOnlineLogin" Class="ScreenSMOnlineLogin"
Fallback="ScreenOptionsServiceChild" Fallback="ScreenOptionsServiceChild"
@@ -4051,6 +4082,7 @@ UserOnCommand=
UserOffCommand= UserOffCommand=
# Arcade # Arcade
[ScreenLogo] [ScreenLogo]
Fallback="ScreenAttract" Fallback="ScreenAttract"
# #
@@ -4114,6 +4146,7 @@ ChoiceNames="1"
IdleCommentSeconds=-1 IdleCommentSeconds=-1
IdleTimeoutSeconds=-1 IdleTimeoutSeconds=-1
IdleTimeoutScreen=Branch.AfterInit() IdleTimeoutScreen=Branch.AfterInit()
[ScreenDemonstration] [ScreenDemonstration]
Fallback="ScreenGameplay" Fallback="ScreenGameplay"
Class="ScreenDemonstration" Class="ScreenDemonstration"
+28 -8
View File
@@ -1,7 +1,9 @@
[Screen] [Screen]
HelpText=&BACK; Exit &START; Select &SELECT; Options &MENULEFT;&MENURIGHT;&MENUUP;&MENUDOWN; Move HelpText=&BACK; Exit &START; Select &SELECT; Options &MENULEFT;&MENURIGHT;&MENUUP;&MENUDOWN; Move
[ScreenWithMenuElements] [ScreenWithMenuElements]
HelpText=&BACK; Exit &START; Select &MENULEFT;&MENURIGHT; Move HelpText=&BACK; Exit &START; Select &MENULEFT;&MENURIGHT; Move
[ScreenTitleMenu] [ScreenTitleMenu]
HelpText=&BACK; Exit &START; Select &MENUUP;&MENUDOWN; Move HelpText=&BACK; Exit &START; Select &MENUUP;&MENUDOWN; Move
Network OK=Network OK Network OK=Network OK
@@ -10,6 +12,7 @@ Connected to %s=Connected to %s
CurrentGametype=Current Gametype: %s CurrentGametype=Current Gametype: %s
LifeDifficulty=Life Difficulty: %s LifeDifficulty=Life Difficulty: %s
TimingDifficulty=Timing Difficulty: %s TimingDifficulty=Timing Difficulty: %s
[ScreenTitleJoin] [ScreenTitleJoin]
HelpText=Press &START; to Play HelpText=Press &START; to Play
HelpTextJoin=Press &START; to Play HelpTextJoin=Press &START; to Play
@@ -19,16 +22,22 @@ JointPremiumMain=Joint Premium
JointPremiumSecondary=Two players can play with one credit! JointPremiumSecondary=Two players can play with one credit!
DoublesPremiumMain=Doubles Premium DoublesPremiumMain=Doubles Premium
DoublesPremiumSecondary=Play doubles for one credit! DoublesPremiumSecondary=Play doubles for one credit!
[ScreenDemonstration] [ScreenDemonstration]
Demonstration=Demonstration Demonstration=Demonstration
[ScreenQuickSetupOverview] [ScreenQuickSetupOverview]
Explanation=Quick Setup provides a easy way to set commonly-changed and useful preferences. Explanation=Quick Setup provides a easy way to set commonly-changed and useful preferences.
[ScreenProfileLoad] [ScreenProfileLoad]
HelpText=... Loading profiles, please wait ... HelpText=... Loading profiles, please wait ...
[ScreenSelectProfile] [ScreenSelectProfile]
HelpText=&MENUUP;&MENUDOWN; Switch Profile &START; Choose/Join &BACK; Unselect HelpText=&MENUUP;&MENUDOWN; Switch Profile &START; Choose/Join &BACK; Unselect
[ScreenSelectMaster] [ScreenSelectMaster]
HelpText=&BACK; Exit &START; Select / Join &MENULEFT;&MENURIGHT; Move HelpText=&BACK; Exit &START; Select / Join &MENULEFT;&MENURIGHT; Move
[ScreenSelectPlayMode] [ScreenSelectPlayMode]
HelpText=&BACK; Exit &START; Select / Join &MENULEFT;&MENURIGHT; Move HelpText=&BACK; Exit &START; Select / Join &MENULEFT;&MENURIGHT; Move
EasyExplanation=A mode for beginners. EasyExplanation=A mode for beginners.
@@ -39,31 +48,40 @@ RaveExplanation=Battle against friend or foe.
ExtendedExplanation=Several Songs in a row ExtendedExplanation=Several Songs in a row
OniExplanation=A true test of skill. OniExplanation=A true test of skill.
EndlessExplanation=It don't stop, it keep rollin'. EndlessExplanation=It don't stop, it keep rollin'.
[ScreenSelectPlayStyle] [ScreenSelectPlayStyle]
HelpText=&BACK; Exit &START; Select &MENULEFT;&MENURIGHT; Move HelpText=&BACK; Exit &START; Select &MENULEFT;&MENURIGHT; Move
[ScreenGameInformation] [ScreenGameInformation]
HelpText=&BACK; Exit &START; Skip HelpText=&BACK; Exit &START; Skip
[ScreenSelectMusic] [ScreenSelectMusic]
HelpText=&BACK; Exit &START; Select / Join &SELECT; Magic Codes &MENULEFT;&MENURIGHT; Move::&AUXWHITE;+[KEY] Sort To [KEY] HelpText=&BACK; Exit &START; Select / Join &SELECT; Magic Codes &MENULEFT;&MENURIGHT; Move::&AUXWHITE;+[KEY] Sort To [KEY]
AlternateHelpText=&SELECT;+&MENULEFT;&MENURIGHT; Change Difficulties &SELECT;+&START; Quick Sort AlternateHelpText=&SELECT;+&MENULEFT;&MENURIGHT; Change Difficulties &SELECT;+&START; Quick Sort
[ScreenSelectCourse] [ScreenSelectCourse]
HelpText=&BACK; Exit &START; Select / Join &SELECT; Magic Codes &MENULEFT;&MENURIGHT; Move::&UP;&DOWN;&UP;&DOWN; for other course types HelpText=&BACK; Exit &START; Select / Join &SELECT; Magic Codes &MENULEFT;&MENURIGHT; Move::&UP;&DOWN;&UP;&DOWN; for other course types
[ScreenOptions] [ScreenOptions]
HelpText=&BACK; Exit &START; Choose &SELECT; Go Up &MENULEFT;&MENURIGHT;&MENUUP;&MENUDOWN; Move HelpText=&BACK; Exit &START; Choose &SELECT; Go Up &MENULEFT;&MENURIGHT;&MENUUP;&MENUDOWN; Move
[ScreenStageInformation] [ScreenStageInformation]
HelpText= HelpText=
[ScreenGameplay] [ScreenGameplay]
HelpText= HelpText=
[ScreenEvaluation] [ScreenEvaluation]
HelpText=&BACK; Exit &START; Move On &MENULEFT;+&MENURIGHT; or &SELECT; Snapshot HelpText=&BACK; Exit &START; Move On &MENULEFT;+&MENURIGHT; or &SELECT; Snapshot
LifeDifficulty=Life Difficulty: %s LifeDifficulty=Life Difficulty: %s
TimingDifficulty=Timing Difficulty: %s TimingDifficulty=Timing Difficulty: %s
[OptionTitles] [OptionTitles]
GamePrefAutoSetStyle=Auto Set Style UserPrefAutoSetStyle=Auto Set Style
UserPrefSpecialScoringMode=Special Scoring Mode UserPrefSpecialScoringMode=Special Scoring Mode
GamePrefNotePosition=Note Positions UserPrefNotePosition=Note Positions
GamePrefComboOnRolls=Rolls Increment Combo UserPrefComboOnRolls=Rolls Increment Combo
GamePrefComboUnderField=Combo Under Field UserPrefComboUnderField=Combo Under Field
UserPrefGameplayShowScore=Show Score UserPrefGameplayShowScore=Show Score
UserPrefGameplayShowStepsDisplay=Show Steps UserPrefGameplayShowStepsDisplay=Show Steps
@@ -71,11 +89,12 @@ UserPrefShowLotsaOptions=Options Density
UserPrefLongFail=Fail Length UserPrefLongFail=Fail Length
UserPrefFlashyCombo=Flashy Combo UserPrefFlashyCombo=Flashy Combo
UserPrefGameplayFooter=Gameplay Footer UserPrefGameplayFooter=Gameplay Footer
[OptionExplanations] [OptionExplanations]
GamePrefAutoSetStyle=Allow the game to list all one player and two player modes at once instead of one style only. This might require a restart of StepMania\n( or alternatively hit F2! ) UserPrefAutoSetStyle=Allow the game to list all one player and two player modes at once instead of one style only. This might require a restart of StepMania\n( or alternatively hit F2! )
GamePrefNotePosition=Determines where the arrow receptors are placed in gameplay. UserPrefNotePosition=Determines where the arrow receptors are placed in gameplay.
GamePrefComboOnRolls=Choose if rolls should increment the combo or not. UserPrefComboOnRolls=Choose if rolls should increment the combo or not.
GamePrefComboUnderField=Determine if the combo should display under the notes or not. UserPrefComboUnderField=Determine if the combo should display under the notes or not.
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.
@@ -107,6 +126,7 @@ Steps=Adjust the difficulty of the steps.
Characters=Dancing buddies. Characters=Dancing buddies.
SaveToProfileHelp=Requires profile or memory card. SaveToProfileHelp=Requires profile or memory card.
MusicRateHelp=Play the music at a faster rate. MusicRateHelp=Play the music at a faster rate.
[StepsListDisplayRow StepsType] [StepsListDisplayRow StepsType]
Dance_Single=4 Dance_Single=4
Dance_Double=8 Dance_Double=8
+764 -719
View File
File diff suppressed because it is too large Load Diff