Skip to content

Commit

Permalink
Updated CFGs
Browse files Browse the repository at this point in the history
The ones before where from the first release. It's been updated to 1.1.1.
  • Loading branch information
Apryed committed Feb 14, 2020
1 parent 2f64a6c commit 0ea801b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
7 changes: 4 additions & 3 deletions HelpMe.cfg
Original file line number Diff line number Diff line change
@@ -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 )"
Expand All @@ -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 "| |"
Expand Down Expand Up @@ -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. |"
Expand Down
4 changes: 2 additions & 2 deletions HelpMe_Training.cfg
Original file line number Diff line number Diff line change
@@ -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 "| |"
Expand Down
2 changes: 1 addition & 1 deletion Training.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 15 additions & 4 deletions autoexec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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 )."
Expand Down

0 comments on commit 0ea801b

Please sign in to comment.