Why drop fps on blood wall?
Moderator: GZDoom Developers
-
- 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?
i used this exemple video because i have this same problem annoying
-
- Admin
- Posts: 13258
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: Why drop fps on blood wall?
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.
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.
-
- 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?
Nice joke, my gpu is gtx 1060 6gb ocRachael 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.
and Zandronum don't have this annoying bug
-
- Admin
- Posts: 13258
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: Why drop fps on blood wall?
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.
-
- 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?
Explain it for Zandronum, i tested here don't have this annoying problemRachael 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.
-
- Admin
- Posts: 13258
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: Why drop fps on blood wall?
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.
-
- 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?
Well, plz fix it, its not normal, i'm sure everyone is having this problemRachael 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.
-
- Admin
- Posts: 13258
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: Why drop fps on blood wall?
No - only people running Brutal Doom have this problem.
-
- 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?
You are sure?? i tested other mod nashgore have same problemRachael wrote:No - only people running Brutal Doom have this problem.
-
- Admin
- Posts: 13258
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: Why drop fps on blood wall?
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.
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.
-
- Admin
- Posts: 13258
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: Why drop fps on blood wall?

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.