From b090743bae984e1ce23b268918cbfef75a0275ef Mon Sep 17 00:00:00 2001 From: Shahrazad <1781176460@qq.com> Date: Mon, 11 Apr 2022 14:06:02 +0000 Subject: [PATCH] change default tranking multiplier to 0.0 --- addons/sourcemod/configs/shavit-styles.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/sourcemod/configs/shavit-styles.cfg b/addons/sourcemod/configs/shavit-styles.cfg index c787ddcb..8b376908 100644 --- a/addons/sourcemod/configs/shavit-styles.cfg +++ b/addons/sourcemod/configs/shavit-styles.cfg @@ -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" } }