Advertisement
Guest User

dMK AUTO

a guest
Feb 18th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 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.  
  8.  
  9. // removes the shifting of the arm when crouching down.
  10.  
  11. cl_viewmodel_shift_left_amt "0"
  12. cl_viewmodel_shift_right_amt "0"
  13. cl_bob_lower_amt "15"
  14. cl_bobamt_lat "0"
  15. cl_bobamt_vert "0"
  16.  
  17.  
  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.  
  28. // sets interpolation values.
  29.  
  30. cl_interp "0"
  31. cl_interp_ratio "2"
  32.  
  33. // ignores dedicated servers with pings above this value.
  34.  
  35. mm_dedicated_search_maxping
  36.  
  37. // usual rate commands
  38.  
  39. cl_cmdrate "128"
  40. cl_updaterate "128"
  41. rate "500000"
  42.  
  43. cl_bobcycle "0.98"
  44.  
  45. //
  46. hud_scaling 0.7
  47.  
  48. zoom_sensitivity_ratio 1.0
  49. m_customaccell 0
  50.  
  51. fps_max "0"
  52. fps_max_menu "0"
  53.  
  54. bind "mouse4" "r_cleardecals"
  55. bind "mouse5" "r_cleardecals"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement