Advertisement
Guest User

Jehomeister's CFG

a guest
Jan 21st, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. //Added by LowSpecGamer
  2.  
  3. r_eyegloss "0" // No Makeup.
  4. r_eyemove "0" // No Eye Movement.
  5. r_eyeshift_x "0" // No Eye Movement X-Angel.
  6. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  7. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  8. r_eyesize "0" // Smaller Eyes.
  9.  
  10. //Crosshair
  11. cl_crosshair_drawoutline "0"
  12. cl_crosshairalpha "255"
  13. cl_crosshaircolor "4"
  14. cl_crosshairdot "0"
  15. cl_crosshairgap "-2"
  16. cl_crosshairgap_useweaponvalue "0"
  17. cl_crosshairsize "3"
  18. cl_crosshairstyle "4"
  19. cl_crosshairthickness "0.5"
  20. cl_crosshairusealpha "1"
  21.  
  22. // Bob
  23. cl_bob_lower_amt "21" //How much the viewmodel lowers when running, set to lowest for less distraction
  24. cl_bobamt_lat "0.4" //How much the viewmodel moves side to side when running, set to lowest for less distraction
  25. cl_bobamt_vert "0.25" //How much the viewmodel moves up and down when running, set to lowest for less distraction
  26. cl_bobcycle "0.98" //The frequency at which the viewmodel bobs, set to default
  27. cl_viewmodel_shift_left_amt "1.5" //Removes shifting of arms
  28. cl_viewmodel_shift_right_amt "0.75" //Removes shifting of arms
  29.  
  30. //Other FPS Boost
  31. r_cheapwaterend "1"
  32. r_cheapwaterstart "1"
  33. r_dynamic "0"
  34. sys_antialiasing "0"
  35. sys_refldetail "0"
  36. muzzleflash_light "0" // Removes muzzle.
  37. bind kp_plus "r_cleardecals" //Press Keypad + to clear decals
  38. cl_disablehtmlmotd "1" // Disables The Servers Message of The Day.
  39. r_drawtracers_firstperson "0" // Removes tracer on first person.
  40. fps_max "80" // Max FPS overall
  41. fps_max_menu "59" // Max FPS on Main Menu
  42. cl_forcepreload "1" // Preloads The Whole Map & Sounds.
  43.  
  44. //Others
  45. +cl_show_team_equipment
  46. bindtoggle t gameinstructor_enable
  47.  
  48. //Damage Filter
  49. con_filter_text damage
  50. con_filter_text_out Player:
  51. con_filter_enable 2
  52. developer 1
  53.  
  54. //Aliases
  55. alias dc disconnect
  56. alias q quit
  57.  
  58. //Buy Binds
  59. bind "kp_ins" "buy vesthelm;"
  60. bind "kp_home" "buy ak47; buy m4a1;"
  61. bind "kp_leftarrow" "buy sg556; buy aug;"
  62. bind "kp_uparrow" "buy awp;"
  63. bind "kp_5" "buy ssg08;"
  64. bind "kp_end" "buy galilar; buy famas;"
  65. bind "kp_pgup" "buy p90;"
  66. bind "kp_rightarrow" "buy mp7;"
  67. bind "kp_pgdn" "buy ump45;"
  68. bind "kp_del" "buy defuser;"
  69. bind "kp_slash" "buy flashbang; buy flashbang; buy smokegrenade;"
  70. bind "kp_multiply" "buy hegrenade;"
  71. bind "kp_minus" "buy molotov; buy incgrenade;"
  72.  
  73. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement