koonejo

No_Glows.cfg

Oct 3rd, 2023 (edited)
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. // ====================================
  2. // ---=== NO GLOW COLOR SETTINGS ===---
  3. // ====================================
  4. //Color Black RGB 0,0,0
  5.  
  6. // NO Color objects close up (items)
  7. //
  8. cl_glow_item_r 0.0
  9. cl_glow_item_b 0.0
  10. cl_glow_item_g 0.0
  11.  
  12. // NO Color of objects at a distance (items far)
  13. //
  14. cl_glow_item_far_r 0.0
  15. cl_glow_item_far_b 0.0
  16. cl_glow_item_far_g 0.0
  17.  
  18. // NO Color of the survivors (Team view)
  19. //
  20. cl_glow_survivor_r 0.0
  21. cl_glow_survivor_g 0.0
  22. cl_glow_survivor_b 0.0
  23.  
  24. // NO Color of the survivors (Vomited)
  25. //
  26. cl_glow_survivor_vomit_r 0.0
  27. cl_glow_survivor_vomit_g 0.0
  28. cl_glow_survivor_vomit_b 0.0
  29.  
  30. // NO Color of the survivors (Disabled and Receiving Damage)
  31. //
  32. cl_glow_survivor_hurt_r 0.0
  33. cl_glow_survivor_hurt_g 0.0
  34. cl_glow_survivor_hurt_b 0.0
  35.  
  36. // NO Color of survivors attacked by: (Jockey / Hunter / Charger)
  37. //
  38. cl_glow_ability_r 0.0
  39. cl_glow_ability_g 0.0
  40. cl_glow_ability_b 0.0
  41.  
  42. // NO Color of objects that can be hit by a TANK
  43. // Also Glow of objects when you are in Black and White as a survivor
  44. //
  45. cl_glow_thirdstrike_item_r 0.0
  46. cl_glow_thirdstrike_item_g 0.0
  47. cl_glow_thirdstrike_item_b 0.0
  48.  
  49. // NO Colors of glows when playing as Special Infected
  50. // Only Infected Vision (SI)
  51.  
  52. // NO COLOR OF INFECTED GHOSTS (Team NO Spawned)
  53. //
  54. cl_glow_ghost_infected_r 0.0
  55. cl_glow_ghost_infected_g 0.0
  56. cl_glow_ghost_infected_b 0.0
  57.  
  58. // NO COLOR OF INFECTED (Team Spawned)
  59. //
  60. cl_glow_infected_r 0.0
  61. cl_glow_infected_g 0.0
  62. cl_glow_infected_b 0.0
  63.  
  64. // NO COLOR OF SURVIVORS WITH HIGH HEALTH
  65. //
  66. cl_glow_survivor_health_high_r 0.0
  67. cl_glow_survivor_health_high_g 0.0
  68. cl_glow_survivor_health_high_b 0.0
  69.  
  70. // NO COLOR OF SURVIVORS WITH MEDIUM HEALTH
  71. //
  72. cl_glow_survivor_health_med_r 0.0
  73. cl_glow_survivor_health_med_g 0.0
  74. cl_glow_survivor_health_med_b 0.0
  75.  
  76. // NO COLOR OF SURVIVORS WITH LOW HEALTH
  77. //
  78. cl_glow_survivor_health_low_r 0.0
  79. cl_glow_survivor_health_low_g 0.0
  80. cl_glow_survivor_health_low_b 0.0
  81.  
  82. // NO COLOR OF SURVIVORS WITH CRITICAL HEALTH
  83. //
  84. cl_glow_survivor_health_crit_r 0.0
  85. cl_glow_survivor_health_crit_b 0.0
  86. cl_glow_survivor_health_crit_g 0.0
  87.  
  88. // NO Color that we see of an inactive Witch (just crying, not annoying)
  89. //
  90. cl_witch_glow_idle_r "0.0"
  91. cl_witch_glow_idle_g "0.0"
  92. cl_witch_glow_idle_b "0.0"
  93.  
  94.  
  95. // NO Color we see of the angry Witch Scared by a survivor
  96. //
  97. cl_witch_glow_angry_r "0.0"
  98. cl_witch_glow_angry_g "0.0"
  99. cl_witch_glow_angry_b "0.0"
  100.  
  101. // NO COLOR OF VOMITED SURVIVORS
  102. //
  103. cl_glow_infected_vomit_r 0.0
  104. cl_glow_infected_vomit_g 0.0
  105. cl_glow_infected_vomit_b 0.0
  106.  
  107.  
  108.  
Tags: no_glows
Advertisement
Add Comment
Please, Sign In to add comment