feat: add btop config with Rose Pine theme and update CS:GO settings
- Add btop configuration with default settings and performance monitoring - Add Rose Pine color theme for btop - Refactor CS:GO keybinds: swap use/inspect keys (F/E), move voice toggle to E - Add comprehensive training mode binds (noclip, grenade practice, respawn) - Expand buybinds to cover all weapon categories (KP_0-9) - Adjust crosshair settings: style 4, size 1, gap -2 - Increase mouse sensitivity from 0.8 to 1.5 - Change HUD color from 9 to 6
This commit is contained in:
@@ -2,20 +2,10 @@
|
||||
// Launch options: +exec autoexec.cfg
|
||||
|
||||
// Aliases
|
||||
alias "+jt" "+jump"
|
||||
alias "+ta" "-attack; -attack2"
|
||||
alias "-jt" "-jump"
|
||||
|
||||
|
||||
alias +lineupcrosshair "cl_crosshairsize 1000"
|
||||
alias -lineupcrosshair "cl_crosshairsize 2"
|
||||
|
||||
alias +radarzoom "cl_radar_scale 0.4; cl_radar_always_centered 0"
|
||||
alias -radarzoom "cl_radar_scale 0.7; cl_radar_always_centered 1"
|
||||
|
||||
alias "+bombfind" "+use; gameinstructor_enable 1"
|
||||
alias "-bombfind" "-use; gameinstructor_enable 0"
|
||||
|
||||
//Binds
|
||||
|
||||
unbindall
|
||||
@@ -37,11 +27,9 @@ bind "MOUSE_Y" "pitch"
|
||||
bind "MOUSE1" "+attack"
|
||||
bind "MOUSE2" "+attack2"
|
||||
bind "CTRL" "+reload"
|
||||
bind "E" "+use"
|
||||
bind "F" "+lookatweapon"
|
||||
bind "F" "+use"
|
||||
bind "G" "drop"
|
||||
bind "H" "+bombfind"
|
||||
bind "R" "+jt;+ta;"
|
||||
bind "R" "+lookatweapon"
|
||||
bind "Mouse4" "+jt;+ta;"
|
||||
|
||||
// Slot binds
|
||||
@@ -61,7 +49,7 @@ bind "5" "buy decoy; slot9"
|
||||
bind "TAB" "+radarzoom"
|
||||
bind "B" "buymenu"
|
||||
bind "ESCAPE" "cancelselect"
|
||||
bind "P" "+showscores"
|
||||
bind "T" "+showscores"
|
||||
|
||||
// Communication and console binds
|
||||
bind "ENTER" "messagemode"
|
||||
@@ -69,13 +57,27 @@ bind "Y" "messagemode2"
|
||||
bind "Q" "player_ping"
|
||||
bind "`" "toggleconsole"
|
||||
bind "ALT" "+voicerecord"
|
||||
bind "T" "voice_modenable_toggle"
|
||||
bind "E" "voice_modenable_toggle"
|
||||
|
||||
// Buybinds
|
||||
bind "KP_1" "buy vesthelm; buy vest;"
|
||||
bind "KP_0" "buy vesthelm"
|
||||
bind "KP_1" "buy vest"
|
||||
bind "KP_2" "buy m4a1; buy ak47;"
|
||||
bind "KP_3" "buy awp;"
|
||||
bind "KP_4" "buy m4a1_silencer;"
|
||||
bind "KP_3" "buy m4a1_silencer; buy sg556"
|
||||
bind "KP_4" "buy awp;"
|
||||
bind "KP_5" "buy famas; buy galilar"
|
||||
bind "KP_6" "buy mac10; buy mp9"
|
||||
bind "KP_7" "buy mag7; buy sawedoff"
|
||||
bind "KP_8" "buy cz75a; buy tec9"
|
||||
bind "KP_9" "buy deagle"
|
||||
|
||||
//Trainingsbinds
|
||||
bind "P" "sv_cheats 1; bot_kick; mp_limitteams 0; mp_autoteambalance 0; mp_maxmoney 60000; mp_startmoney 60000; mp_buytime 9999; mp_buy_anywhere 1; mp_freezetime 0; mp_roundtime 60; sv_grenade_trajectory_prac_pipreview true; mp_roundtime_defuse 60; mp_respawn_on_death_ct 1; mp_respawn_on_death_t 1; sv_infinite_ammo 1; sv_showimpacts 1; sv_showimpacts_time 10; ammo_grenade_limit_total 5; mp_warmup_end; mp_restartgame 1;"
|
||||
bind "O" "sv_grenade_trajectory 1;sv_grenade_trajectory_time 10;sv_showimpacts 1;sv_showimpacts_time 10;give weapon_incgrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov;give weapon_decoy;give weapon_hegrenade"
|
||||
bind "M" "sv_rethrow_last_grenade"
|
||||
bind "N" "noclip"
|
||||
bind "L" "ent_fire smokegrenade_projectile kill;ent_fire molotov_projectile kill;stopsound"
|
||||
|
||||
// Audio
|
||||
volume "0.15"
|
||||
voice_scale "0.7"
|
||||
@@ -98,10 +100,10 @@ cl_showloadout "1"
|
||||
gameinstructor_enable "0"
|
||||
|
||||
//CROSSHAIR COMMANDS
|
||||
cl_crosshairstyle 5
|
||||
cl_crosshairsize 2.5
|
||||
cl_crosshairstyle 4
|
||||
cl_crosshairsize 1
|
||||
cl_crosshairthickness 0.5
|
||||
cl_crosshairgap -3
|
||||
cl_crosshairgap -2
|
||||
cl_crosshair_drawoutline 1
|
||||
cl_crosshair_outlinethickness 1
|
||||
cl_crosshairdot 0
|
||||
@@ -116,11 +118,10 @@ cl_crosshaircolor 5
|
||||
cl_crosshair_sniper_width 1
|
||||
cl_crosshair_friendly_warning 1
|
||||
hud_showtargetid 1
|
||||
cl_hud_color 9
|
||||
|
||||
cl_hud_color 6
|
||||
|
||||
// Mouse
|
||||
sensitivity "0.8"
|
||||
sensitivity "1.5"
|
||||
zoom_sensitivity_ratio "0.818933027098955175"
|
||||
|
||||
// Radar
|
||||
|
||||
Reference in New Issue
Block a user