Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. // repositions the gunmodel to mimic CSS more closely
  2.  
  3. viewmodel_fov "68"
  4. viewmodel_offset_x "2.5"
  5. viewmodel_offset_y "2"
  6. viewmodel_offset_z "-2"
  7. viewmodel_recoil "0"
  8. viewmodel_presetpos "0"
  9.  
  10. // removes the shifting of the arm when crouching down
  11.  
  12. cl_viewmodel_shift_left_amt "0"
  13. cl_viewmodel_shift_right_amt "0"
  14. cl_bob_lower_amt "30"
  15. cl_bobamt_lat "0"
  16. cl_bobamt_vert "0"
  17. cl_bobcycle "0.98"
  18.  
  19.  
  20. // scales the HUD depending on what resolution you use, 1 is max
  21.  
  22. hud_scaling "1"
  23.  
  24. // lowers delay between sounds.
  25.  
  26. snd_mixahead "0.05"
  27. snd_front_headphone_position "90.0"
  28. snd_headphone_pan_exponent "2"
  29. snd_headphone_pan_radial_weight "2
  30. snd_pitchquality "1"
  31. dsp_enhance_stereo "0"
  32.  
  33. // sets interpolation values
  34.  
  35. cl_interp "0"
  36. cl_interp_ratio "1"
  37.  
  38. // ignores dedicated servers with pings above this value
  39.  
  40. mm_dedicated_search_maxping "0"
  41.  
  42. // usual rate commands
  43.  
  44. cl_cmdrate "128"
  45. cl_updaterate "128"
  46. rate "128000"
  47.  
  48. // mouse
  49.  
  50. sensitivity "2.0"
  51. zoom_sensitivity_ratio_mouse "1"
  52. m_rawinput "1"
  53. m_customaccel "0"
  54. m_mousespeed "0"
  55.  
  56. // binds
  57.  
  58. bind "alt" "toggle cl_righthand"
  59. bind "t" "+lookatweapon;r_cleardecals"
  60. bind "f" "+spray_menu"
  61. bind "/" "toggleconsole"
  62. bind "mwheeldown" "+jump"
  63. bind "mwheelup" "+jump"
  64. bind "uparrow" " buy molotov; buy incgrenade;"
  65. bind "leftarrow" " buy smokegrenade;"
  66. bind "downarrow" " buy flashbang;"
  67. bind "rightarrow" " buy hegrenade;"
  68. bind "shift" "+duck"
  69. bind "ctrl" "+speed"
  70.  
  71. //
  72.  
  73. fps_max "0"
  74. fps_max_menu "0"
  75. net_allow_multicast "0"
  76. cl_disablehtmlmotd "1"
  77. cl_downloadfilter "nosounds"
  78. r_drawtracers_firstperson "0"
  79. mat_queue_mode "-1"
  80. r_dynamic "0"
  81. r_eyemove "0"
  82. r_eyegloss "0"
  83. muzzleflash_light "0"
  84. sv_forcepreload"1"
  85. sys_antialiasing "0"
  86. sys_refldetail "0"
  87. func_break_max_pieces "0"
  88. r_cheapwaterend "1"
  89. r_cheapwaterstart "1"
  90. mat_hdr_enabled "0"
  91. gameinstructor_enable "0"
  92. cl_autowepswitch "0"
  93. cl_autohelp "0"
  94. cl_showhelp "0"
  95. cl_disablefreezecam "1"
  96. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement