Skip to content

Commit

Permalink
Updated CFGs
Browse files Browse the repository at this point in the history
CFGs updated.
  • Loading branch information
Apryed committed Sep 19, 2020
1 parent 2556e41 commit 46d9059
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
3 changes: 1 addition & 2 deletions HelpMe.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "|
echo "--------------------------------------------------------------------------------"
echo "| |"
echo "| Last Modification |"
echo "| 12/05/2020 - 12:01:40 |"
echo "| 19/09/2020 - 06:13:35 |"
echo "| |"
echo "--------------------------------------------------------------------------------"
echo "| |"
Expand All @@ -30,7 +30,6 @@ echo "| F3 : Toogle Instructor.
echo "| F10 : Toogle Console. |"
echo "| PGUP : Toogle IgnoreMsg. |"
echo "| Status: Broadcast, Team/Broadcast, All chat, Accept all. |"
echo "| T : Change to defuse Mode. Hold E and Swing your mouse to spin. |"
echo "| PGDN : Toogle IgnoreRadar. |"
echo "| CapsLock : Toogle Weapon Side. |"
echo "| F : Jump Throw - Simply Select Nade, Charge to Throw and press F. |"
Expand Down
4 changes: 2 additions & 2 deletions HelpMe_Training.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo " Or check it on GitHub - https://github.com/Apryed/CSGO-CFG/releases"
echo "------------------------------------------------------------"
echo "| |"
echo "| Last Modification |"
echo "| 22/11/2019 - 03:02:15 |"
echo "| 05/06/2020 - 21:15:05 |"
echo "| |"
echo "------------------------------------------------------------"
echo "| |"
Expand All @@ -20,7 +20,7 @@ echo "| K : Bot Stop state. |"
echo "| L : Give Armor after respawn. |"
echo "| 3 States - 0 = No armor, |"
echo "| 1 = Kevlar, 2 = Kevlar + Helmet. |"
echo "| X : X-Ray vision. |"
echo "| Z : X-Ray vision. |"
echo "| |"
echo "------------------------------------------------------------"
echo "| |"
Expand Down
4 changes: 2 additions & 2 deletions Training.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ bind N "NoClip"
bind X "cl_sim_grenade_trajectory"
bind ALT "sv_rethrow_last_grenade"
Bind T "bot_place"
bind X "toggle r_drawothermodels 1 2"
bind Z "toggle r_drawothermodels 1 2"
bind H "bot_kick"
Bind U "bot_add"
bind K "toggle bot_stop 0 1"
bind L "toggle mp_free_armor 0 1 2"

// Aliases List
alias HelpMe "exec HelpMe_Training.cfg"
alias Moded "echo Last Modification - 22/11/2019 - 03:02:15"
alias Moded "echo Last Modification - 05/06/2020 - 21:15:05"

// Loading
bot_kick
Expand Down
26 changes: 18 additions & 8 deletions autoexec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ cl_crosshair_friendly_warning "2"
// 0 = always off, 1 = only on default crosshair styles, 2 = always on
cl_invites_only_mainmenu "1"
// Invites will only pop if in main Menu. 0 = Always, 1 = When not playing.
bot_difficulty 3
// Bot difficulty set to Expert. 0 = Easy, 1 = Normal, 2 = Hard, 3 = Expert.

// -- Bind List
unbind "mouse4"
bind "mouse5" "+voicerecord"
bind "TAB" "+ng"
bind "F10" "toggleconsole"
Expand Down Expand Up @@ -66,7 +69,7 @@ alias "change_ch3" "grid_Ch; alias change_Ch change_ch1"
alias "cross_Ch" "cross_ch1; cross_ch2; cross_ch3; cross_ch4"
// Sets of the Cross Crosshair
alias "cross_ch1" "cl_crosshair_drawoutline 1; cl_crosshair_dynamic_maxdist_splitratio 0; cl_crosshair_dynamic_splitalpha_innermod 1; cl_crosshair_dynamic_splitalpha_outermod 1; cl_crosshair_dynamic_splitdist 2; cl_crosshair_outlinethickness 1"
alias "cross_ch2" "cl_crosshair_sniper_show_normal_inaccuracy 0;cl_crosshair_sniper_width 1; cl_crosshair_t 0; cl_crosshairalpha 255; cl_crosshaircolor 5; cl_crosshaircolor_b 255"
alias "cross_ch2" "cl_crosshair_sniper_show_normal_inaccuracy 0; cl_crosshair_sniper_width 1; cl_crosshair_t 0; cl_crosshairalpha 255; cl_crosshaircolor 5; cl_crosshaircolor_b 255"
alias "cross_ch3" "cl_crosshaircolor_g 255; cl_crosshaircolor_r 255; cl_crosshairdot 0; cl_crosshairgap -2; cl_crosshairgap_useweaponvalue 1; cl_crosshairsize 1.5; cl_crosshairstyle 2"
alias "cross_ch4" "cl_crosshairthickness 0; cl_crosshairusealpha 1; cl_fixedcrosshairgap -7; alias Lines toggle cl_crosshairsize 1.5 500"

Expand Down Expand Up @@ -183,7 +186,7 @@ net_graphproportionalfont "0"
// Makes Net Graph Smaller

// Own Settings
sensitivity "1"
sensitivity "0.06666666666666666666666666666667"
// sensitivity 8 for 100 DPI, 2 for 400, 1 for 800, 0.5 for 1600, 0.066666666666667 for 12000
voice_mixer_volume "1"
//voice_mixer_volume "0.25"
Expand Down Expand Up @@ -216,11 +219,14 @@ alias "-cjump" "-jump; -duck"
bind "c" "+cjump"
// Jump and Crouch for maximum height

alias "+spin" "+use; m_yaw 0.5;say_team Step on the bomb and defuse it like a pro!!"
alias "-spin" "-use; m_yaw 0.022"
alias "def_mode_on" "bind e +spin; bind t def_mode_off; say_team Defuse Mode Activated!"
alias "def_mode_off" "bind e +use; bind t def_mode_on; say_team Defuse Mode Deactivated!"
bind "T" "def_mode_on"
// Spin while Defusing
//alias "+spin" "+use; m_yaw 0.5;say_team Step on the bomb and defuse it like a pro!!"
//alias "-spin" "-use; m_yaw 0.022"
//alias "def_mode_on" "bind e +spin; bind t def_mode_off; say_team Defuse Mode Activated!"
//alias "def_mode_off" "bind e +use; bind t def_mode_on; say_team Defuse Mode Deactivated!"
//bind "T" "def_mode_on"
unbind "T"

// End of Ilegal Actions

// Anti-Training CFG - Default Values
Expand Down Expand Up @@ -275,11 +281,15 @@ 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 - 12/05/2020 - 12:01:40"
alias Moded "echo Last Modification - 19/09/2020 - 06:13:35"

// Removed Binds
unbind k

// Personal Stuff
// My Steam Group Clan TAG
cl_clanid "36889556"

// TV
tv_enable "0"
tv_maxclients "0"
Expand Down

0 comments on commit 46d9059

Please sign in to comment.