Created
March 3, 2015 08:06
-
-
Save bsdlp/13fda88dbf7309a81a13 to your computer and use it in GitHub Desktop.
l4d2.cfg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//////////////////// | |
//>Survivor glows/// | |
//////////////////// | |
//Glow of other survivors | |
cl_glow_survivor_r 0.0 | |
cl_glow_survivor_g 0.5 | |
cl_glow_survivor_b 1.0 | |
//Glow of hunter when survivor is pounced | |
cl_glow_ability_r 1.0 | |
cl_glow_ability_g 0.4 | |
cl_glow_ability_b 0.0 | |
//Flashing survivors when capped | |
cl_glow_survivor_hurt_b 1 | |
alias survivorHurt "incrementvar cl_glow_survivor_hurt_r 0 1 1; incrementvar cl_glow_survivor_hurt_g 0 1 1; wait 10; survivorHurt" | |
survivorHurt | |
//Glow of barfed survivors | |
//Flashes purple and white, encouraging me to clear them | |
//Plus, it bugged me that capped and barfed survivors don't flash | |
alias "barfed1" "cl_glow_survivor_vomit_r 1.0;cl_glow_survivor_vomit_g 0.0;cl_glow_survivor_vomit_b 1.0;wait 25;barfed2" | |
alias "barfed2" "cl_glow_survivor_vomit_r 0.6;cl_glow_survivor_vomit_g 0.6;cl_glow_survivor_vomit_b 0.6;wait 15;barfed1" | |
barfed1 | |
//Glow of items | |
alias GlowItem0 "cl_glow_item_r 1; cl_glow_item_g 0; cl_glow_item_b 1" | |
alias GlowItem1 "cl_glow_item_r 1; cl_glow_item_g 1; cl_glow_item_b 0" | |
alias GlowItem2 "cl_glow_item_r 0; cl_glow_item_g 1; cl_glow_item_b 1" | |
alias GlowItemPart0 "GlowItem1; wait 10; GlowItemPart1" | |
alias GlowItemPart1 "GlowItem2; wait 10; GlowItem0; wait 10; GlowItemRestart" | |
alias GlowItemRestart "GlowItemPart0" | |
GlowItemPart0 | |
alias GlowItemFar0 "cl_glow_item_far_r 1; cl_glow_item_far_g 0; cl_glow_item_far_b 1" | |
alias GlowItemFar1 "cl_glow_item_far_r 1; cl_glow_item_far_g 1; cl_glow_item_far_b 0" | |
alias GlowItemFar2 "cl_glow_item_far_r 0; cl_glow_item_far_g 1; cl_glow_item_far_b 1" | |
alias GlowItemFarPart0 "GlowItemFar1; wait 50; GlowItemFarPart1" | |
alias GlowItemFarPart1 "GlowItemFar2; wait 50; GlowItemFar0; wait 50; GlowItemFarRestart" | |
alias GlowItemFarRestart "GlowItemFarPart0" | |
GlowItemFarPart0 | |
//< | |
//////////////////// | |
//>Infected glows/// | |
//////////////////// | |
//Glow of spawning infected team mates | |
//Flashes white and dark so it's harder to ignore where team mates are spawning up relative to my position | |
alias "ghostinfected" "incrementvar cl_glow_ghost_infected_b 0.0 1.0 1;incrementvar cl_glow_ghost_infected_g 0.0 1.0 1;incrementvar cl_glow_ghost_infected_r 0.0 1.0 1;wait 15;ghostinfected" | |
ghostinfected | |
//Glow of spawned infected team mates | |
cl_glow_infected_r 0.0 | |
cl_glow_infected_g 0.5 | |
cl_glow_infected_b 1.0 | |
//Glow of barfed on survivors | |
cl_glow_infected_vomit_r 1.0 | |
cl_glow_infected_vomit_g 0.0 | |
cl_glow_infected_vomit_b 1.0 | |
//Survivor colors | |
cl_glow_survivor_health_high_r 0; cl_glow_survivor_health_high_g 1; cl_glow_survivor_health_high_b 0 | |
cl_glow_survivor_health_med_r 1; cl_glow_survivor_health_med_g 1; cl_glow_survivor_health_med_b 0 | |
cl_glow_survivor_health_low_r 1; cl_glow_survivor_health_low_g 0; cl_glow_survivor_health_low_b 0 | |
cl_glow_survivor_health_crit_r 1; cl_glow_survivor_health_crit_g 0; cl_glow_survivor_health_crit_b 0.333; | |
//Health bleed pulse - alternates between temp and perm health | |
cl_glow_survivor_health_bleed_pulse_amount 0;cl_glow_survivor_health_bleed_pulse 0 | |
alias GlowIncludeBuffer "incrementvar cl_glow_survivor_health_include_buffer 0 1 1; wait 50; GlowIncludeBuffer" | |
GlowIncludeBuffer | |
//Glow of items when black and white | |
alias GlowThirdStrikeItem0 "cl_glow_thirdstrike_item_r 1; cl_glow_thirdstrike_item_g 0; cl_glow_thirdstrike_item_b 1" | |
alias GlowThirdStrikeItem1 "cl_glow_thirdstrike_item_r 1; cl_glow_thirdstrike_item_g 1; cl_glow_thirdstrike_item_b 0" | |
alias GlowThirdStrikeItem2 "cl_glow_thirdstrike_item_r 0; cl_glow_thirdstrike_item_g 1; cl_glow_thirdstrike_item_b 1" | |
alias GlowThirdStrikeItemPart0 "GlowThirdStrikeItem1; wait 10; GlowThirdStrikeItemPart1" | |
alias GlowThirdStrikeItemPart1 "GlowThirdStrikeItem2; wait 10; GlowThirdStrikeItem0; wait 10; GlowThirdStrikeItemRestart" | |
alias GlowThirdStrikeItemRestart "GlowThirdStrikeItemPart0" | |
GlowThirdStrikeItemPart0 | |
echo "______glows by______________________......,......________________________________" | |
echo "__an entire sleeve of fig newtons_..,+++?????????=,...........___________________" | |
echo "__________________________________,+?+????????????+?+++?+~:...___________________" | |
echo "_____based on crxglows.cfg_____.+++?????I??????+???++?++++??????7?:...._________" | |
echo "________by CanadaRox_________..++++???????????I?+??????+???+????+???????~....____" | |
echo "__________________________._.~+++++???????+??++????????????+?+??+?+?????I+?..____" | |
echo "________________________...:=+?+?I++++++++?+++++???????+???????+????????????~..__" | |
echo "________________________.:+++++??++++++++?+++?+++?++++??+?????+??+???+++???I?I.._" | |
echo "_____________________...?+++???+??++++++++?++++++?+???++??+++?????????+????????._" | |
echo "__________________....,++????++++?+++++?+++++++++?++++I++?+????????????????????._" | |
echo "__________________...++?++?+?++++?+??++++++++++??++???+?+?+???++???+????I?+7I??._" | |
echo "________________...=?$++?++=+++++++++++++++?+++????????I+?????????????????????I._" | |
echo "________________.=?+++?I++7II?++==++++++++++?++++?+?????I????I?+???I????IIII?++._" | |
echo "_____________...==+I~I~=~===?+?+??II7I?+=+++++?++??+++?????+??+??????II?I7????.._" | |
echo "_____________..==:IZD8$8O8??=:,:=~??I?+?+++++++++??+??+?????????????II??II?++._._" | |
echo "_____________..~~?=?7$??D$78NNON?8=+7~=~~=+~+?I?+=+++?+???????????IIII??I?+?.____" | |
echo "_____________..~~~IODMIMM8DZDDNDDMN8MD$DD$$$8+=+~=+I?==I+????I???I?II?I???...____" | |
echo "_____________..~+=?OOD8D7NDNNMIZ+DNMMMMOD8DDMNDN8~~~~I++=++??II7?III????~..______" | |
echo "_____________..:=~=+~87$O77I$NN7$8NOZ$DDDNN?NDNDD?I7Z==:~I~+????I??I???....______" | |
echo "________.._..=+?:~~=?~=:=+=~+++I7$ZZOO$DDNNDNMOIDND8MN,:+=7?+??III?I+?O._________" | |
echo "________.,???III==~+I=?$I+===+++=~+~=~~=+?$O8Z8887MD=$M+~::7+??II??=8O$,_________" | |
echo "___....=+?IIIIII7$7Z7$MMNMNDOI+==+~???~==~~+~II7$ZM+DDO,+::+:????=DOZ$$I_________" | |
echo "_...,~++==++I?????IIII777II77ZO88DN~+MDII:~+==~+:~=$Z=OI+~=~+=+?=OZZ$7II_________" | |
echo "_..===::,::+=?I7??+???????I???IIII77Z$$ODNM7+7+7?=+=:~+~:~=::==OO8$7II7I_________" | |
echo "_.:~:,?IN?I=?:~?+=III???++????????I??I77$$ZO8DDDNII====:::=~:OZZ$77I77II_________" | |
echo "_.:::II8DDZMNI=~+,:~=+??+I?++?+?+??I??III777$$ZOO888=7=~=:~OZZ$77IIIII7I_________" | |
echo "_.~::+O8NI8D8OONZ7=?::=:7???++++++++??????7I777$$ZZZZO=Z=OO$Z7777III?II,_________" | |
echo "_..:::?$8DZMNDD=ZN8Z8O=Z?7=::+++?I++++++?+??II77$77$$Z$$$$$$77II7II?II=._________" | |
echo "___:,~=:=+O8N$$D$NDZDODDOZ$I~~~::====+=+?+I?II77777$$$7777I77IIIIII$...._________" | |
echo "___.~=:~:=~++I$Z8Z?I888ZN88NM~O+,~~~+=++??+IIII7I77777777I77IIIIII.______________" | |
echo "___...~~=I++:~=:=~=?IOO8DDM8ODMND+:=~==+?+??I??7$7$I77I7$II7I$7....______________" | |
echo "______.....=?=?~::~=:~=?8ND$NMOM$8D~,==++?I??III77IIIIIII78,...__________________" | |
echo "______________..,?==~::+~=+7ODND8DZN~:=+????IIIIIIIIIIIO.________________________" | |
echo "______________......,=I=~:=:=ZNMDO?I,:~+??????IIIII7O....________________________" | |
echo "_____________________....+==,:~+=I??:~:==+???II?IO....___________________________" | |
echo "__________________________..~=~~=:,~,:,~=+++?II__________________________________" | |
echo "__________________________.....:I=~:,,,~~=+I...___________updated 2012-02-22_____" | |
echo "_______________________________..~==~~:=7..._____________________________________" | |
echo "_______________________________............______________________________________" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment