Add a few more Rave metrics, put in the Shared stuff for (likely) upcoming routine work

This commit is contained in:
AJ Kelly
2010-05-23 23:51:26 -05:00
parent cf631a8328
commit 4cdea7c9dc
+21
View File
@@ -857,6 +857,12 @@ RollBodyIncrementsCombo=RollBodyIncrementsCombo()
ScoreMissedHoldsAndRolls=ScoreMissedHoldsAndRolls() ScoreMissedHoldsAndRolls=ScoreMissedHoldsAndRolls()
PercentUntilColorCombo=0.25 PercentUntilColorCombo=0.25
[PlayerShared]
Fallback="Player"
ComboXOffsetOneSideP1=-120
ComboXOffsetOneSideP2=120
JudgmentTransformCommand=%JudgmentTransformSharedCommand
[Profile] [Profile]
ShowCoinData=true ShowCoinData=true
UnlockAuthString="" UnlockAuthString=""
@@ -2718,6 +2724,7 @@ UseAlternativeInput=false
ShowLifeMeterForDisabledPlayers=false ShowLifeMeterForDisabledPlayers=false
StopCourseEarly=false StopCourseEarly=false
ShowEvaluationOnFail=true ShowEvaluationOnFail=true
ShowScoreInRave=false
# #
InitialBackgroundBrightness=1.0 InitialBackgroundBrightness=1.0
TimerSeconds=-1 TimerSeconds=-1
@@ -2806,6 +2813,15 @@ ScoreP2Y=SCREEN_BOTTOM-28
ScoreP2OnCommand= ScoreP2OnCommand=
ScoreP2OffCommand= ScoreP2OffCommand=
# #
SecondaryScoreP1X=THEME:GetMetric(Var "LoadingScreen","PlayerP1OnePlayerOneSideX")
SecondaryScoreP1Y=SCREEN_BOTTOM-56
SecondaryScoreP1OnCommand=
SecondaryScoreP1OffCommand=
SecondaryScoreP2X=THEME:GetMetric(Var "LoadingScreen","PlayerP2OnePlayerOneSideX")
SecondaryScoreP2Y=SCREEN_BOTTOM-56
SecondaryScoreP2OnCommand=
SecondaryScoreP2OffCommand=
#
StepsDescriptionP1X=THEME:GetMetric(Var "LoadingScreen","PlayerP1OnePlayerOneSideX") StepsDescriptionP1X=THEME:GetMetric(Var "LoadingScreen","PlayerP1OnePlayerOneSideX")
StepsDescriptionP1Y=SCREEN_CENTER_Y-24 StepsDescriptionP1Y=SCREEN_CENTER_Y-24
StepsDescriptionP1OnCommand=visible,false StepsDescriptionP1OnCommand=visible,false
@@ -2859,6 +2875,11 @@ ScoreboardC2P2Y=SCREEN_CENTER_Y*0.45
ScoreboardC3P2X=SCREEN_CENTER_X*1.75 ScoreboardC3P2X=SCREEN_CENTER_X*1.75
ScoreboardC3P2Y=SCREEN_CENTER_Y*0.45 ScoreboardC3P2Y=SCREEN_CENTER_Y*0.45
[ScreenGameplayShared]
Class="ScreenGameplayShared"
Fallback="ScreenGameplay"
PlayerType="PlayerShared"
[ScreenEvaluation] [ScreenEvaluation]
Class="ScreenEvaluation" Class="ScreenEvaluation"
Fallback="ScreenWithMenuElements" Fallback="ScreenWithMenuElements"