Checkpoints lumped with judgments on eval.
This commit is contained in:
@@ -15,6 +15,9 @@ StepMania 5.0 ????????? | 20110???
|
|||||||
miss combo on next launch. [Wolfman2000]
|
miss combo on next launch. [Wolfman2000]
|
||||||
* [ScoreKeeperNormal] Better match #COMBOS with eval. Scoring formulas should
|
* [ScoreKeeperNormal] Better match #COMBOS with eval. Scoring formulas should
|
||||||
not be affected, but it may require more testing. [Wolfman2000]
|
not be affected, but it may require more testing. [Wolfman2000]
|
||||||
|
* [Metrics] Have Pump mode lump the checkpoint judgments with Flawless and
|
||||||
|
Miss judgments on eval. Of course, this goes down to Perfect and Miss if
|
||||||
|
that is disabled. [Wolfman2000]
|
||||||
|
|
||||||
2011/07/07
|
2011/07/07
|
||||||
----------
|
----------
|
||||||
|
|||||||
@@ -105,6 +105,10 @@ function ComboPerRow()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function EvalUsesCheckpointsWithJudgments()
|
||||||
|
return (GAMESTATE:GetCurrentGame():GetName() == "pump") and true or false
|
||||||
|
end
|
||||||
|
|
||||||
-- these need cleanup really.
|
-- these need cleanup really.
|
||||||
function HitCombo()
|
function HitCombo()
|
||||||
sGame = GAMESTATE:GetCurrentGame():GetName()
|
sGame = GAMESTATE:GetCurrentGame():GetName()
|
||||||
|
|||||||
@@ -3226,7 +3226,7 @@ PrevScreen=Branch.AfterEvaluation()
|
|||||||
LightsMode="LightsMode_MenuStartOnly"
|
LightsMode="LightsMode_MenuStartOnly"
|
||||||
#
|
#
|
||||||
Summary=false
|
Summary=false
|
||||||
CheckpointsWithJudgments=false
|
CheckpointsWithJudgments=EvalUsesCheckpointsWithJudgments()
|
||||||
#
|
#
|
||||||
TimerSeconds=20
|
TimerSeconds=20
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user