Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. //Rates and Interpolation
  2. rate "800000"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interp_ratio "1"
  6. cl_interp "0"
  7. cl_disablehtmlmotd "0"
  8.  
  9. //FOV
  10. viewmodel_presetpos "4"
  11. viewmodel_fov "70"
  12. viewmodel_offset_x 2
  13. viewmodel_offset_y 3
  14. viewmodel_offset_z -2
  15.  
  16. //Weapon bob when running
  17. cl_bob_lower_amt "0"
  18. cl_bobamt_lat "0"
  19. cl_bobamt_vert "0"
  20.  
  21. //Crosshair settings
  22. cl_crosshair_drawoutline "1"
  23. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  24. cl_crosshair_dynamic_splitalpha_innermod "1"
  25. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  26. cl_crosshair_dynamic_splitdist "7"
  27. cl_crosshair_outlinethickness "0.1"
  28. cl_crosshair_sniper_width "1"
  29. cl_crosshairalpha "255"
  30. cl_crosshaircolor "5"
  31. cl_crosshaircolor_b "64"
  32. cl_crosshaircolor_g "255"
  33. cl_crosshaircolor_r "64"
  34. cl_crosshairdot "0"
  35. cl_crosshairgap "0"
  36. cl_crosshairgap_useweaponvalue "0"
  37. cl_crosshairscale "0"
  38. cl_crosshairsize "2.5"
  39. cl_crosshairstyle "4"
  40. cl_crosshairthickness "0.5"
  41. cl_crosshairusealpha "1"
  42. cl_fixedcrosshairgap "3"
  43. cl_crosshair_sniper_width 2
  44.  
  45. //FPS and Netgraph
  46. fps_max_menu "200"
  47. fps_max "200" // default. 300 min. 0 - 0=unlimited - Frames Per Second will be capped at this value. Netgraph shows you one frame less meaning: fps_max 100 = 99fps.
  48. cl_showfps "0" // default. 0 - Draw fps meter - 1=fps, 2=smooth(min and average), 3=server, 4=Show+LogToFile.
  49. net_graph "1" // default. 0 - Enables Netgraph.
  50. net_graphpos "2" // default. 1 - 1=right 2=center 3=left, Position, of the graph.
  51. net_graphheight "64" // default. 64 - Position in pixel from the bottom of your screen.
  52. net_graphproportionalfont "0" // default. 1 - 0=small font 1=normal font.
  53.  
  54. //Tooltips and shit
  55. voice_mixer_volume "0.95"
  56. gameinstructor_enable "0"
  57. cl_showhelp "0"
  58. cl_autohelp "0"
  59. cl_autowepswitch "0"
  60. m_rawinput "1"
  61. m_customaccel "0"
  62. m_mousespeed "0"
  63. m_mouseaccel "0"
  64. sensitivity "1.0"
  65.  
  66. host_writeconfig // write settings to config.cfg
  67.  
  68. echo "/Your cfg works bro\."
  69. echo "//Your cfg works bro\\."
  70. echo "///Your cfg works bro\\\."
  71. echo "////Your cfg works bro\\\\."
  72. echo "/////Your cfg works bro\\\\\."
  73. echo "\\\\\Your cfg works bro/////."
  74. echo "\\\\Your cfg works bro////."
  75. echo "\\\Your cfg works bro///."
  76. echo "\\Your cfg works bro//."
  77. echo "\Your cfg works bro/."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement