Advertisement
Guest User

Untitled

a guest
May 26th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. cl_updaterate 30
  2. cl_cmdrate 30
  3. rate 30000
  4. cl_interp 0.0667
  5. cl_interp_ratio 0
  6.  
  7. bind j "cl_updaterate 100; cl_cmdrate 100; rate 100000; cl_interp 0.01; cl_interp_ratio 0"
  8.  
  9. sensitivity 1.25
  10.  
  11. voice_enable 1
  12.  
  13. bind "MOUSE1" "+attack"
  14.  
  15. // toggle duck //
  16.  
  17. alias "duck" "bind ctrl +duck"
  18. alias "tduck" "bind ctrl toggle_duck"
  19.  
  20. bind o "duck"
  21. bind p "tduck"
  22.  
  23. bind g "toggle net_graph 1 0"
  24.  
  25. // font //
  26.  
  27. alias reloadfont "mat_setvideomode 1366 768 1; mat_setvideomode 1366 768 0"
  28.  
  29. // cc //
  30.  
  31. mat_colorcorrection 1
  32.  
  33. // idle //
  34.  
  35. cl_yawspeed 50
  36.  
  37. bind "b" "+left"
  38. bind "n" "-left"
  39.  
  40. mat_picmip 1
  41.  
  42. // xhair //
  43.  
  44. cl_crosshair_alpha 255
  45. cl_crosshair_shotgun_center_dot 0
  46.  
  47. //
  48.  
  49. bind f8 "status;disconnect"
  50.  
  51. bind l "exec autoexec"
  52.  
  53. // glows //
  54.  
  55. cl_glow_survivor_r "0.0";
  56. cl_glow_survivor_g "0.6";
  57. cl_glow_survivor_b "1.0";
  58. cl_glow_survivor_vomit_r "0.24";
  59. cl_glow_survivor_vomit_g "0.12";
  60. cl_glow_survivor_vomit_b "1.0";
  61. cl_glow_survivor_hurt_r "1.0";
  62. cl_glow_survivor_hurt_g "0.16";
  63. cl_glow_survivor_hurt_b "0.4";
  64. cl_glow_item_r "0.03";
  65. cl_glow_item_g "0.78";
  66. cl_glow_item_b "0.98";
  67. cl_glow_item_far_r "0.0";
  68. cl_glow_item_far_g "0.2";
  69. cl_glow_item_far_b "1.0";
  70. cl_glow_thirdstrike_item_r "1.0";
  71. cl_glow_thirdstrike_item_g "0.0";
  72. cl_glow_thirdstrike_item_b "0.0";
  73. cl_glow_ability_r "1";
  74. cl_glow_ability_g "0.27";
  75. cl_glow_ability_b "0.0";
  76. cl_glow_infected_r "0.0";
  77. cl_glow_infected_g "1.0";
  78. cl_glow_infected_b "1.0";
  79. cl_glow_ghost_infected_r "1.0";
  80. cl_glow_ghost_infected_g "1.0";
  81. cl_glow_ghost_infected_b "1.0";
  82. cl_glow_infected_vomit_r "1.0";
  83. cl_glow_infected_vomit_g "0.0";
  84. cl_glow_infected_vomit_b "1.0";
  85. cl_glow_survivor_health_high_r "0.0";
  86. cl_glow_survivor_health_high_g "0.8";
  87. cl_glow_survivor_health_high_b "0.0";
  88. cl_glow_survivor_health_med_r "0.94";
  89. cl_glow_survivor_health_med_g "0.79";
  90. cl_glow_survivor_health_med_b "0.01";
  91. cl_glow_survivor_health_low_r "0.9";
  92. cl_glow_survivor_health_low_g "0.01";
  93. cl_glow_survivor_health_low_b "0.0";
  94.  
  95. // shit //
  96.  
  97. viewmodel_fov_override 70
  98. fov_override 90
  99.  
  100. bind c "+mouse_menu customCallouts"
  101.  
  102. // notices
  103.  
  104. hud_deathnotice_threats 1
  105. hud_deathnotice_bots 0
  106. hud_dmgrecord_persisttime_deaths 0
  107. hud_dmgrecord_persisttime_other 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement