• 4 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle







  • Arm-chair babbling idiot who plays too much video games here, I am one hundred percent convinced that it has nothing to do with visual fidelity and everything to do with that asthmatic engine they’ve been dragging since Morrowind.

    Code doesn’t go bad with time, that’s not really how it works. And game engines tend to be a Ship of Theseus situation, where just because it’s still the same “engine” in theory, doesn’t mean that large parts (or all of it), haven’t eventually been replaced or refactored over the years.

    Unreal Engine has been around for 30 years at this point, would you also consider that an “asthmatic engine”?





  • Why are people preordering a DIGITAL, BETHESDA game?! It’s still the Creation Engine (Creation Engine 2 so hopefully they fixed it!) so it’s probably gonna be a buggy mess at release.

    Unlike many online gaming communities, there are many people in the world that enjoy playing video games. So, when they see a game that looks fun to play, they buy it or pre-order it.









  • But you sound more in the now about their internal processes, so you’re probably right and I misinterpreted what they meant by that quote.

    The general summary of how “bugs” work in software development is simple at a high level.

    1. Someone reports the bug (developer, qa, player, user, etc)
    2. Someone prioritizes the bug
    3. Lower priority issues are put on a backlog to potentially be worked on later
    4. Higher priority issues get fixed (most of the time)

    The product releases when an acceptable level of bugs from steps 3 and 4 are reached, and “acceptable” never means zero or even close to it.