Killing Floor 3

Killing Floor 3

Apeman Aug 29, 2023 @ 4:43am
UE5 titles are pretty demanding
All UE5 games are demanding if you look at footage on YouTube, it doesn't appear to be as bad as Crysis was at the time, but you will need a good GPU just to run at decent FPS at just 1080p. It seems you can get away with an AMD 6700 XT.

Look at Digital Foundry's newest video, it shows an UE5 title being upscaled from just 720p! and it can still dip down to just under 40fps running on a PS5. The same game running on a 4090 is giving around 80-90FPS at 4k DLSS Quality mode, meaning it's being upscaled from 1440p.

https://youtu.be/FbJA-P3sRgo?t=1167

I wouldn't count on KF3 running amazingly well on cheap GPUs given how other UE5 games run, I could be wrong but I think there will be a lot of complaints about performance unless you have a good mid-range card and are running at 1080p, but at least it would still be better than PS5 for those who don't want to buy an expensive GPU.
< >
Showing 1-15 of 19 comments
Aya Aug 29, 2023 @ 6:53am 
Unreal Engine 3 is a decade old now. If they used that for KF3, it'd suffer the same issues as KF2 did due to an outdated engine being bloated with years worth of content bloat.

I'd rather be able to play the game on Medium for the entirety of the game's lifespan than to max it out for the first two years, and dial everything to low on the third onwards.

A theoretical UE4 would likely have to have a cel-shaded "comic book" filter, which would allow Tripwire to get away with using lower-resolution textures and low polygon counts. Even then, that'd only delay the collapse from content bloat by a year or two.
Last edited by Aya; Aug 29, 2023 @ 7:06am
Lechuza the Scoot Aug 29, 2023 @ 7:07am 
Hope to have a better PC when the game releases, cuz rn it would blow up
ExplosiveBolts Aug 29, 2023 @ 8:32am 
A modern game engine is more demanding than one that is over 10 years old? I'm shocked.
Aya Aug 29, 2023 @ 9:07am 
Originally posted by ExplosiveBolts:
A modern game engine is more demanding than one that is over 10 years old? I'm shocked.
Meanwhile, an old and outdated engine has a content ceiling due to the creators not supporting it anymore
Kill Master Aug 29, 2023 @ 12:35pm 
Both Unreal 4 & 5 have the capacity to scale to nearly any device from mobile to high end desktop to full offline renderer for cinema.

It is solely up to the one creating the project to set a baseline for required hardware resources needed to run the game/software.

One major wrinkle here is that you can have instances where (especially in games) the end result doesn’t justify the hardware resources needed to run the application at an acceptable speed, but again that will rely solely on the ability and willingness of the developer to optimize the application to ensure it is not wasting resources on features that don’t contribute to product experience.

SideNote: to address the OP’s mention of how the game Immortals of Aveum has horrible performance it’s worth keeping in mind that as I mentioned at the top of this post Unreal 4 & 5 can scale across a wide range device with vastly different hardware capabilities, and it’s up to the dev how demanding they make their game with regards to currently available hardware.
The engine simply provides the framework in which to build you’re project upon.
Doktor Mandrake Aug 29, 2023 @ 12:37pm 
Can also depend on the feature sets they use though?

If the game doesn't use lumen and nanite it won't be as demanding as something like immortals of aveum

Pretty sure an UE5 game could be just as demanding as an UE4 game if it doesn't take advantage of the new features
Kill Master Aug 29, 2023 @ 12:57pm 
Originally posted by Doktor Mandrake:
Can also depend on the feature sets they use though?

That is correct, the developer has to look closely at which features they want to implement into their game and weather the gameplay/visual gains are worth the increased resource usage (GPU, CPU, Disk IO etc…).
This is also not restricted to features that ship with the engine either.

Originally posted by Doktor Mandrake:
If the game doesn't use lumen and nanite it won't be as demanding as something like immortals of aveum

There are many variables that can contribute to “how hard a game is to run” outside of the Nanite virtual geometry system or the Lumen lighting engine.
A few basic examples would be;
- Shader complexity
- sheer triangle dencity
- lighting complexity
- amount of different shading models present in the rendered frame at a given time
- literal world scale (does it require full precision floats for massive levels or to scale planets)
- AI complexity/amount
ect, ect, ect…

Originally posted by Doktor Mandrake:
Pretty sure an UE5 game could be just as demanding as an UE4 game if it doesn't take advantage of the new features

It can still go both ways UE4 and UE5 have the capacity to saturate any current gen system you could possibly throw at them.
UE5 (due to being newer) does have baked in features that would allow for the creation of an application with a much higher ceiling in terms of hardware resources however this is really just an on-paper difference right now as both engine versions are fully capable of going far beyond any hardware configuration that could exist today.
Obviously, this will change in the future, but for now this is where they stand.
Last edited by Kill Master; Aug 29, 2023 @ 12:58pm
UE5 isn't inherently super demanding, it's how you use it. The few games using UE5 so far have significant issues.

Nanite generally improves performance - it's by far the most efficient geometry rendering system in games today, allowing for polygon counts you can only otherwise achieve with mesh shader (which it sadly doesn't use). While it does allow you to use really high polygon models you wouldn't otherwise be able to use due to performance constraints, insane polygon counts will still incur some cost. Can't ignore polygon budget completely.

Use Nanite, use Virtual Shadow Maps which also helps. Lumen should be supported too; on its most performant setting in UE5.2 it's not too demanding for console hardware or the very common RTX 3060. Though RTXDI would ideally be implemented to significantly improve performance in scenes with lots of dynamic lights.

Also Tripwire has to do PSO caching and async shader compilation.
itll get more demanding the more items they add
Aya Aug 30, 2023 @ 3:37pm 
Originally posted by Fumo Bnnuy n Frends:
itll get more demanding the more items they add
Performance should remain mostly consistent throughout the game's lifespan I think. Main reason why KF2 wad problematic performance-wise is because the game pushed the absolute hard limits of an outdated engine on launch, and added 7 years worth of content after the fact. In fact, the game started to rip at the seams around the second year of additional content. Or was it the third? Either way, I distinctly remember the netcode getting so horribly broken that it made Soulcalibur VI's look good in comparison
Last edited by Aya; Aug 30, 2023 @ 3:37pm
Originally posted by Aya:
Originally posted by Fumo Bnnuy n Frends:
itll get more demanding the more items they add
Performance should remain mostly consistent throughout the game's lifespan I think. Main reason why KF2 wad problematic performance-wise is because the game pushed the absolute hard limits of an outdated engine on launch, and added 7 years worth of content after the fact. In fact, the game started to rip at the seams around the second year of additional content. Or was it the third? Either way, I distinctly remember the netcode getting so horribly broken that it made Soulcalibur VI's look good in comparison
and you think this game won't either?
Originally posted by Fumo Bnnuy n Frends:
itll get more demanding the more items they add

The more items? Unless you mean adding more and more objects to levels (which may not increase demand noticeably when using Nanite, unless they increase scene complexity and create more RT light interactions and such), it won't.
Apeman Aug 30, 2023 @ 4:09pm 
Originally posted by Ray tracing is faster:
UE5 isn't inherently super demanding, it's how you use it. The few games using UE5 so far have significant issues.
Developers actually said one of the games was made with upscaling in mind, and all the consoles have issues running Immortals of Aveum. The only one that doesn't is gimped to below 720p, bare bones settings and is locked at 30fps.. The Series S.

Does not sound like it scales very well to me, at least from all the examples I've seen. Unless you like low frame rates.
Aya Aug 30, 2023 @ 4:14pm 
Originally posted by Fumo Bnnuy n Frends:
Originally posted by Aya:
Performance should remain mostly consistent throughout the game's lifespan I think. Main reason why KF2 wad problematic performance-wise is because the game pushed the absolute hard limits of an outdated engine on launch, and added 7 years worth of content after the fact. In fact, the game started to rip at the seams around the second year of additional content. Or was it the third? Either way, I distinctly remember the netcode getting so horribly broken that it made Soulcalibur VI's look good in comparison
and you think this game won't either?
I won't deny the possibility of that happening, but given that KF3 is on a modern engine, updates are less likely to kill the game's performance because no one really has any idea on what UE5's limitations look like, but we do know what UE3's limits are
Originally posted by Apeman:
Developers actually said one of the games was made with upscaling in mind, and all the consoles have issues running Immortals of Aveum. The only one that doesn't is gimped to below 720p, bare bones settings and is locked at 30fps.. The Series S.

Does not sound like it scales very well to me, at least from all the examples I've seen. Unless you like low frame rates.

Yes, Immortals of Aveum is full of technical issues and was seemingly released prematurely (the devs did open up about their experience). Plenty of games seem to be designed with upscaling in mind, purely out of laziness, though laziness isn't the only reason for that game. It's a much worse showing than Fortnite as well as previous showcases like the Matrix demo. Its performance is surprising to me compared to what I'm used to in UE5.

There will be an adjustment period as games made on UE4 transition to UE5 - these may not use Nanite fully because some meshes can't be effectively converted to Nanite, so it'd be disabled for those. Lumen is quite scalable for an RTGI solution (but has plenty of shortcomings) so game devs need to implement that correctly for every graphics settings preset, include the important Lumen options in graphics settings (not just on/off), and test their games better which is a recurring theme for 2023 games on any engine.

Not that UE5 is perfect or anything (there's a lot to be desired especially in CPU thread scaling), but many of these big problems are clearly problems with the game more than the engine.

Originally posted by Aya:
I won't deny the possibility of that happening, but given that KF3 is on a modern engine, updates are less likely to kill the game's performance because no one really has any idea on what UE5's limitations look like, but we do know what UE3's limits are

UE5 has been out for years, its limitations are well understood. I'm still not sure what was meant by "items" though.
Last edited by Ray tracing is faster; Aug 30, 2023 @ 4:40pm
< >
Showing 1-15 of 19 comments
Per page: 1530 50

Date Posted: Aug 29, 2023 @ 4:43am
Posts: 19