From 0ea801b3cb3badd5ff6dbd769d034d42611810aa Mon Sep 17 00:00:00 2001 From: Apryed Date: Fri, 14 Feb 2020 08:36:39 +0100 Subject: [PATCH] Updated CFGs The ones before where from the first release. It's been updated to 1.1.1. --- HelpMe.cfg | 7 ++++--- HelpMe_Training.cfg | 4 ++-- Training.cfg | 2 +- autoexec.cfg | 19 +++++++++++++++---- 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/HelpMe.cfg b/HelpMe.cfg index 7ce9e2f..eb3f42c 100644 --- a/HelpMe.cfg +++ b/HelpMe.cfg @@ -1,4 +1,4 @@ -Clean +Clear echo "Useful Launch Options :" echo "-novid : Disables Intro Video" echo "-tickrate 128 : Set Client Server to Tickrate 128 ( Default is 64 )" @@ -17,7 +17,7 @@ echo "| echo "--------------------------------------------------------------------------------" echo "| |" echo "| Last Modification |" -echo "| 06/11/2019 - 10:09:15 |" +echo "| 14/02/2020 - 08:25:00 |" echo "| |" echo "--------------------------------------------------------------------------------" echo "| |" @@ -55,7 +55,8 @@ echo "| echo "| Autoexec : Runs Autoexec config. |" echo "| Training : Runs Training config. |" echo "| HelpMe : Displays this infobox. ( Requires HelpMe.cfg ) |" -echo "| Clean : Clean everything cleanable. |" +echo "| Clean : Clean console, Blood Splashes and Bullet Holes. |" +echo "| Clean_all : Clean everything cleanable. |" echo "| Moded : Displays CFG last modification date and time on console |" echo "| MM_MaxPing : Display Max Search ping for MM. |" echo "| Also shows original command to modify it. |" diff --git a/HelpMe_Training.cfg b/HelpMe_Training.cfg index 0f211b7..28330bd 100644 --- a/HelpMe_Training.cfg +++ b/HelpMe_Training.cfg @@ -1,10 +1,10 @@ -Clean +Clear echo "To update this CFG, check it on Mega - https://mega.nz/#F!PggQCKSI!13NWNAGvXvwu_fzZAzBNhg" echo " Or check it on GitHub - https://github.com/Apryed/CSGO-CFG/releases" echo "------------------------------------------------------------" echo "| |" echo "| Last Modification |" -echo "| 06/11/2019 - 10:09:15 |" +echo "| 22/11/2019 - 03:02:15 |" echo "| |" echo "------------------------------------------------------------" echo "| |" diff --git a/Training.cfg b/Training.cfg index 811a4d1..d1d0632 100644 --- a/Training.cfg +++ b/Training.cfg @@ -45,7 +45,7 @@ bind L "toggle mp_free_armor 0 1 2" // Aliases List alias HelpMe "exec HelpMe_Training.cfg" -alias Moded "echo Last Modification - 06/11/2019 - 10:09:15" +alias Moded "echo Last Modification - 22/11/2019 - 03:02:15" // Loading bot_kick diff --git a/autoexec.cfg b/autoexec.cfg index 32c1ee3..2998106 100644 --- a/autoexec.cfg +++ b/autoexec.cfg @@ -197,7 +197,8 @@ sv_mincmdrate "128" sv_minrate "80000" // --- Ilegal in Serious Competitions -alias "clean" "cl_updatevisibility; clear_anim_cache; clear_debug_overlays; r_cleardecals; hud_reloadscheme; dsp_reload; clear" +alias "clean_all" "cl_updatevisibility; clear_anim_cache; clear_debug_overlays; r_cleardecals; hud_reloadscheme; dsp_reload; clear" +alias "clean" "r_cleardecals; clear" bind "v" "clean" // Clears everything - Like reconnect without making it. alias "-ujumpthrow" "-jump" @@ -253,7 +254,7 @@ mp_friendlyfire "1" mp_free_armor "0" mp_teammates_are_enemies "0" sv_cheats "0" - +mp_ignore_round_win_conditions "0" // -- Hud Related cl_hud_healthammo_style "1" @@ -272,14 +273,24 @@ ui_steam_overlay_notification_position "bottomright" cl_color "2" // 0 = yellow, 1 = purple, 2 = green, 3 = blue, 4 = orange. Color for team color selection. -alias Moded "echo Last Modification - 06/11/2019 - 10:09:15" +alias Moded "echo Last Modification - 14/02/2020 - 08:25:00" // Removed Binds unbind k +// TV +tv_enable "1" +tv_maxclients "0" +tv_name "Apryed's TV" +tv_title "Apryed's TV" +tv_broadcast_server_info_message_size_kb "2048" +tv_maxrate "0" +tv_nochat "1" +tv_password "IsThisATV?" +tv_snapshotrate "128" + host_writeconfig -Clean // make sure this autoexec does its fine HelpMe echo "Note: If it's the first time runing CSGO - Re execute this File ( exec autoexec.cfg or Autoexec )."