Advertisement
Miistyy

Untitled

May 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. // repositions the gunmodel to mimic CSS more closely.
  2.  
  3. viewmodel_fov "68"
  4. viewmodel_offset_x "2.5"
  5. viewmodel_offset_y "2"
  6. viewmodel_offset_z "-1.5"
  7.  
  8. // removes the shifting of the arm when crouching down.
  9.  
  10. cl_viewmodel_shift_left_amt "0"
  11. cl_viewmodel_shift_right_amt "0"
  12.  
  13. // removes the bobbing of the weapon back and forth, when you run.
  14.  
  15. cl_bob_lower_amt "0"
  16. cl_bobamt_lat "0"
  17. cl_bobamt_vert "0"
  18.  
  19. // scales the HUD depending on what resolution you use, 1 is max.
  20.  
  21. hud_scaling "0.5"
  22. cl_hud_color 5
  23. cl_hud_healthammo_style simple
  24. bind mouse3 "toggle cl_righthand 0 1"
  25.  
  26. // lowers delay between sounds.
  27.  
  28. snd_mixahead "0.05"
  29. snd_mix_async "1"
  30. snd_stream "1"
  31.  
  32.  
  33. // sets interpolation values.
  34.  
  35. cl_interp "0"
  36. cl_interp_ratio "1"
  37. cl_lagcompensation "1"
  38.  
  39.  
  40. // ignores dedicated servers with pings above this value.
  41.  
  42. mm_dedicated_search_maxping 100
  43.  
  44. // usual rate commands
  45. cl_crosshair_sniper_width 1
  46. rate "786432"
  47. cl_cmdrate "128"
  48. cl_updaterate "128"
  49. cl_interp_ratio "1"
  50. cl_interp "0"
  51. cl_lagcompensation "1"
  52. cl_predict "1"
  53. cl_predictweapons "1"
  54.  
  55. // causes the scope to move less while moving scoped and reduces bobbing effect
  56.  
  57. cl_bobcycle "1.0"
  58.  
  59. hud_scaling "0.5"
  60. zoom_sensitivity_ratio 0.95
  61. m_customaccell 0
  62. bind ";" "toggleconsole"
  63. volume 0.5
  64. +cl_show_team_equipment
  65. cl_clanid 32524669
  66.  
  67. cl_forcepreload "1" // Preloads The Whole Map & Sounds.
  68. cl_autohelp "0"
  69. cl_disablehtmlmotd "0"
  70. cl_showhelp "0"
  71. cl_downloadfilter "nosounds"
  72. r_eyegloss "0" // No Makeup.
  73. r_eyemove "0" // No Eye Movement.
  74. r_eyeshift_x "0" // No Eye Movement X-Angel.
  75. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  76. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  77. r_eyesize "0" // Smaller Eyes.
  78. r_dynamic "1"
  79. r_cheapwaterend "1"
  80. r_cheapwaterstart"1"
  81. gameinstructor_enable "0"
  82. sys_refldetail "0"
  83. muzzleflash_light "1"
  84. r_drawtracers_firstperson "1"
  85. r_drawtracers "1"
  86. bind l "r_cleardecals" //Press L to clear decals
  87. net_maxroutable "1200"
  88. fps_max "600" //Setting this to 0 will uncap it but will load maps 90 seconds slower. 600 gave me the best results.
  89. fps_max_menu "114" //Frame limiting my menu to 300 because I can
  90. viewmodel_recoil 0
  91. sensitivity 2.36
  92. raw_input 1
  93.  
  94.  
  95. //CROSSHAIR CVARS
  96. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  97. cl_crosshairstyle 4
  98. cl_crosshairsize 1
  99. cl_crosshairthickness 0.5
  100. cl_crosshairgap -0.5
  101. cl_crosshair_drawoutline 1
  102. cl_crosshair_outlinethickness 1
  103. cl_crosshairdot 1
  104. cl_crosshair_t 0
  105. cl_crosshaircolor 5
  106. cl_crosshaircolor_r 255
  107. cl_crosshaircolor_g 0
  108. cl_crosshaircolor_b 255
  109. cl_crosshairalpha 999
  110. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111.  
  112. clear
  113.  
  114. host_writeconfig
  115. echo ""
  116. echo ""
  117. echo "autoexec loaded, GLHF"
  118. echo ""
  119. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement