viewing paste autoexec fixed | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
//Bizarre's Autoexec v3
//All of the bind/unbind commands have been moved to the bottom to keep things clean.
//NB: Watch for mouse sensitivity/personal preference settings!
 
//GAME SETTINGS==========================================================================
sensitivity 0.4800
cl_autowepswitch 0
cl_disablefreezecam 1
r_drawtracers_firstperson 0
 
//VIEWMODEL==============================================================================
cl_viewmodel_shift_left_amt "0.500000"
cl_viewmodel_shift_right_amt "0.250000"
viewmodel_fov "66.000000"
viewmodel_offset_x "2.500000"
viewmodel_offset_y "-2.0"
viewmodel_offset_z "-2.0"
viewmodel_presetpos "0"
cl_bob_lower_amt "5.000000"
cl_bobamt_lat "0.100000"
cl_bobamt_vert "0.100000"
cl_bobcycle "0.98"
 
//CROSSHAIR (Fnatic - Flusha)============================================================
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_crosshairalpha "999'"
cl_crosshaircolor "0"
cl_crosshaircolor_b "64"
cl_crosshaircolor_g "64"
cl_crosshaircolor_r "64"
cl_crosshairdot "0"
cl_crosshairgap "-3"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "0"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "0"
 
//SOUND==================================================================================
windows_speaker_config 1
snd_mixahead 0.05
snd_headponhe_pan_exponent 2
snd_headphone_pan_radial_weight 1
snd_rear_headphone_position 90
 
//NETWORK================================================================================
mm_dedicated_search_maxping 75
cl_interp 0
cl_interp_ratio 1
cl_cmdrate 128
cl_updaterate 128
rate 128000
 
//SCRIPTS================================================================================
//Show netgraph when checking scoreboard-------------------------------------------------
net_graph "1"
net_graphheight "9999"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
 
//Display Damage dealt after death.------------------------------------------------------
alias displaydamage "displaydamage_on"
alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
 
//Voice and Volume-----------------------------------------------------------------------
alias voice_off "voice_enable 0;say_team Voice chat |DISABLED|"
alias voice_on "voice_enable 1;say_team Voice chat |ENABLED|"
 
alias lowvol "volume 0.1"
alias normvol "volume 0.2"
alias highvol "volume 0.4"
alias maxvol "volume 0.6"
 
//Mousewheel switching (From bhop to weapon switch)--------------------------------------
alias bhop0 "bind mwheeldown invnext;bind mwheelup invprev;bind mouse3 bhop1"
alias bhop1 "bind mwheeldown +jump;bind mwheelup +jump;bind mouse3 bhop0"
 
//BINDS==================================================================================
unbind mouse3
unbind mouse4
unbind mouse5
unbind mwheeldown
unbind mwheelup
unbind TAB
unbind p
unbind o
unbind x
unbind t
bind p voice_off
bind o voice_on
bind mouse3 "bhop0"
bind "TAB" "+scorenet"
bind "f5" "displaydamage"
bind x +voicerecord
bind t r_cleardecals
bind mouse5 "use weapon_flashbang"
bind mouse4 "use weapon_smokegrenade"
 
//END====================================================================================
host_writeconfig
 
Viewed 990 times, submitted by IntelligenceExalted.