PapaPeach / PeachHUD

TF2 HUD, edited by peaches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Customization for delay between vaccinator bars on full charge. (See video)

ruguysgoingtrickortreating opened this issue · comments

I have made an edit to the code I blatantly stole from PeachHUD. I think it looks pretty cool and would make a good customization option. Video below.

	//Vaccinator

	Animate	ChargeMeter1 						FgColor		"255 000 000 255"					Linear 	0		0.25
	Animate	ChargeMeter1 						FgColor		"255 255 000 255"					Linear 	0.25		1
	Animate	ChargeMeter1 						FgColor		"000 255 000 255"					Linear 	1.25		1
	Animate	ChargeMeter1 						FgColor		"000 255 255 255"					Linear 	2.25		1
	Animate	ChargeMeter1 						FgColor		"000 000 255 255"					Linear 	3.25		1
	Animate	ChargeMeter1						FgColor		"255 000 255 255"					Linear 	4.25		1
	Animate	ChargeMeter1						FgColor		"255 000 64 255"					Linear 	5.25		0.75
	
	Animate	ChargeMeter2 						FgColor		"255 000 000 255"					Linear 	0		0.5
	Animate	ChargeMeter2 						FgColor		"255 255 000 255"					Linear 	0.5		1
	Animate	ChargeMeter2 						FgColor		"000 255 000 255"					Linear 	1.5		1
	Animate	ChargeMeter2 						FgColor		"000 255 255 255"					Linear 	2.5		1
	Animate	ChargeMeter2 						FgColor		"000 000 255 255"					Linear 	3.5		1
	Animate	ChargeMeter2						FgColor		"255 000 255 255"					Linear 	4.5		1
	Animate	ChargeMeter2						FgColor		"255 000 127 255"					Linear 	5.5		0.5	

	Animate	ChargeMeter3						FgColor		"255 000 000 255"					Linear 	0		0.75
	Animate	ChargeMeter3 						FgColor		"255 255 000 255"					Linear 	0.75	1
	Animate	ChargeMeter3 						FgColor		"000 255 000 255"					Linear 	1.75		1
	Animate	ChargeMeter3 						FgColor		"000 255 255 255"					Linear 	2.75		1
	Animate	ChargeMeter3 						FgColor		"000 000 255 255"					Linear 	3.75		1
	Animate	ChargeMeter3						FgColor		"255 000 255 255"					Linear 	4.75		1
	Animate	ChargeMeter3						FgColor		"255 000 191 255"					Linear 	5.75		0.25
	
	Animate	ChargeMeter4 						FgColor		"255 000 000 255"					Linear 	0		1
	Animate	ChargeMeter4 						FgColor		"255 255 000 255"					Linear 	1		1
	Animate	ChargeMeter4 						FgColor		"000 255 000 255"					Linear 	2		1
	Animate	ChargeMeter4 						FgColor		"000 255 255 255"					Linear 	3		1
	Animate	ChargeMeter4 						FgColor		"000 000 255 255"					Linear 	4		1
	Animate	ChargeMeter4						FgColor		"255 000 255 255"					Linear 	5		1

A demonstration (note that this isn't PeachHUD, but it works in PeachHUD):

vaccinator.full.charge.delay.mp4

Will add soon, thanks.

Hey @ruguysgoingtrickortreating if PapaPeach can't get to it, would u be able to have a look at this? #13