viewing paste Unknown #24226 | 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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
#Bizarre's CS:GO Autoexec v6.1
#Launch options: -novid -nojoy -freq 144 -refresh 144 -tickrate 128 -fullscreen -w 1920 -h 1080 -high +cl_forecepreload 1 +mat_queue_mode 2
clear
echo "Loading Bizarre's CS:GO Autoexec v6.0..."
 
echo "Loading game settings..."
//========GAME SETTINGS
cl_autowepswitch 0
cl_disablefreezecam 1
cl_disablehtmlmotd 0
cl_hud_bomb_under_radar 0
cl_hud_playercount_showcount 1
cl_hud_radar_scale 0.85
cl_inv_showdividerline 1
cl_loadout_colorweaponnames 1
cl_show_clan_in_death_notice 0
cl_use_opens_buy_menu 0
enable_fast_math 1
fps_max 999
fps_max_menu 144
hud_takesshots 1
m_rawinput 1
r_drawtracers_firstperson 0
sensitivity 0.4800
echo "Game settings loaded."
 
echo "Loading network settings..."
//========NETWORK
cl_cmdrate 128
cl_interp 0
cl_interpolate 0
cl_interp_ratio 1
cl_timeout 60
cl_updaterate 128
mm_dedicated_search_maxping 75
rate 128000
echo "Network settings loaded"
 
echo "Loading audio settings..."
//========AUDIO
snd_mixahead 0.05
echo "Audio settings loaded."
 
echo "Loading scripts..."
//========SCRIPTS
//Show netgraph with scoreboard
net_graph "1"
net_graphheight "9999"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
echo "Scorenet loaded."
 
//Disable/enable voice chat
alias voice_off "voice_enable 0; say_team Voice DISABLED"
alias voice_on "voice_enable 1; say_team Voice ENABLED"
echo "Voice on/off loaded."
 
//Volume levels
alias lowvol "incrementvar volume 0.5 0.2 0.5"
alias highvol "incrementvar volume 0.25 0.4 0.5"
alias mutevol "volume 0"
alias normvol "volume 0.25"
echo "All scripts loaded."
 
echo "Loading crosshair..."
//========CROSSHAIR
cl_crosshair_drawoutline "1"
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_width "1"
cl_crosshairalpha "200"
cl_crosshaircolor "1"
cl_crosshaircolor_b "50"
cl_crosshaircolor_g "250"
cl_crosshaircolor_r "50"
cl_crosshairdot "1"
cl_crosshairgap "1"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "0"
cl_crosshairsize "5"
cl_crosshairstyle "4"
cl_crosshairthickness "0.5"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "3"
echo "Crosshair loaded."
 
echo "Loading viewmodel..."
//========VIEWMODEL
cl_viewmodel_shift_left_amt "0.500000"
cl_viewmodel_shift_right_amt "0.250000"
viewmodel_fov "54.000000"
viewmodel_offset_x "1.200000"
viewmodel_offset_y "1"
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"
echo "Viewmodel loaded."
 
echo "Binding..."
//========BINDS
unbind "TAB"
unbind mouse4
unbind mouse5
unbind mwheelup
unbind mwheeldown
unbind p
unbind o
unbind x
unbind t
unbind f1
unbind f2
unbind f3
unbind f4
bind TAB +scorenet
bind mouse4 "use weapon_smokegrenade"
bind mouse5 "use weapon_flashbang"
bind mwheelup +jump
bind mwheeldown +jump
bind p voice_off
bind o voice_on
bind x "+voicerecord"
bind t r_cleardecals
bind f1 lowvol
bind f2 highvol
bind f3 normvol
bind f4 mutevol
 
echo "Binding complete."
//End
echo "Bizarre's CS:GO Autoexec loaded."
host_writeconfig
 
Viewed 983 times, submitted by IntelligenceExalted.