Nerviie

cfg

Jun 5th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. clear
  2. clear_anim_cache
  3. clear_debug_overlays
  4. clear_bombs
  5. r_cleardecals
  6. hud_takesshots "0"
  7.  
  8. //Game Changes
  9.  
  10. mat_powersavingsmode "0"
  11. mat_queue_report "0"
  12. cl_disablefreezecam "1"
  13. gameinstructor_enable "0"
  14. cl_autohelp "0"
  15. cl_disablehtmlmotd "1"
  16. cl_freezecameffects_showholiday "0"
  17. mm_dedicated_search_maxping "65"
  18. con_enable "1"
  19. adsp_debug "0"
  20. budget_show_history "0"
  21. cl_clearhinthistory "1"
  22. cl_showhelp "0"
  23. cl_autowepswitch "0"
  24. mat_queue_mode "2"
  25. xbox_autothrottle "0"
  26. xbox_throttlebias "0"
  27. xbox_throttlespoof "0"
  28. joystick "0"
  29.  
  30. //Network Boosters
  31.  
  32. rate "128000"
  33. cl_interp "0"
  34. cl_timeout "1337"
  35. cl_interp_ratio "1"
  36. cl_lagcompensation "1"
  37. cl_forcepreload "1"
  38. cl_predict "1"
  39. cl_predictweapons "1"
  40. net_maxroutable "1200"
  41. net_steamcnx_allowrelay "1"
  42. sv_forcepreload "1"
  43. net_splitrate "0"
  44. net_allow_multicast "0"
  45. cl_interpolate "1"
  46. cl_resend "6"
  47. cl_downloadfilter "nosounds"
  48. cl_allowdownload "1"
  49. cl_allowupload "0"
  50. cl_cmdrate "64"
  51. cl_updaterate "64"
  52.  
  53. //Graphics Change
  54.  
  55. r_cheapwaterend "1"
  56. r_cheapwaterstart "1"
  57. r_dynamic "0"
  58. r_drawtracers_firstperson "0"
  59. r_eyegloss "0"
  60. r_eyemove "0"
  61. r_eyeshift_x "0"
  62. r_eyeshift_y "0"
  63. r_eyeshift_z "0"
  64. r_eyesize "0"
  65. muzzleflash_light "0"
  66.  
  67. //BINDS
  68.  
  69. bind x "r_cleardecals"
  70. bind v "toggle cl_righthand 0 1"
  71.  
  72. //BUYS
  73.  
  74. bind "KP_END" "buy vest"
  75. bind "KP_INS" "buy vesthelm"
  76. bind "DOWNARROW" "buy incgrenade; buy molotov"
  77. bind "UPARROW" "buy flashbang"
  78. bind "LEFTARROW" "buy smokegrenade"
  79. bind "RIGHTARROW" "buy hegrenade"
Add Comment
Please, Sign In to add comment