Upvote Upvoted 6 Downvote Downvoted
Fps dropping when i do damage?
posted in Q/A Help
1
#1
5 Frags +

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?

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?
2
#2
-4 Frags +
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?
3
#3
3 Frags +

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.
4
#4
0 Frags +

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]
5
#5
2 Frags +
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
6
#6
14 Frags +

i wouldnt know ive never dealt damage

i wouldnt know ive never dealt damage
7
#7
2 Frags +

Do you use surfaceproperties.txt?

Do you use surfaceproperties.txt?
Please sign in through STEAM to post a comment.