Skip to content

Commit

Permalink
change default tranking multiplier to 0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polyarkk authored and rtldg committed Apr 11, 2022
1 parent 9d771df commit b090743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/sourcemod/configs/shavit-styles.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -270,6 +270,6 @@
"segments" "1"
"specialstring" "bash_bypass; oryx_bypass"

"rankingmultiplier" "0.5"
"rankingmultiplier" "0.0"
}
}

0 comments on commit b090743

Please sign in to comment.