• matt@lemmy.koski.co
    link
    fedilink
    arrow-up
    4
    ·
    2 years ago

    It still seems way to common for an engine to have other systems tied to FPS, so e.g. running at a higher framerate will mean the physics engine also runs faster, or all animations are faster.

    • Anima@fedia.io
      link
      fedilink
      arrow-up
      8
      ·
      2 years ago

      As a game dev: this is 100% the developers fault. The engine knows how long it’s been between frames. Devs can use that information to keep everything running at the same pace regardless of 30fps, 10, or 120.

      Next time you see a game with its speed tied to the frame rate, make sure you make some noise! Maybe devs will finally fucking learn.

      • matt@lemmy.koski.co
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        Oh agreed with you. Its a problem that shouldn’t happen. Yet somehow it still does 🤷

      • scutiger@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        More annoying than a constant 30fps framerate is an inconsistent framerate, which a game like this is likely to encounter very frequently if not capped.

        I don’t like it, but I’d rather have that than what could likely be worse.

    • Lols@feddit.nl
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      i wouldnt be too sure that fps and physics are tied, they managed to separate them for 76