Why drop fps on blood wall?

Please do not mimic the behavior of the posts shown here.

Moderator: GZDoom Developers

User avatar
guest6777
Posts: 53
Joined: Fri Dec 16, 2016 2:50 pm
Graphics Processor: nVidia (Modern GZDoom)
Location: Brazil, São Paulo, Campinas

Why drop fps on blood wall?

Post by guest6777 »



i used this exemple video because i have this same problem annoying
User avatar
Rachael
Admin
Posts: 13258
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Why drop fps on blood wall?

Post by Rachael »

This is not a bug.

The reason for the FPS drop is because GZDoom - like any other game - has to draw every single splatter on every single frame. It cannot save the splatters between frames. It does not "paint" the wall with the splatters. Game rendering simply does not work like that. Every time the game advances to another frame, it has to redraw the entire scene from scratch - including putting each individual splatter back on the wall one by one. That is why it slows down.

So yes, if there's a thousand splatters on the wall and your GPU is a piece of shit from 2005 - your FPS will drop.

You can fix it by lowering the maximum number of decals drawn per frame - you can open the console and type something like cl_maxdecals 64 (default is 1024). Note that this will make more recent decals erase a lot quicker as they get older.
User avatar
guest6777
Posts: 53
Joined: Fri Dec 16, 2016 2:50 pm
Graphics Processor: nVidia (Modern GZDoom)
Location: Brazil, São Paulo, Campinas

Re: Why drop fps on blood wall?

Post by guest6777 »

Rachael wrote:This is not a bug.

The reason for the FPS drop is because GZDoom - like any other game - has to draw every single splatter on every single frame. It cannot save the splatters between frames. It does not "paint" the wall with the splatters. Game rendering simply does not work like that.

So yes, if there's a thousand splatters on the wall and your GPU is a piece of shit from 2005 - your FPS will drop.

You can fix it by lowering the maximum number of decals drawn per frame - you can open the console and type something like cl_maxdecals 64 (default is 1024). Note that this will make more recent decals erase a lot quicker as they get older.
Nice joke, my gpu is gtx 1060 6gb oc

and Zandronum don't have this annoying bug
User avatar
Rachael
Admin
Posts: 13258
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Why drop fps on blood wall?

Post by Rachael »

Well - I explained to you what you need to do to raise your FPS back up. Modern GPU or not you're still overloading the scene and that's not GZDoom's fault.
User avatar
guest6777
Posts: 53
Joined: Fri Dec 16, 2016 2:50 pm
Graphics Processor: nVidia (Modern GZDoom)
Location: Brazil, São Paulo, Campinas

Re: Why drop fps on blood wall?

Post by guest6777 »

Rachael wrote:Well - I explained to you what you need to do to raise your FPS back up. Modern GPU or not you're still overloading the scene and that's not GZDoom's fault.
Explain it for Zandronum, i tested here don't have this annoying problem
User avatar
Rachael
Admin
Posts: 13258
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Why drop fps on blood wall?

Post by Rachael »

Zandronum does have the problem. In fact it is even more CPU-bound than GZDoom since the renderer is considerably older. You probably are just running on different settings there.
User avatar
guest6777
Posts: 53
Joined: Fri Dec 16, 2016 2:50 pm
Graphics Processor: nVidia (Modern GZDoom)
Location: Brazil, São Paulo, Campinas

Re: Why drop fps on blood wall?

Post by guest6777 »

Rachael wrote:Zandronum does have the problem. In fact it is even more CPU-bound than GZDoom. You probably are just running on different settings there.
Well, plz fix it, its not normal, i'm sure everyone is having this problem
User avatar
Rachael
Admin
Posts: 13258
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Why drop fps on blood wall?

Post by Rachael »

No - only people running Brutal Doom have this problem.
User avatar
guest6777
Posts: 53
Joined: Fri Dec 16, 2016 2:50 pm
Graphics Processor: nVidia (Modern GZDoom)
Location: Brazil, São Paulo, Campinas

Re: Why drop fps on blood wall?

Post by guest6777 »

Rachael wrote:No - only people running Brutal Doom have this problem.
You are sure?? i tested other mod nashgore have same problem
User avatar
Rachael
Admin
Posts: 13258
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Why drop fps on blood wall?

Post by Rachael »

Then there's something wrong with either your system or your settings. The problem is not GZDoom.

This is not the place for your bad faith arguments about how GZDoom is so horrible just because you saw some moron's video on Youtube (not the one you linked, obviously) who, himself, pretended he knew everything and also made a bunch of assumptions in bad faith, just so that you can parrot what he says without ever thinking about it. The problem is on your end. Fix your settings.
User avatar
Rachael
Admin
Posts: 13258
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Why drop fps on blood wall?

Post by Rachael »

Image
And this is how you earn a one-way ticket to ban town.

If you're going to argue something, especially trying to claim it as "true" - you better both A) be right, and B) know what you're talking about. We really don't have a high tolerance for bad-faith BS here. Always research the topic first, and always have some solid evidence to back up your claims.

Return to “Hall of Unpleasantness”