I use mangachud, PtSDK version but I have a problem. Whenever I do damage, my FPS drops by about 10 frames, I tried to just get used to it, but it would give me headaches if I played for over an hour or so. I've tried changing the colour of the damage numbers but nothing. Anyone have any tips/advice?
		Fps dropping when i do damage?	
	
		posted in
		
			Q/A Help		
	
I use mangachud, PtSDK version but I have a problem. Whenever I do damage, my FPS drops by about 10 frames, I tried to just get used to it, but it would give me headaches if I played for over an hour or so. I've tried changing the colour of the damage numbers but nothing. Anyone have any tips/advice?
		
		
	mangachud
there's your problem
in all seriousness, have you tried other HUDs?
[quote]mangachud[/quote]
there's your problem
in all seriousness, have you tried other HUDs?
		
		
	there's your problem
in all seriousness, have you tried other HUDs?
I doubt it's your hud, it's probably just more things being on your screen. More player models, explosions, etc.
I doubt it's your hud, it's probably just more things being on your screen. More player models, explosions, etc.
		
		
	There are so many dmg animations at the same time, I think. Try to remove all lines in event DamagedPlayer in HudAnimations_tf.txt.
for example:
event DamagedPlayer
{
	Animate	CrossHairNormalPulse	FgColor "255 0 0 255"	Accel 0.0 0.0
	Animate	CrossHairNormalPulse	FgColor "255 255 255 255"	Accel 0.2 0.0
}to
event DamagedPlayer
{
}There are so many dmg animations at the same time, I think. Try to remove all lines in event DamagedPlayer in HudAnimations_tf.txt.
for example:
[code]event DamagedPlayer
{
Animate CrossHairNormalPulse FgColor "255 0 0 255" Accel 0.0 0.0
Animate CrossHairNormalPulse FgColor "255 255 255 255" Accel 0.2 0.0
}[/code]
to
[code]event DamagedPlayer
{
}[/code]
		
		
	for example:
[code]event DamagedPlayer
{
Animate CrossHairNormalPulse FgColor "255 0 0 255" Accel 0.0 0.0
Animate CrossHairNormalPulse FgColor "255 255 255 255" Accel 0.2 0.0
}[/code]
to
[code]event DamagedPlayer
{
}[/code]
faceI doubt it's your hud, it's probably just more things being on your screen. More player models, explosions, etc.
It doesnt do it with other huds
[quote=face]I doubt it's your hud, it's probably just more things being on your screen. More player models, explosions, etc.[/quote] 
It doesnt do it with other huds
		
		
	It doesnt do it with other huds
		Please 
					sign in through STEAM
				 to post a comment.