Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. // *personnal settings -
  2. // *sens ingame 2.35, 800/600
  3.  
  4.  
  5.  
  6. // Binds
  7.  
  8. bind "MOUSE1" "+attack;r_cleardecals"
  9. bind "²" "toggleconsole"
  10.  
  11. // repositions the gunmodel to mimic
  12.  
  13. viewmodel_fov "68"
  14. viewmodel_offset_x "2.500000"
  15. viewmodel_offset_y "0"
  16. viewmodel_offset_z "-1.500000"
  17. viewmodel_presetpos "0"
  18.  
  19. // removes the shifting of the arm when crouching down.
  20.  
  21. cl_viewmodel_shift_left_amt "0"
  22. cl_viewmodel_shift_right_amt "0"
  23. m_mousespeed 0
  24. m_mouseaccel 0
  25.  
  26. //
  27.  
  28. //NETSETTINGS
  29.  
  30. rate "196608"
  31. cl_cmdrate "128"
  32. cl_updaterate "128"
  33. cl_interp "0.031"
  34. cl_interp_ratio "2"
  35.  
  36.  
  37. // CROSSHAIR
  38.  
  39. cl_crosshair_drawoutline "1"
  40. cl_crosshair_dynamic_maxdist_splitratio "0.3"
  41. cl_crosshair_dynamic_splitalpha_innermod "1"
  42. cl_crosshair_dynamic_splitalpha_outermod "1"
  43. cl_crosshair_dynamic_splitdist "5"
  44. cl_crosshair_outlinethickness "1"
  45. cl_crosshairalpha "9999"
  46. cl_crosshaircolor "4"
  47. cl_crosshaircolor_b "255"
  48. cl_crosshaircolor_g "255"
  49. cl_crosshaircolor_r "255"
  50. cl_crosshairdot "0"
  51. cl_crosshairgap "0"
  52. cl_crosshairscale "1000"
  53. cl_crosshairsize "2"
  54. cl_crosshairstyle "4"
  55. cl_crosshairthickness "0"
  56. cl_crosshairusealpha "1"
  57.  
  58. // NETGRAPH
  59.  
  60. net_graph "1"
  61.  
  62.  
  63. // SOUND
  64.  
  65. voice_positional "0"
  66. snd_mixahead "0.05"
  67.  
  68. cl_disablefreezecam "1"
  69. cl_disablehtmlmotd "1"
  70. m_rawinput "1"
  71.  
  72. snd_deathcamera_volume "0.000000"
  73. snd_duckerattacktime "0.5"
  74. snd_duckerreleasetime "2.5"
  75. snd_duckerthreshold "0.15"
  76. snd_ducking_off "1"
  77. snd_ducktovolume "0.55"
  78. snd_dzmusic_volume "0.000000"
  79. snd_hrtf_distance_behind "100"
  80. snd_hrtf_voice_delay "0.1"
  81. snd_hwcompat "1"
  82. snd_mapobjective_volume "0"
  83. snd_menumusic_volume "0.000000"
  84. snd_mix_async "1"
  85. snd_mix_async_onetime_reset "1"
  86. snd_mixahead "0.05"
  87. snd_music_selection "1"
  88. snd_music_volume_onetime_reset_2 "1"
  89. snd_musicvolume_multiplier_inoverlay "0.1"
  90. snd_mute_losefocus "1"
  91. snd_mute_mvp_music_live_players "0"
  92. snd_mvp_volume "0.000000"
  93. snd_pitchquality "1"
  94. snd_roundend_volume "0"
  95. snd_roundstart_volume "0"
  96. snd_surround_speakers "-1"
  97. snd_tensecondwarning_volume "0.043616"
  98.  
  99. // removes the bobbing of the weapon back and forth, when you run.
  100.  
  101. cl_bob_lower_amt "0"
  102. cl_bobamt_lat "0"
  103. cl_bobamt_vert "0"
  104.  
  105. // scales the HUD depending on what resolution you use, 1 is max.
  106.  
  107. hud_scaling "1"
  108.  
  109. // lowers delay between sounds.
  110.  
  111. snd_mixahead "0.05"
  112. windows_speaker_config "1"
  113. snd_musicvolume "0"
  114. snd_headphone_pan_exponent "2"
  115. snd_headphone_pan_radial_weight "2
  116.  
  117.  
  118. r_drawtracers_firstperson 1
  119.  
  120.  
  121.  
  122. // causes the scope to move less while moving scoped and reduces bobbing effect
  123.  
  124. cl_bobcycle "2"
  125.  
  126.  
  127. // OTHER
  128. net_graph "1"
  129. fps_max "999"
  130.  
  131. cl_radar_scale "0.6"
  132. cl_radar_rotate "1"
  133. closeonbuy "0"
  134. cl_forcepreload "1"
  135. cl_showhelp "0"
  136. cl_lagcompensation "1"
  137. cl_predictweapons "1"
  138. cl_resend "6"
  139. cl_timeout "9999999"
  140. r_dynamic "0"
  141. r_eyegloss "0"
  142. r_eyemove "0"
  143. r_eyeshift_x "0"
  144. r_eyeshift_y "0"
  145. r_eyeshift_z "0"
  146. r_eyesize "0"
  147. muzzleflash_light "0"
  148. mat_queue_mode "2"
  149.  
  150. cl_clanid "0"
  151. cl_disablefreezecam "1"
  152. cl_forcepreload "1"
  153. closecaption "0"
  154. closeonbuy "0"
  155. volume "0.15"
  156. voice_scale "0.06"
  157. sensitivity "2.35"
  158. zoom_sensitivity_ratio_mouse "1.0"
  159.  
  160. // ALIAS
  161.  
  162.  
  163.  
  164.  
  165. clear
  166.  
  167. echo "HS cfg loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement