Add metric to use Tickcount tag for Checkpoints.
This officially deprecates the time signature checkpoint metric. However, it is still being kept in for those that desire the original hackish behavior.
This commit is contained in:
@@ -933,6 +933,7 @@ ComboUnderField=ComboUnderField()
|
||||
PenalizeTapScoreNone=false
|
||||
JudgeHoldNotesOnSameRowTogether=(GAMESTATE:GetCurrentGame():GetName() == "pump")
|
||||
HoldCheckpoints=(GAMESTATE:GetCurrentGame():GetName() == "pump")
|
||||
CheckpointsUseTickcounts=(GAMESTATE:GetCurrentGame():GetName() == "pump")
|
||||
CheckpointsUseTimeSignatures=(GAMESTATE:GetCurrentGame():GetName() == "pump")
|
||||
CheckpointsTapsSeparateJudgment=CheckpointsTapsSeparateJudgment()
|
||||
CheckpointsFlashOnHold=false
|
||||
|
||||
Reference in New Issue
Block a user