My configurations for the software I use

Move into separate repo

yemou 08ecd823 757fcf3a

Changed files
-43
data
gamefiles
-43
data/gamefiles/csgo/autoexec.cfg
···
-
// Max FPS
-
fps_max "90" // My laptop isn't a beast so capping my fps should help the game run a little smoother
-
fps_max_menu "60"
-
-
// Mouse Sensitivity
-
sensitivity "0.2"
-
zoom_sensitivity_ratio_mouse "0.818933027098955175"
-
-
// Crosshair (No crosshair, yummy)
-
cl_crosshairalpha "0"
-
-
// View Model
-
cl_viewmodel_shift_left_amt "0.500000"
-
cl_viewmodel_shift_right_amt "0.250000"
-
viewmodel_fov "54"
-
viewmodel_offset_x "-2.0"
-
viewmodel_offset_y "-2.0"
-
viewmodel_offset_z "-2.0"
-
viewmodel_recoil "1.0"
-
cl_bob_lower_amt "5.000000"
-
cl_bobamt_lat "0.100000"
-
cl_bobamt_vert "0.100000"
-
cl_bobcycle "0.98"
-
cl_righthand "0"
-
-
// Binds
-
bind "HOME" disconnect
-
bind "END" quit
-
-
// Toggle crosshair
-
bind ] toggle_crosshair
-
alias toggle_crosshair "enable_crosshair"
-
alias enable_crosshair "alias toggle_crosshair disable_crosshair; cl_crosshairalpha 255"
-
alias disable_crosshair "alias toggle_crosshair enable_crosshair; cl_crosshairalpha 0"
-
-
// Mute voice chat
-
voice_enable 1
-
bind / toggle_voice
-
alias toggle_voice "disable_voice"
-
alias disable_voice "alias toggle_voice enable_voice; voice_enable 0; play ui\beep07"
-
alias enable_voice "alias toggle_voice disable_voice; voice_enable 1; play ui\beepclear"
-
-
host_writeconfig