Checkpoint: Difference between revisions
Addition of anomalies, minor rewrites, TODOs for structuring |
m →Lap count rules: Added rule names, reformatted first section and added Max Lap rule - feel free to revert if changes are disliked |
||
| Line 23: | Line 23: | ||
=== Lap count rules === | === Lap count rules === | ||
In order to | |||
* | In order to increase the lap counter when entering KCP 0, the following conditions must be met: | ||
* | |||
*'''Last KCP rule:''' If the current lap value is less than or equal to the max lap value, the current KCP value must be the last KCP of the track | |||
:'''Max Lap rule:''' Else, if the current KCP value is greater than the max lap value, the current KCP value is not checked | |||
*'''Reverse Last CP rule:''' If the current CP value is the last CP of the track, then the lap count increases by 1 | |||
:'''Reverse 95% rule (or 5% rule):''' Else, if the current CP value is a different CP in the last KCP region and LapCompletion value decreases by over 0.95, then the lap count increases by 1 | |||
Similar rules apply for decreasing the lap counter upon leaving KCP 0: | Similar rules apply for decreasing the lap counter upon leaving KCP 0: | ||
*If the new checkpoint value is the last CP of the track, then the lap count decreases by 1 | *'''Last CP rule:''' If the new checkpoint value is the last CP of the track, then the lap count decreases by 1 | ||
*Else, if the new checkpoint value is a different CP in the last KCP region and the | *'''95% rule:''' Else, if the new checkpoint value is a different CP in the last KCP region and the LapCompletion value increases by over 0.95, then the lap count decreases by 1 | ||
== Glitches & exploits == | == Glitches & exploits == | ||