this post was submitted on 22 Apr 2025
337 points (100.0% liked)
RetroGaming
22326 readers
350 users here now
Vintage gaming community.
Rules:
- Be kind.
- No spam or soliciting for money.
- No racism or other bigotry allowed.
- Obviously nothing illegal.
If you see these please report them.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Made in unreal engine so fewer bugs, in the very least.
Edit: I was wrong. Infinite leveling, duplication, and teleportation are still on the menu.
Unreal Engine is all I need to know to avoid a game.
What’s wrong with UE? It’s relatively stable, albeit with major processing inefficiencies. It’s no fox engine, but it’s undeniably acceptable compared to Bethesda’s 20 year old treehouse made of tape and glue. Is there some spyware bundled in, or something?
If using the default setup of UE (deferred rendering), it results in a shimmering/noisy mess without TAA and TAA introduces a shit ton of blur, so the games end up looking like you have vaseline on your monitor. UE games can still look good if devs use forward rendering, but it requires a bit more work and not using the default setup so they can use MSAA instead. Unlikely in bigger games because they want to make them very quick.