Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. // removes the shifting of the arm when crouching down.
  2.  
  3. cl_viewmodel_shift_left_amt 0
  4. cl_viewmodel_shift_right_amt 0
  5.  
  6.  
  7. cl_bob_lower_amt 0
  8. cl_bobamt_lat 0.1
  9. cl_bobamt_vert 0.1
  10. cl_bobcycle 0.1
  11.  
  12. // scales the HUD depending on what resolution you use, 1 is max.
  13.  
  14. hud_scaling 1
  15.  
  16. // lowers delay between sounds.
  17.  
  18. snd_mixahead 0.05
  19. snd_mix_async 1
  20. snd_stream 1
  21.  
  22. // sets interpolation values.
  23.  
  24. cl_interp 0
  25. cl_interp_ratio 1
  26.  
  27. // usual rate commands
  28.  
  29. rate 786432
  30. cl_cmdrate 128
  31. cl_updaterate 128
  32. cl_interp_ratio 1
  33. cl_interp 0
  34. cl_lagcompensation 1
  35. cl_predict 1
  36. cl_predictweapons 1
  37.  
  38. // causes the scope to move less while moving scoped and reduces bobbing effect
  39.  
  40. cl_bobcycle 1.0
  41.  
  42. hud_scaling 1
  43. m_customaccell 0
  44. m_rawinput 1
  45. m_mouseaccel2 0
  46. m_mouseaccel1 0
  47. m_customaccel 0
  48.  
  49. cl_forcepreload 0// Preloads The Whole Map & Sounds.
  50. cl_autohelp 0
  51. cl_disablehtmlmotd 1
  52. cl_showhelp 0
  53. cl_downloadfilter nosounds
  54. r_dynamic 0
  55. r_drawtracers 0
  56. r_drawtracers_firstperson 0
  57. r_eyegloss 0 // No Makeup.
  58. r_eyemove 0 // No Eye Movement.
  59. r_eyeshift_x 0 // No Eye Movement X-Angel.
  60. r_eyeshift_y 0 // No Eye Movement Y-Angel.
  61. r_eyeshift_z 0 // No Eye Movement Z-Angel.
  62. r_eyesize 0 // Smaller Eyes.
  63. m_rawinput 1
  64. net_graphheight 990 //Changes height, used together with script
  65. net_graphmsecs 400 //The latency graph represents this many milliseconds
  66. net_graphpos 2 //Positioning of Net Graph
  67. net_graphproportionalfont 0 //Makes font smaller
  68. net_graphshowinterp 1 //Shows interpolation value
  69. net_graphshowlatency 1 //Shows latency value
  70. net_graphsolid 1 //Solid Net Graph
  71. net_graphtext 1 //Shows text fields
  72. net_maxroutable 1200 //Requested max packet size before packets are 'split'
  73. net_scale 5 //Makes font smaller
  74.  
  75. mat_powersavingsmode 0
  76. mat_queue_report 0
  77. fps_max 121
  78. fps_max_menu 77
  79. gameinstructor_enable 0
  80. cl_autohelp 0
  81. cl_disablehtmlmotd 1
  82. cl_freezecameffects_showholiday 0
  83. mm_dedicated_search_maxping 65
  84. con_enable 1
  85. adsp_debug 0
  86. cl_buy_favorite_quiet 0
  87. cl_buy_favorite_nowarn 0
  88. budget_show_history 0
  89. cl_clearhinthistory 1
  90. cl_debugrumble 0
  91. cl_rumblescale 0
  92. budget_peaks_window 0
  93. budget_show_peaks 0
  94. cl_showhelp 0
  95. fs_warning_level 0
  96. play_distance 1
  97. cl_show_clan_in_death_notice 0
  98. ds_get_newest_subscribed_files
  99. cl_logofile 0
  100. log off
  101. cl_autowepswitch 0
  102. mat_queue_mode 2
  103. bugreporter_uploadasync 0
  104. bugreporter_username
  105. xbox_autothrottle 0
  106. xbox_throttlebias 0
  107. xbox_throttlespoof 0
  108. joystick 0
  109. joystick_force_disabled 1
  110. joystick_force_disabled_set_from_options 1
  111. cl_join_advertise 2
  112.  
  113.  
  114.  
  115. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement