Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. //Rates
  2. rate "786432"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interp "0"
  6. cl_interp_ratio "1"
  7. cl_lagcompensation "1"
  8.  
  9.  
  10. //Audio
  11. windows_speaker_config "1"
  12. snd_front_headphone_position "53.2"
  13. snd_rear_headphone_position "90.0"
  14. snd_headphone_pan_exponent "1.2"
  15. snd_headphone_pan_radial_weight "0.5"
  16. volume "1"
  17. voice_enable "1"
  18. voice_scale ".3"
  19. cl_mute_enemy_team 0
  20.  
  21. //Video
  22. mat_monitorgamma 1.6
  23. mat_queue_mode "-1"
  24. fps_max "144"
  25. fps_max_menu "144"
  26. r_dynamic "0"
  27. r_drawtracers_firstperson "0"
  28.  
  29.  
  30. //Mouse
  31. sensitivity "1.1"
  32. zoom_sensitivity_ratio_mouse "1"
  33. m_rawinput "1"
  34.  
  35.  
  36. //Misc
  37. gameinstructor_enable "0"
  38. cl_autowepswitch "0"
  39. cl_forcepreload "1"
  40. cl_disablehtmlmotd "1"
  41. cl_autohelp "0"
  42. cl_showhelp "0"
  43. cl_disablefreezecam "1"
  44. cl_teammate_colors_show "1"
  45. cl_autowepswitch "0"
  46. mm_dedicated_search_maxping 60
  47.  
  48. //Alias
  49. alias "+jthrow" "+jump ; -attack ; -attack2"
  50. alias "-jthrow" "-jump"
  51. bind "mouse4" "+jthrow"
  52.  
  53. alias "+djump" "+jump ; +duck"
  54. alias "-djump" "-jump ; -duck"
  55. bind "mouse3" "+djump"
  56.  
  57. alias "+netscores" "+showscores ; net_graph 1"
  58. alias "-netscores" "-showscores ; net_graph 0"
  59. bind "tab" "+netscores"
  60.  
  61. alias "+knife" "slot3"
  62. alias "-knife" "lastinv"
  63. bind "q" "+knife"
  64.  
  65. bind "f4" "voicetoggle"
  66. alias "voicetoggle" "voiceoff"
  67. alias "voiceoff" "voice_enable 0; playvol buttons\blip2 0.25; alias voicetoggle voiceon"
  68. alias "voiceon" "voice_enable 1; playvol buttons\blip1 0.5; alias voicetoggle voiceoff"
  69.  
  70.  
  71. //Binds
  72. bind "mouse5" "toggle cl_crosshairsize 1000 1"
  73. bind "alt" "noclip"
  74. bind "t" "+lookatweapon ; +cl_show_team_equipment"
  75. BindToggle "f8" "cl_righthand"
  76.  
  77. bind "mwheelup" "+jump"
  78. bind "mwheeldown" "+jump"
  79.  
  80.  
  81. //Grenade Binds
  82. bind "f" "use weapon_flashbang"
  83. bind "z" "use weapon_hegrenade"
  84. bind "x" "use weapon_smokegrenade
  85. bind "c" "use weapon_incgrenade ; use weapon_molotov"
  86.  
  87. //Buy Binds
  88. bind "kp_enter" "buy m4a1; buy ak47;"
  89. bind "kp_plus" "buy vesthelm;"
  90. bind "kp_minus" "buy awp;"
  91. bind "kp_multiply" "buy smokegrenade;"
  92. bind "kp_pgup" "buy hegrenade;"
  93. bind "kp_rightarrow" "buy flashbang;"
  94. bind "kp_pgdn" "buy incgrenade; buy molotov;"
  95. bind "kp_del" "buy decoy;"
  96. bind "kp_ins" "buy defuser;"
  97. bind "-" "buy vest;"
  98. bind "kp_uparrow" "buy p250;"
  99. bind "kp_5" "buy fiveseven; buy tec9;"
  100. bind "kp_downarrow" "buy deagle; buy revolver;"
  101. bind "kp_end" "buy ssg08;"
  102. bind "kp_leftarrow" "buy mp7;buy mp5sd"
  103. bind "kp_home" "buy aug; buy sg556;"
  104.  
  105.  
  106. //Radar
  107. cl_radar_always_centered "0"
  108. cl_radar_scale "0.3"
  109. cl_hud_radar_scale "1.15"
  110. cl_radar_icon_scale_min ".6"
  111. cl_radar_rotate "1"
  112. cl_radar_square_with_scoreboard "1"
  113.  
  114.  
  115. //Hud
  116. cl_hud_background_alpha "0.5"
  117. cl_hud_bomb_under_radar "1"
  118. cl_hud_color "1"
  119. cl_hud_healthammo_style "0"
  120. cl_hud_playercount_pos "0"
  121. cl_hud_playercount_showcount "0"
  122. hud_showtargetid "1"
  123. net_graphpos "2"
  124.  
  125.  
  126. //Viewmodel
  127. cl_viewmodel_shift_left_amt "1.5"
  128. cl_viewmodel_shift_right_amt "0.75"
  129. viewmodel_fov "63.000000"
  130. viewmodel_offset_x "1.25"
  131. viewmodel_offset_y "0.75"
  132. viewmodel_offset_z "-1.25"
  133. viewmodel_presetpos "0"
  134. viewmodel_recoil "1.0"
  135. cl_bob_lower_amt "21"
  136. cl_bobamt_lat "0.33"
  137. cl_bobamt_vert "0.14"
  138. cl_bobcycle "0.98"
  139.  
  140. //Crosshair
  141. cl_crosshairsize 1
  142. cl_crosshairgap -1
  143. cl_crosshairthickness 0.4
  144. cl_crosshaircolor 5
  145. cl_crosshaircolor_b 144
  146. cl_crosshaircolor_g 195
  147. cl_crosshaircolor_r 27
  148. cl_crosshairdot 1
  149. cl_crosshairstyle 4
  150. cl_crosshairalpha 250
  151. cl_crosshairgap_useweaponvalue 0
  152. cl_crosshairusealpha 1
  153. cl_crosshair_drawoutline 0
  154. cl_crosshair_dynamic_maxdist_splitratio 0.35
  155. cl_crosshair_dynamic_splitalpha_innermod 1
  156. cl_crosshair_dynamic_splitalpha_outermod 0.5
  157. cl_crosshair_dynamic_splitdist 7
  158.  
  159. mat_savechanges
  160. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement