SHOW:
|
|
- or go back to the newest paste.
| 1 | //Sound | |
| 2 | windows_speaker_config "1" | |
| 3 | snd_front_headphone_position "53.2" | |
| 4 | snd_rear_headphone_position "90.0" | |
| 5 | - | cl_hud_background_alpha "1.000000" |
| 5 | + | snd_headphone_pan_exponent "1.2" |
| 6 | snd_headphone_pan_radial_weight "0.5" | |
| 7 | ||
| 8 | //Net graph | |
| 9 | net_graph "1" | |
| 10 | net_graphheight "9999" | |
| 11 | - | cl_loadout_colorweaponnames "0" // colours of weapon grade ingame viewable |
| 11 | + | alias "+scorenet" "+showscores; net_graphheight 0" |
| 12 | alias "-scorenet" "-showscores; net_graphheight 9999" | |
| 13 | bind "TAB" "+scorenet" | |
| 14 | ||
| 15 | //Removes bobbing | |
| 16 | cl_bob_lower_amt "0.0" | |
| 17 | cl_bobamt_lat "0.0" | |
| 18 | cl_bobamt_vert "0.0" | |
| 19 | cl_bobcycle "0.00 | |
| 20 | ||
| 21 | // HUD Settings | |
| 22 | - | cl_teammate_colors_show "1" //chosen colours of teammates are visible on the radar |
| 22 | + | |
| 23 | safezoney "1.0" | |
| 24 | - | // Buy commands |
| 24 | + | |
| 25 | - | bind "kp_end" "buy ak47; buy m4a1;" |
| 25 | + | cl_hud_background_alpha "1.0" |
| 26 | - | bind "kp_downarrow" "buy vesthelm;" |
| 26 | + | |
| 27 | - | bind "kp_pgdn" "buy vest;" |
| 27 | + | |
| 28 | - | bind "kp_leftarrow" "buy flashbang;" |
| 28 | + | |
| 29 | - | bind "kp_5" "buy smokegrenade;" |
| 29 | + | |
| 30 | - | bind "kp_rightarrow" "buy hegrenade;" |
| 30 | + | |
| 31 | - | bind "kp_home" "buy galilar; buy famas;" |
| 31 | + | cl_loadout_colorweaponnames "0" |
| 32 | - | bind "kp_uparrow" "buy awp;" |
| 32 | + | |
| 33 | - | bind "kp_pgup" "buy p250;" |
| 33 | + | |
| 34 | - | bind "kp_del" "buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade;" |
| 34 | + | |
| 35 | - | bind "kp_ins" "buy ak47; buy m4a1; buy vesthelm; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade;" |
| 35 | + | |
| 36 | - | bind "kp_enter" "buy defuser;" |
| 36 | + | |
| 37 | - | bind "kp_plus" "buy molotov; buy incgrenade;" |
| 37 | + | |
| 38 | cl_radar_rotate "1" | |
| 39 | cl_radar_scale "0.3" | |
| 40 | cl_hud_radar_scale "1.3" | |
| 41 | cl_radar_square_with_scoreboard "0" | |
| 42 | cl_teammate_colors_show "1" | |
| 43 | ||
| 44 | // Binds for nades | |
| 45 | - | cl_crosshair_dynamic_maxdist_splitratio "0" |
| 45 | + | |
| 46 | - | cl_crosshair_dynamic_splitalpha_innermod "0" |
| 46 | + | |
| 47 | bind "v" "use weapon_hegrenade" | |
| 48 | - | cl_crosshair_dynamic_splitdist "100" |
| 48 | + | |
| 49 | // Crosshair | |
| 50 | cl_crosshair_drawoutline "1" | |
| 51 | - | cl_crosshaircolor "4" |
| 51 | + | cl_crosshair_dynamic_maxdist_splitratio "0.35" |
| 52 | cl_crosshair_dynamic_splitalpha_innermod "1" | |
| 53 | cl_crosshair_dynamic_splitalpha_outermod "0.5" | |
| 54 | cl_crosshair_dynamic_splitdist "7" | |
| 55 | cl_crosshair_outlinethickness "1" | |
| 56 | - | cl_crosshairgap "-1" |
| 56 | + | |
| 57 | cl_crosshaircolor "5" | |
| 58 | - | cl_crosshairscale "4" |
| 58 | + | |
| 59 | - | cl_crosshairsize "2.0" |
| 59 | + | |
| 60 | cl_crosshaircolor_r "255" | |
| 61 | - | cl_crosshairthickness "0.765" |
| 61 | + | |
| 62 | cl_crosshairgap "-0.5" | |
| 63 | - | cl_fixedcrosshairgap "3" |
| 63 | + | |
| 64 | cl_crosshairscale "1700" | |
| 65 | cl_crosshairsize "1.5" | |
| 66 | - | // Sensitivity |
| 66 | + | |
| 67 | - | sensitivity 2.25 |
| 67 | + | cl_crosshairthickness "0.5" |
| 68 | cl_crosshairusealpha "1" | |
| 69 | cl_fixedcrosshairgap "-10" | |
| 70 | ||
| 71 | // Jump throw bind | |
| 72 | alias "+jumpthrow" "+jump;-attack" | |
| 73 | alias "-jumpthrow" "-jump" | |
| 74 | bind "h" "+jumpthrow" | |
| 75 | ||
| 76 | // Inspect | |
| 77 | bind "t" "+lookatweapon" | |
| 78 | ||
| 79 | // Restart | |
| 80 | bind "j" "say /r" | |
| 81 | ||
| 82 | host_writeconfig |