Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. echo "+------------------------+"
  2. echo "+ MODEL Settings Loaded +----------------------------"
  3. echo "+------------------------+"
  4. // repositions the gunmodel to mimic CSS more closely.
  5. // removes the bobbing of the weapon back and forth, when you run.
  6. // removes the shifting of the arm when crouching down.
  7. viewmodel_fov "65"
  8. viewmodel_offset_x "2"
  9. viewmodel_offset_y "2"
  10. viewmodel_offset_z "-2"
  11.  
  12. // These commands effect your weapon moving around and shifting inward when crouching or running to replicate css better
  13. cl_viewmodel_shift_left_amt "0"
  14. cl_viewmodel_shift_right_amt "0"
  15. cl_bob_lower_amt "0"
  16.  
  17. // These commands below effect the Scope whilst running - leave as default
  18. cl_bobamt_lat "0.4"
  19. cl_bobamt_vert "0.25"
  20. cl_bobcycle "0.98"
  21.  
  22. echo "+-------------------------+"
  23. echo "+ Netcode Settings Loaded +----------------------------"
  24. echo "+-------------------------+"
  25. cl_cmdrate "128"
  26. cl_updaterate "128"
  27. cl_interp "0.20"
  28. cl_interp_ratio "0"
  29. rate "128000"
  30. mm_dedicated_search_maxping "80"
  31.  
  32. echo "+------------------------+"
  33. echo "+ Video Loaded +----------------------------"
  34. echo "+------------------------+"
  35. fps_max "0"
  36. fps_max_menu "200"
  37.  
  38. echo "+------------------------+"
  39. echo "+ Mouse Settings Loaded +----------------------------"
  40. echo "+------------------------+"
  41. zoom_sensitivity_ratio_mouse "1.0"
  42. m_customaccel "0"
  43. m_mouseaccel1 "0"
  44. m_mouseaccel2 "0"
  45. m_rawinput "0"
  46. sensitivity "3.5"
  47.  
  48. echo "+------------------------+"
  49. echo "+ Misc Settings Loaded +----------------------------"
  50. echo "+------------------------+"
  51. hud_scaling "0.6"
  52. snd_mixahead "0.05"
  53.  
  54. echo "+------------------------+"
  55. echo "+ Config Settings Loaded +----------------------------"
  56. echo "+------------------------+"
  57.  
  58. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement