change default tranking multiplier to 0.0

This commit is contained in:
Shahrazad 2022-04-11 14:06:02 +00:00 committed by rtldg
parent 9d771dfdba
commit b090743bae

View File

@ -88,7 +88,7 @@
"kzcheckpoints_ladders" "0" // KZ styled checkpoints allowed to checkpoint onto ladders (like GOKZ)
"kzcheckpoints_ontele" "-1" // The style to be changed to on client teleporting to a checkpoint in KZ styles. The destination style will be inaccessible if enabled. -1 or set "kzcheckpoints" to 0 for disabled.
"kzcheckpoints_onstart" "-1" // The style to be changed to on client getting inside the start zone in KZ styles. This style will be inaccessible if enabled. -1 or set "kzcheckpoints" to 0 for disabled.
// TAS settings
"segments" "0" // Segments styled checkpoints. 0 for disabled.
"tas" "0" // 0 = Do nothing. 1 = Currently sets the following keys unless they are explicity disabled: `tas_timescale -1`, `autostrafe 1`, `autoprestrafe 1`, `edgejump 1`, and `autojumponstart 1`
@ -270,6 +270,6 @@
"segments" "1"
"specialstring" "bash_bypass; oryx_bypass"
"rankingmultiplier" "0.5"
"rankingmultiplier" "0.0"
}
}