Files
counterstrike-config/autoexec.cfg
2023-12-14 20:50:44 +01:00

88 lines
1.9 KiB
INI

host_writeconfig
//sensitivity is 500*2
sensitivity .6
cl_crosshair_recoil true
m_mousespeed 0 // no mouse acceleration
m_rawinput 1
cl_autowepswitch 0 // dont switch weapons on pickup
cl_color purple
//snd_musicvolume “0” //command is not available anymore?
mm_dedicated_search_maxping 60
snd_mvp_volume 0 // disable mvp music
inferno_flame_spacing 50
cl_spec_follow_grenade_key 1
gameinstructor_enable 0 // disable game instructor
cl_hide_avatar_images "1"
bind "TAB" "+showscores"
//OVERVIEW
cl_radar_always_centered "1"
//PRINT DAMAGE
con_filter_enable "2"
con_filter_text "Damage Given"
con_filter_text_out "Player:"
developer "1"
//
//KEYBINDS
unbindall;
bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"
bind "X_AXIS" "rightleft"
bind "Y_AXIS" "!forwardback"
bind "U_AXIS" "yaw"
bind "R_AXIS" "pitch"
bind "a" "+left"
bind "s" "+back"
bind "d" "+right"
bind "w" "+forward"
bind "shift" "+sprint"
bind "SPACE" "+jump"
bind "CTRL" "+duck"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "player_ping"
bind "MOUSE4" "slot2"
bind "MOUSE5" "slot2; slot1"
bind "TAB" "slot3"
bind "r" "+reload"
bind "g" "drop"
bind "f" "+use"
bind "b" "buymenu"
bind "/" "toggleconsole"
bind "ALT" "noclip"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"
bind "i" "show_loadout_toggle"
bind "m" "teammenu"
bind "v" "+voicerecord"
bind "ENTER" "messagemode"
bind "BACKSPACE" "messagemode2"
bind "HASH" "toggleconsole"
bind "p" "+showscores"
bind "c" "slot10"
bind "e" "slot8"
bind "q" "slot7"
bind "y" "slot6"
//COSMETICS
cl_viewmodel_shift_left_amt "1.5"
cl_viewmodel_shift_right_amt "0.75"
viewmodel_fov "68"
viewmodel_offset_x "1.25"
viewmodel_offset_y "0.75"
viewmodel_offset_z "-1.25"
viewmodel_recoil "1.0"
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.98"
fps_max 120
exec logo.cfg