Advertisement
Guest User

Untitled

a guest
May 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. //User Reg
  2. rate "786432"
  3. sensitivity "1.2"
  4. cl_allowdownload "1"
  5. cl_allowupload "0"
  6. cl_autohelp "0"
  7. cl_autowepswitch "0"
  8. cl_showhelp "0"
  9. cl_forcepreload "1"
  10. cl_interp "0"
  11. cl_interp_ratio "1"
  12. cl_cmdrate "128"
  13. cl_updaterate "128"
  14. fps_max "999"
  15. fps_max_menu "999"
  16. zoom_sensitivity_ratio_mouse "1"
  17. cl_righthand "1"
  18. hud_scaling "1"
  19. cl_join_advertise "2"
  20.  
  21. //net graph
  22. net_graphproportionalfont "0"
  23. net_graphheight "0"
  24. net_graph "1"
  25. //radar
  26. cl_radar_always_centered 0
  27. cl_radar_scale 0.4
  28. cl_radar_icon_scale_min 1.0
  29.  
  30. //crosshair
  31. cl_color "4"
  32. cl_crosshair_drawoutline "0"
  33. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  34. cl_crosshair_dynamic_splitalpha_innermod "1"
  35. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  36. cl_crosshair_dynamic_splitdist "7"
  37. cl_crosshair_outlinethickness "1"
  38. cl_crosshair_sniper_show_normal_inaccuracy "0"
  39. cl_crosshair_sniper_width "1"
  40. cl_crosshairalpha "255"
  41. cl_crosshaircolor "1"
  42. cl_crosshaircolor_b "50"
  43. cl_crosshaircolor_g "250"
  44. cl_crosshaircolor_r "50"
  45. cl_crosshairdot "0"
  46. cl_crosshairgap "-3"
  47. cl_crosshairgap_useweaponvalue "0"
  48. cl_crosshairscale "0"
  49. cl_crosshairsize "2"
  50. cl_crosshairstyle "4"
  51. cl_crosshairthickness "0.5"
  52. cl_crosshairusealpha "1"
  53.  
  54. //Sound
  55. snd_deathcamera_volume "0.0"
  56. snd_mapobjective_volume "0.0"
  57. snd_menumusic_volume "0.0"
  58. windows_speaker_config "1"
  59. snd_mixahead "0.05"
  60. snd_headphone_pan_radial_weight "2"
  61. snd_headphone_pan_exponent "2"
  62. snd_musicvolume "0"
  63. snd_pitchquality "1"
  64. dsp_enhance_stereo "0"
  65. soundscape_flush "1"
  66. snd_front_headphone_position 45.0 //This is meant to help create a better positional audio for frontal sounds.
  67. snd_rear_headphone_position 135.0 //This is meant to help make sounds located behind you more accurate.
  68.  
  69. //mic settings
  70. voice_enable "1"
  71. voice_loopback "0"
  72. voice_modenable "1"
  73. voice_scale "0.1"
  74.  
  75. //Mouse
  76. m_rawinput "1"
  77. m_customaccel "0"
  78. m_customaccel_exponent "0"
  79. m_mousespeed "0"
  80. m_mouseaccel1 "0"
  81. m_mouseaccel2 "0"
  82.  
  83. //Models
  84. viewmodel_fov "65"
  85. viewmodel_offset_x "2"
  86. viewmodel_offset_y "2"
  87. viewmodel_offset_z "-2"
  88. cl_bobcycle "0.98"
  89. cl_viewmodel_shift_left_amt "0"
  90. cl_viewmodel_shift_right_amt "0"
  91.  
  92. //motd disalbe
  93. cl_disablehtmlmotd "0"
  94.  
  95. //Deathcam -
  96. cl_disablefreezecam "1"
  97.  
  98. //Help Messages -
  99. gameinstructor_enable "0"
  100. cl_autohelp "0"
  101. cl_showhelp "0"
  102.  
  103. //Tweaks
  104. r_dynamic "1" // Gunfire Lightning
  105. r_drawtracers_firstperson "0" // Firstperson Tracers OFF.
  106. r_eyegloss "0" // No Makeup.
  107. r_eyemove "0" // No Eye Movement.
  108. r_eyeshift_x "0" // No Eye Movement X-Angle.
  109. r_eyeshift_y "0" // No Eye Movement Y-Angle.
  110. r_eyeshift_z "0" // No Eye Movement Z-Angle.
  111. r_eyesize "0" // Smaller Eyes.
  112.  
  113. // Binds
  114. bind "=" "give weapon_hegrenade; give weapon_flashbang; give weapon_smokegrenade; give weapon_molotov"
  115. bind "\" "sv_cheats 1; mp_limitteams 0; mp_autoteambalance 0; mp_freezetime 0; mp_timelimit 99999; mp_warmuptime 0; mp_round_restart_delay 3; mp_limitteams 0; mp_maxrounds 999999; sv_infinite_ammo 1; mp_warmuptime 999999; mp_limitteams 0; bot_knives_only; mp_warmup_start; give weapon_ak47; give weapon_deagle; god"
  116. bind MWHEELUP "+jump"
  117. bind MWHEELDOWN "+jump"
  118. bind "b" "buymenu"
  119. bind "x" "use weapon_smokegrenade"
  120. bind "c" "use weapon_molotov"
  121. bind "v" "-attack"
  122. bind "space" "+jump"
  123. alias "+jumpthrow" "+jump;-attack"
  124. alias "-jumpthrow" "-jump"
  125. bind "t" "use weapon_knife;use weapon_flashbang"
  126. bind "`" "toggleconsole"
  127. bind "-" "noclip"
  128. bind "PAUSE" "pause"
  129. bind "Home" "sm_admin"
  130. bind "UPARROW" "give weapon_smokegrenade; give weapon_flashbang;give weapon_molotov; give weapon_hegrenade"
  131. alias +beo "-lookatweapon; +reload"
  132. alias -beo "+lookatweapon; -reload"
  133. bind "f" "+beo"
  134. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement