this post was submitted on 22 Apr 2025
5 points (100.0% liked)

RetroGaming

29067 readers
248 users here now

Vintage gaming community.

Rules:

  1. Be kind.
  2. No spam, AI slop, or soliciting for money.
  3. No racism or other bigotry allowed.
  4. Obviously nothing illegal.

If you see these please report them.

founded 3 years ago
MODERATORS
 

Oblivion Remasterd Deluxe Edition is reminding us all of the fall of gaming.

That ~~smile~~ horse armor. That damned ~~smile~~ horse armor.

you are viewing a single comment's thread
view the rest of the comments
[–] Gullible@sh.itjust.works 0 points 1 year ago* (last edited 1 year ago) (2 children)

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.

[–] FooBarrington@lemmy.world 1 points 1 year ago

Nope! AFAIK Unreal is only used for rendering, not logic. So you'll get the bugs from Bethesdas engine with the performance of Unreal 5.

[–] warm@kbin.earth 0 points 1 year ago (1 children)

Unreal Engine is all I need to know to avoid a game.

[–] Gullible@sh.itjust.works 1 points 1 year ago (1 children)

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?

[–] warm@kbin.earth 1 points 1 year ago

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.