A Starfield remake, of sorts, has been created in 48 hours, incorporating seamless travel between planets, something missing from the actual Bethesda RPG.

  • Amju Wolf@pawb.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    10 months ago

    A loading screen lets you load different areas of the game discreetly and make the game performative. This is especially important as Starfield is a single player game, it’s not hosted on a server or anything so it can’t distribute resource load that way, its all happening client side on the player’s system. They would have to simulate the entire world on their PC alone or develop a way to stream the content out dynamically and seamlessly.

    That’s not how any of it works.

    We have had level streaming in Unreal for like a decade. Sure it’s more complex to do things this way, but in general the way it works is that when you approach some area (are some distance from a planet or part of a planet) the next chunk of the world loads in, together with any NPCs and logic and everything else - it’s basically a self contained map, just seamlessly integrated with other maps. There is no meaningful performance hit if done correctly. You certainly don’t simulate everything all the time.

    Additionally, all the other games mentioned (NMS, Elite, Star Citizen) also have basically all of the processing on the client side. The servers don’t help the clients in any way; they only store primitive states for gameplay purposes, but all the simulation and whatnot is done on the client. And they still manage to be better optimized.

      • Amju Wolf@pawb.social
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        It’s more like they really want to use their own engine (for many good reasons) and it’d probably be really hard (if not near impossible without a complete rewrite) to add such a fundamental feature to their existing engine. Even if it wasn’t that hard it’d probably still cost a shitton of developer time and they were spending it elsewhere.