• NeatNit@discuss.tchncs.de
    link
    fedilink
    arrow-up
    112
    ·
    3 days ago

    My biggest gripe is:

    1. Save game
    2. (without ever resuming gameplay) Exit game
    3. “Are you sure? Any unsaved progress will be lost!”

    I JUST SAVED! YOU KNOW I JUST SAVED! YOU KNOW THERE’S NO RISK OF PROGRESS LOSS!

    In most of those cases there’s no “save and exit” option.

    • bequirtle@lemmy.world
      link
      fedilink
      arrow-up
      24
      ·
      3 days ago

      my favorite is when it says “unsaved progress will be lost” and then autosaves on quit anyway

    • X@piefed.world
      link
      fedilink
      English
      arrow-up
      18
      ·
      3 days ago

      Yep. Playing FF XV atm and whenever I select “return to title screen” I see the warning and always think that it could’ve been developed such if you save and then choose to exit to title that the game would simply do that, recognizing that no additional game play occurred between the last save and the input to return to title.

      Like, cmon, game. 🫩

      • ledge@sopuli.xyz
        link
        fedilink
        arrow-up
        9
        ·
        3 days ago

        Or when exiting, have the last save file time prompted as actual time and how long ago was the save made. That would be really helpful.

        • sudoMakeUser@sh.itjust.works
          link
          fedilink
          arrow-up
          6
          ·
          edit-2
          3 days ago

          Some games do have this and it is definitely helpful when they do.

          Edit: BioShock Infinite was the last game I played that did this.

      • Airfried@piefed.social
        link
        fedilink
        English
        arrow-up
        4
        ·
        3 days ago

        I don’t even think all those check marks are really necessary. Just make it a “save and proceed/exit” type button and you’re good to go. save file sizes are tiny and it would just overwrite the last exit save that you can then load by pressing the “continue” button in the main menu. No back and forth or special tech necessary. If you want to load a different (manual or auto) save just select the “load game” option. That’s how all games should just do it.

    • filcuk@lemmy.zip
      link
      fedilink
      arrow-up
      8
      ·
      3 days ago

      If we don’t want to hard code any conditions, it’s as easy as saying:
      “Last save was x seconds ago, any progress since will be lost”
      Better UX, easier to add than any if saved in last 5 minutes then continue else…