96 lines
1.9 KiB
INI
96 lines
1.9 KiB
INI
//exec McCaffe | https://steamcommunity.com/id/johnmccaffe
|
|
|
|
|
|
//GENERAL GAME SETTINGS
|
|
|
|
//IG SETTINGS
|
|
cl_teamid_overhead_mode 2
|
|
cl_use_opens_buy_menu 0
|
|
cl_silencer_mode 0
|
|
cl_autohelp 0
|
|
cl_showloadout 1
|
|
fps_max 350
|
|
|
|
//NETWORKING
|
|
rate "1000000"
|
|
|
|
//MOUSE SETTINGS
|
|
sensitivity "1"
|
|
|
|
//CROSSHAIR
|
|
cl_crosshair_drawoutline 1
|
|
cl_crosshair_recoil 0
|
|
cl_crosshair_dynamic_splitdist 7
|
|
cl_crosshair_sniper_width 1
|
|
cl_crosshair_t 0
|
|
cl_crosshairalpha 255
|
|
cl_crosshaircolor 1
|
|
cl_crosshaircolor_b 0
|
|
cl_crosshaircolor_g 0
|
|
cl_crosshaircolor_r 255
|
|
cl_crosshairdot 0
|
|
cl_crosshairgap_useweaponvalue 0
|
|
cl_crosshairstyle 4
|
|
cl_crosshair_friendly_warning 0
|
|
hud_showtargetid 0
|
|
cl_crosshairsize 1.5
|
|
cl_crosshairthickness 0
|
|
cl_crosshairgap -2
|
|
cl_crosshair_outlinethickness 1.1
|
|
cl_crosshair_dynamic_maxdist_splitratio 0.3
|
|
cl_crosshair_dynamic_splitalpha_innermod 1
|
|
cl_crosshair_dynamic_splitalpha_outermod 0.5
|
|
|
|
//MINIMAP AND HUD COLOR
|
|
cl_hud_color 6
|
|
cl_teammate_colors_show 2
|
|
cl_radar_icon_scale_min "0.5"
|
|
|
|
//AUDIO SETTINGS
|
|
volume "1"
|
|
snd_tensecondwarning_volume "0.25"
|
|
snd_menumusic_volume "0"
|
|
snd_roundstart_volume "0"
|
|
snd_deathcamera_volume "0"
|
|
snd_mapobjective_volume "0"
|
|
|
|
//FOV CFG
|
|
viewmodel_presetpos "0"
|
|
viewmodel_offset_x "1"
|
|
viewmodel_offset_y "-2"
|
|
viewmodel_offset_z "-1.5"
|
|
viewmodel_fov "60"
|
|
|
|
|
|
//KEY BINDS
|
|
|
|
//JUMPTHROW RUNTHROW
|
|
alias "+jumpaction" "+jump;"
|
|
alias "+throwaction" "-attack; -attack2"
|
|
alias "-jumpaction" "-jump"
|
|
bind v "+jumpaction;+throwaction;"
|
|
alias "+runthrow" "+forward;+jump;"
|
|
alias "-runthrow" "-jump;-forward"
|
|
bind h "+runthrow;+throwaction"
|
|
|
|
//BIND MOUSE WHEEL JUMP
|
|
bind mwheelup +jump;bind mwheeldown +jump;bind space +jump
|
|
|
|
//BIND NOCLIP
|
|
unbind "mouse5"
|
|
bind "mouse5" "noclip"
|
|
|
|
//BIND FPS COUNTER
|
|
cl_showfps "0"
|
|
bind "n" "toggle net_graph 0 1; toggle cl_showfps 0 4"
|
|
|
|
//BRIGTHNESS
|
|
bind "l" "toggle r_fullscreen_gamma 1.857301 2.013074";
|
|
|
|
//ENABLE CONSOLE
|
|
con_enable 1
|
|
unbind f8; bind f8 "toggleconsole"
|
|
|
|
|
|
host_writeconfig
|
|
//exec McCaffe | https://steamcommunity.com/id/johnmccaffe |