Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. // Weapon viewmodel positioning.
  2. // For these custom values to work "viewmodel_presetpos" must be removed from the config.
  3.  
  4.  
  5. viewmodel_fov "62.5"
  6. viewmodel_offset_x "2"
  7. viewmodel_offset_y "2"
  8. viewmodel_offset_z "-2"
  9.  
  10.  
  11. // Bobbing and movement shifting.
  12.  
  13.  
  14. cl_viewmodel_shift_left_amt "0"
  15. cl_viewmodel_shift_right_amt "0"
  16. cl_bob_lower_amt "0"
  17. cl_bobamt_lat "0"
  18. cl_bobamt_vert "0"
  19. cl_bobcycle "2"
  20.  
  21.  
  22. // Audio
  23.  
  24.  
  25. snd_mixahead "0.05"
  26. snd_headphone_pan_exponent "2"
  27. snd_musicvolume "0"
  28.  
  29.  
  30. // Rates and Interpolation.
  31.  
  32.  
  33. cl_cmdrate "128"
  34. cl_updaterate "128"
  35. rate "50000"
  36. cl_interp "0"
  37. cl_interp_ratio "1"
  38.  
  39.  
  40. // Mouse commands.
  41.  
  42.  
  43. m_rawinput "1"
  44. m_mouseaccel1 "0"
  45. m_mouseaccel2 "0"
  46.  
  47.  
  48. // Crosshair.
  49.  
  50. cl_crosshairalpha "255"
  51. cl_crosshaircolor "5"
  52. cl_crosshaircolor_b "0"
  53. cl_crosshaircolor_r "0"
  54. cl_crosshaircolor_g "255"
  55. cl_crosshairdot "1"
  56. cl_crosshairgap "-5"
  57. cl_crosshairsize "0"
  58. cl_crosshairstyle "4"
  59. cl_crosshairusealpha "1"
  60. cl_crosshairthickness "2"
  61. cl_fixedcrosshairgap "-5"
  62.  
  63. net_graphpos 3
  64. net_graphproportionalfont "0" // Makes net_graph text smaller (Default 1)
  65. net_graph "1" // Enables the Net_Graph (Default 0)
  66.  
  67. // Miscellaneous.
  68.  
  69.  
  70. r_drawtracers_firstperson 0
  71. cl_autowepswitch "0"
  72. hud_showtargetid "1"
  73. net_graph "1"
  74. cl_autohelp "0"
  75. cl_showhelp "0"
  76. cl_forcepreload “1”
  77.  
  78. cl_disablefreezecam “1”
  79.  
  80. mat_monitorgamma "2.1"
  81. mat_queue_mode "-1"
  82. mat_savechanges
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement