77 lines
1.6 KiB
INI
77 lines
1.6 KiB
INI
host_writeconfig
|
|
//sensitivity is 500*2
|
|
sensitivity 2
|
|
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
|
|
|
|
|
|
//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 "X_AXIS" "rightleft"
|
|
bind "Y_AXIS" "!forwardback"
|
|
bind "MOUSE_X" "yaw"
|
|
bind "MOUSE_Y" "pitch"
|
|
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 "r" "+reload"
|
|
bind "g" "drop"
|
|
bind "f" "+use"
|
|
//bind "b" "buymenu"
|
|
bind "/" "toggleconsole"
|
|
bind "ALT" "noclip"
|
|
bind "MOUSE3" "player_ping"
|
|
bind "MOUSE4" "slot4"
|
|
bind "MOUSE5" "slot2; slot1"
|
|
bind "MWHEELUP" "invprev"
|
|
bind "MWHEELDOWN" "invnext"
|
|
bind "i" "show_loadout_toggle"
|
|
bind "m" "teammenu"
|
|
bind "v" "+voicerecord"
|
|
bind "y" "messagemode"
|
|
|
|
|
|
//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
|