Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ====================================
- // ---=== NO GLOW COLOR SETTINGS ===---
- // ====================================
- //Color Black RGB 0,0,0
- // NO Color objects close up (items)
- //
- cl_glow_item_r 0.0
- cl_glow_item_b 0.0
- cl_glow_item_g 0.0
- // NO Color of objects at a distance (items far)
- //
- cl_glow_item_far_r 0.0
- cl_glow_item_far_b 0.0
- cl_glow_item_far_g 0.0
- // NO Color of the survivors (Team view)
- //
- cl_glow_survivor_r 0.0
- cl_glow_survivor_g 0.0
- cl_glow_survivor_b 0.0
- // NO Color of the survivors (Vomited)
- //
- cl_glow_survivor_vomit_r 0.0
- cl_glow_survivor_vomit_g 0.0
- cl_glow_survivor_vomit_b 0.0
- // NO Color of the survivors (Disabled and Receiving Damage)
- //
- cl_glow_survivor_hurt_r 0.0
- cl_glow_survivor_hurt_g 0.0
- cl_glow_survivor_hurt_b 0.0
- // NO Color of survivors attacked by: (Jockey / Hunter / Charger)
- //
- cl_glow_ability_r 0.0
- cl_glow_ability_g 0.0
- cl_glow_ability_b 0.0
- // NO Color of objects that can be hit by a TANK
- // Also Glow of objects when you are in Black and White as a survivor
- //
- cl_glow_thirdstrike_item_r 0.0
- cl_glow_thirdstrike_item_g 0.0
- cl_glow_thirdstrike_item_b 0.0
- // NO Colors of glows when playing as Special Infected
- // Only Infected Vision (SI)
- // NO COLOR OF INFECTED GHOSTS (Team NO Spawned)
- //
- cl_glow_ghost_infected_r 0.0
- cl_glow_ghost_infected_g 0.0
- cl_glow_ghost_infected_b 0.0
- // NO COLOR OF INFECTED (Team Spawned)
- //
- cl_glow_infected_r 0.0
- cl_glow_infected_g 0.0
- cl_glow_infected_b 0.0
- // NO COLOR OF SURVIVORS WITH HIGH HEALTH
- //
- cl_glow_survivor_health_high_r 0.0
- cl_glow_survivor_health_high_g 0.0
- cl_glow_survivor_health_high_b 0.0
- // NO COLOR OF SURVIVORS WITH MEDIUM HEALTH
- //
- cl_glow_survivor_health_med_r 0.0
- cl_glow_survivor_health_med_g 0.0
- cl_glow_survivor_health_med_b 0.0
- // NO COLOR OF SURVIVORS WITH LOW HEALTH
- //
- cl_glow_survivor_health_low_r 0.0
- cl_glow_survivor_health_low_g 0.0
- cl_glow_survivor_health_low_b 0.0
- // NO COLOR OF SURVIVORS WITH CRITICAL HEALTH
- //
- cl_glow_survivor_health_crit_r 0.0
- cl_glow_survivor_health_crit_b 0.0
- cl_glow_survivor_health_crit_g 0.0
- // NO Color that we see of an inactive Witch (just crying, not annoying)
- //
- cl_witch_glow_idle_r "0.0"
- cl_witch_glow_idle_g "0.0"
- cl_witch_glow_idle_b "0.0"
- // NO Color we see of the angry Witch Scared by a survivor
- //
- cl_witch_glow_angry_r "0.0"
- cl_witch_glow_angry_g "0.0"
- cl_witch_glow_angry_b "0.0"
- // NO COLOR OF VOMITED SURVIVORS
- //
- cl_glow_infected_vomit_r 0.0
- cl_glow_infected_vomit_g 0.0
- cl_glow_infected_vomit_b 0.0
Advertisement
Add Comment
Please, Sign In to add comment