• CMDR_Horn@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    Good. Almost all new games would benefit from this approach. If they are built with this minimum in mind, then it would drastically improve engine performance

    • Walican132@lemmy.today
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 months ago

      Just out of curiosity other than load speeds what would the ssd impact as a requirement? I’ve been out of the pc market for a while and did get a ps5 and steam deck so I’ve noticed the speed improvements from high rpm HDD of course but just curious what other benefits exists?

      • tiramichu@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        7 months ago

        The way ‘loading’ used to work in the old days is that everything needed for one level or area of a game was fetched into memory from the slow HDD and once it was loaded, it’s all ready to play and you don’t need the HDD anymore.

        Games now have a lot of high-resolution textures and assets that are constrained by ram size and by video memory size, such that loading a whole level upfront isn’t going to work. Instead the game will be loading in assets from disk as you play, swapping things in and out. And so for that to work effectively, faster storage is required because you are using the storage throughout gameplay, not only at the beginning.