From cf1c9c3c3804b4538a4f076564764e505030286c Mon Sep 17 00:00:00 2001 From: Oldcustard <147gusto@gmail.com> Date: Wed, 1 Mar 2023 18:18:15 +1100 Subject: [PATCH] add stac config --- server.cfg.template | 2 ++ stac_base.cfg | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 stac_base.cfg diff --git a/server.cfg.template b/server.cfg.template index 56cf1d0..7c52eca 100755 --- a/server.cfg.template +++ b/server.cfg.template @@ -36,6 +36,8 @@ sm plugins unload mgemod sm plugins load soap_tf2dm sm plugins load properpregame +exec stac_base + mp_tournament 1 tf_weapon_criticals 0 tf_use_fixed_weaponspreads 1 diff --git a/stac_base.cfg b/stac_base.cfg new file mode 100644 index 0000000..051dd37 --- /dev/null +++ b/stac_base.cfg @@ -0,0 +1,24 @@ +stac_enabled "1" +stac_verbose_info "0" +stac_ban_duration "1" +stac_max_allowed_turn_secs "-1" +stac_ban_for_misccheats "0" +stac_optimize_cvars "1" +stac_max_aimsnap_detections "0" +stac_max_psilent_detections "0" +stac_max_bhop_detections "0" +stac_max_fakeang_detections "0" +stac_max_cmdnum_detections "0" +stac_max_tbot_detections "0" +stac_min_interp_ms "-1" +stac_max_interp_ms "101" +stac_min_randomcheck_secs "60" +stac_max_randomcheck_secs "300" +stac_include_demoname_in_banreason "1" +stac_log_to_file "1" +stac_fixpingmasking_enabled "1" +stac_max_userinfo_spam_detections "0" +stac_kick_unauthed_clients "0" +stac_silent "2" +stac_max_connections_from_ip "0" +stac_work_with_sv_cheats "0" \ No newline at end of file