CSGO/CS2 Configs

This commit is contained in:
Firq 2023-10-05 16:24:47 +02:00
parent fc9a15e87a
commit 735c9fbe11
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
6 changed files with 137 additions and 0 deletions

52
CS2/autoexec.cfg Normal file
View file

@ -0,0 +1,52 @@
clear
echo "----------------------------------------------------------"
echo "**********************************************************"
echo " "
echo " ( ( "
echo " )\ ) ( ( ( )\ ) ( ( ( "
echo " (()/( )\ )( ))\ ( ( ( (()/( )\ )\))( "
echo " /(_))((_)(()\ /((_) )\ )\ )\ ) /(_))((_)((_))\ "
echo " (_) _| (_) ((_)(_)) ((_)((_) _(_/((_) _| (_) (()(_) "
echo " | _| | || '_|/ -_)/ _|/ _ \| ' \))| _| | |/ _` | "
echo " |_| |_||_| \___|\__|\___/|_||_| |_| |_|\__, | "
echo " |___/ "
echo " "
echo "**********************************************************"
echo "----------------------------------------------------------"
exec buyscript.cfg
echo Buyscript loaded
exec customradar.cfg
echo Custom radar enabled
exec crosshair.cfg
echo Crosshair set
exec helps.cfg
echo Additional helps loaded
echo ------------------------------------------
echo firqconfig loaded (100% complete)
echo Have fun :)
echo ------------------------------------------
echo " "
echo " "
echo " "
echo " _______ "
echo " / ____(_)________ _"
echo " / /_ / / ___/ __ `/"
echo " / __/ / / / / /_/ / "
echo "/_/ /_/_/ \__, / "
echo " /_/ "
echo " "
echo " "
echo " "
host_writeconfig

9
CS2/buyscript.cfg Normal file
View file

@ -0,0 +1,9 @@
bind "KP_HOME" "buy m4a1;buy ak47"
bind "KP_5" "buy awp"
bind "KP_PGUP" "buy flashbang; buy hegrenade;buy smokegrenade; buy flashbang; buy vesthelm"
bind "KP_LEFTARROW" "buy deagle"
bind "KP_RIGHTARROW" "buy ump45"
bind "KP_UPARROW" "buy defuser; buy vesthelm; buy vest;"
bind "KP_DOWNARROW" "buy famas; buy galilar"
bind "KP_END" "buy ssg08"
bind "KP_PGDN" "buy fiveseven; buy tec9"

44
CS2/crosshair.cfg Normal file
View file

@ -0,0 +1,44 @@
cl_crosshair_drawoutline "0.000000"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_friendly_warning "2"
cl_crosshair_outlinethickness "1.000000"
cl_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_sniper_width "1"
cl_crosshair_t "0.000000"
cl_crosshairalpha "235.000000"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "127"
cl_crosshaircolor_r "255"
cl_crosshairdot "0.000000"
cl_crosshairgap "-2.500000"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairsize "1.500000"
cl_crosshairstyle "4"
cl_crosshairthickness "1.000000"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "3"
//viewmodel changes
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.25"
viewmodel_fov "68"
viewmodel_offset_x "2.500000"
viewmodel_offset_y "0"
viewmodel_offset_z "-1.500000"
viewmodel_presetpos "0"
viewmodel_recoil "0"
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.98"
cl_hud_background_alpha "0.100000"
cl_hud_bomb_under_radar "1"
cl_hud_color "2"
cl_hud_healthammo_style "0"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"

9
CS2/customradar.cfg Normal file
View file

@ -0,0 +1,9 @@
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.550000"
cl_radar_rotate "1"
cl_radar_scale "0.550000"
cl_radar_square_with_scoreboard "1"
alias "+radarsize" "+use; cl_radar_always_centered 1; cl_radar_scale 0.70"
alias "-radarsize" "-use; cl_radar_always_centered 0; cl_radar_scale 0.55"
bind "k" "+radarsize"

20
CS2/helps.cfg Normal file
View file

@ -0,0 +1,20 @@
//*********** Help Lines
alias "-crosshairsmoke" "cl_crosshairsize 4;cl_crosshairdot 0;cl_crosshairgap -1"
alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 10"
// Change the first line so that crosshairsize, dot and gap are the same as your own crosshair settings.
// Dont change the second line.
bind "u" "+crosshairsmoke"
//************** Clear Bloodsplatter, bulletholes, etc.
bind "y" "r_cleardecals"
//************** Net Graph on tab
net_graph "1"
net_graphheight "9999"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
bind "TAB" "+scorenet"

3
CS2/location.txt Normal file
View file

@ -0,0 +1,3 @@
Copy these files to
...\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg