Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. exec move.cfg
  2.  
  3. // repositions the gunmodel to mimic CSS more closely.
  4.  
  5. viewmodel_presetpos "0"
  6.  
  7. // removes the shifting of the arm when crouching down.
  8.  
  9. cl_viewmodel_shift_left_amt "0" //0.5
  10. cl_viewmodel_shift_right_amt "0" //0.25
  11.  
  12. // removes the bobbing of the weapon back and forth, when you run.
  13.  
  14. cl_bob_lower_amt "0" //21
  15. cl_bobamt_lat "0" //0.4
  16. cl_bobamt_vert "0" //0.25
  17.  
  18. // scales the HUD depending on what resolution you use, 1 is max.
  19.  
  20. hud_scaling "0.85"
  21.  
  22. // usual rate commands
  23.  
  24. rate "786432" //1048576
  25. cl_cmdrate "128"
  26. cl_updaterate "128"
  27. cl_interp "0"
  28. cl_interp_ratio "1"
  29.  
  30. // causes the scope to move less while moving scoped and reduces bobbing effect
  31.  
  32. cl_downloadfilter "nosounds"
  33. cl_join_advertise "2"
  34. cl_autowepswitch "0"
  35. cl_bobcycle ".98"
  36. snd_mixahead ".025"
  37. snd_stream "1"
  38.  
  39. fps_max "175"
  40. fps_max_menu "175"
  41. net_graph 0
  42. rcon_password "eistee"
  43.  
  44. mon
  45. bind mwheeldown "+jump"
  46. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement