According to Hans-Kristian Arntzen, a prominent open-source developer working on Vkd3d, a DirectX 12 to Vulkan translation layer, Starfield is not interacting properly with graphics card drivers.

  • @[email protected]
    link
    fedilink
    English
    36
    edit-2
    10 months ago

    Do we know for sure that the Starfield devs weren’t able to figure out the problems with performance? I find often with companies, the larger they are, the more bureaucracy there is, and the more prioritization of tickets becomes this huge deal, where you even end up having meetings about how to prioritize tickets etc.

    I would be surprised if the devs didn’t know what was wrong already, I think it’s more likely that management and higherups doesn’t care about them fixing it right now.

    • sethboy66
      link
      fedilink
      2610 months ago

      Game devs have many teams all with different jobs, for a big game like this you’d typically have multiple teams dedicated to optimization in different areas (and between them). The specific problem in this case was how the game was communicating with graphics drivers (among others), which for any graphics heavy game is very fundamental to performance optimization. The problems aren’t even an after-the-fact optimization sort of thing that teams should have to identify and follow-up on, batching jobs is standard practice when interacting with GPUs whether or not there’s a translation layer.

      When the devs of a core translation API between two supported graphics drivers that are commonplace in the gaming ecosystem have to write code to specifically fix issues with your application you’ve done something fundamentally wrong.

    • @[email protected]
      link
      fedilink
      English
      910 months ago

      A lot of posts like these also seem to imply that the open source community should somehow be less competent than these companies and are surprised that the open source community can fix these issues. But the open source community has a ton of very respectable and extremely smart developers, it shouldn’t be any surprise really.

      • @[email protected]
        link
        fedilink
        English
        210 months ago

        To be even more direct: there’s a huge overlap between the circles of “works in software dev” and “contributes to open source projects”.

        I really try to do different things at home than work, but I’ve definitely contributed fixes to game mods (why do so many modders fail to do null checks before trying to interact with short lived shit like projectiles?) and open source software I’ve needed to do stuff.