Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Crosshair
- cl_crosshair_drawoutline "0"
- cl_crosshair_dynamic_maxdist_splitratio "0.35"
- cl_crosshair_dynamic_splitalpha_innermod "1"
- cl_crosshair_dynamic_splitalpha_outermod "0.5"
- cl_crosshair_dynamic_splitdist "7"
- cl_crosshair_outlinethickness "1"
- cl_crosshair_sniper_show_normal_inaccuracy "0"
- cl_crosshair_sniper_width "1"
- cl_crosshairalpha "175"
- cl_crosshaircolor "5"
- cl_crosshaircolor_b "255"
- cl_crosshaircolor_g "127"
- cl_crosshaircolor_r "0"
- cl_crosshairdot "0"
- cl_crosshairgap "-10.000000"
- cl_crosshairgap_useweaponvalue "0"
- cl_crosshairscale "0"
- cl_crosshairsize "3.500000"
- cl_crosshairstyle "5"
- cl_crosshairthickness "1.000000"
- cl_crosshairusealpha "1"
- cl_fixedcrosshairgap "-7"
- //Client settings
- sensitivity "4.01"
- //bhop mode switcher
- bind mouse3 "bhopon" // toggle scroll wheel bhop
- alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
- alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"
- //Bind hold to run
- alias +knife slot3
- alias -knife lastinv
- bind q +knife
- //Jump Throw
- alias +jumpthrow "+jump;-attack"
- alias -jumpthrow "-jump"
- bind c +jumpthrow
- //Auto Weapon Switch
- cl_autowepswitch "0"
- //Bobbing and Movement Shifting
- cl_viewmodel_shift_left_amt "0.500000"
- cl_viewmodel_shift_right_amt "0.250000"
- viewmodel_fov "63.000000"
- viewmodel_offset_x "2.300000"
- viewmodel_offset_y "-2.0"
- viewmodel_offset_z "-2.0"
- viewmodel_presetpos "0"
- viewmodel_recoil "1.0"
- cl_bob_lower_amt "5.000000"
- cl_bobamt_lat "0.100000"
- cl_bobamt_vert "0.100000"
- cl_bobcycle "1"
- //Bypass OS Interface & Acceleration
- m_rawinput "1"
- m_mouseaccel1 "0"
- m_mouseaccel2 "0"
- //Deathcam
- cl_disablefreezecam "1"
- //Gun Tracers - these are bad, really misleading
- r_drawtracers_firstperson "0"
- //Help Messages
- gameinstructor_enable "0"
- cl_autohelp "0"
- cl_showhelp "0"
- //HUD
- hud_showtargetid "1"
- cl_radar_scale "0.5"
- bind "TAB" "+ng"; //
- alias "+ng" "+showscores; net_graph 1" // these 3 = onyl show netgraph when tab/scoreboard is held
- alias "-ng" "-showscores; net_graph 0" //
- //MOTD
- cl_disablehtmlmotd "1"
- cl_downloadfilter "nosounds"
- //Performance & Rates - rates for 128 tick servers
- cl_forcepreload "1"
- cl_interp "0"
- cl_interp_ratio "1"
- cl_cmdrate "128"
- cl_updaterate "128"
- rate "128000"
- //Radar - radar settings + adjustment on numpad enter
- cl_radar_scale "0.3"
- cl_radar_rotate "1"
- cl_radar_always_centered "0"
- cl_radar_scale "0.32"
- cl_radar_icon_scale_min ".5"
- bind "kp_enter" "incrementvar cl_radar_scale 0.32 0.52 0.05" // this lets you adjust radar scale on numpad enter
- //Sound
- windows_speaker_config "1"
- snd_mixahead "0.05"
- snd_musicvolume "0"
- snd_headphone_pan_exponent "2"
- snd_headphone_pan_radial_weight "1"
- snd_rear_headphone_position "90"
- bind "kp_minus" "toggle voice_enable 1 0"
- echo "Autoexec Config loaded"
- host_writeconfig
Add Comment
Please, Sign In to add comment