• Skipcast@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    10 months ago

    The game is cpu bound so having a 4090 won’t do you much good if your Cpu can’t keep up, which is the problem most people have

      • deadcream@kbin.social
        link
        fedilink
        arrow-up
        14
        arrow-down
        1
        ·
        edit-2
        10 months ago

        It’s shitty code bound. Sometimes no matter how powerful your hardware is, software will perform poorly because it just doesn’t scale. Writing complex software like game so that it can fully utilize current hardware AND actually run faster with better CPU/GPU can become very difficult once a certain complexity threshold is reached. It’s easy enough to do for a small linear game even if it has exceptional graphics, but an open world sandbox game like ones that Bethesda makes is a completely different story.

        That doesn’t mean that it’s impossible of course - Bethesda absolutely should have made a better job, but it’s by no means an easy task.