I’ve been thinking about making this thread for a few days. Sometimes, I play a game and it has some very basic features that are just not in every other game and I think to myself: Why is this not standard?! and I wanted to know what were yours.

I’m talking purely about in-game features. I’m not talking about wanting games to have no microtransactions or to be launch in an actually playable state because, while I agree this problem is so large it’s basically a selling when it’s not here… I think it’s a different subject and it’s not what I want this to be about, even if we could talk about that for hours too.

Anyway. For me, it would simply be this. Options. Options. Options. Just… give me more of those. I love me some more settings and ways to tweak my experience.

Here are a few things that immediatly jump to my mind:

  • Let me move the HUD however I want it.
  • Take the Sony route and give me a ton of accessibility features, because not only is making sure everyone can enjoy your game cool, but hey, these are not just accessibility features, at the end of the day, they’re just more options and I often make use of them.
  • This one was actually the thing that made me want to make this post: For the love of everything, let me choose my languages! Let me pick which language I want for the voices and which language I want for the interface seperatly, don’t make me change my whole Steam language or console language just to get those, please!
  • For multiplayer games: Let people host their own servers. Just like it used to be. I’m so done with buying games that will inevitably die with no way of playing them ever again in five years because the company behind it shut down the servers. for it (Oh and on that note, bring back server browsers as an option too.)

What about you? What feature, setting, mode or whatever did you encounter in a game that instantly made you wish it would in every other games?


EDIT:

I had a feeling a post like this would interest you. :3

I am glad you liked this post. It’s gotten quite a lot of engagement, much more than I expected and I expected it to do well, as it’s an interesting topic. I want you to know that I appreciate all of you who took the time to interact with it You’ve all had great suggestion for the most part, and it’s been quite interesting to read what is important to you in video games.

I now have newly formed appreciation from some aspects of games that I completely ignored and there are now quite a lot of things that I want to see become standard to. Especially some of you have troubles with accessibility, like text being read aloud which is not common enough.

Something that keeps on popping up is indeed more accessibility features. It makes me think we really need a database online for games which would detail and allow filtering of games by the type of accessibility features they have. As some features are quite rare to see but also kind of vital for some people to enjoy their games. That way, people wouldn’t have to buy a game or do extensive research to see if a game covers their needs. I’m leaving this here, so hopefully someone smarter than me and with the knowledge on how to do this could work on it. Or maybe it already exists and in this case I invite you to post it. :)

While I did not answer most of you, I did try and read the vast majority of the things that landed in my notifications.

There you go. I’m just really happy that you liked this post. :)

  • @tal
    link
    1
    edit-2
    9 months ago

    I would guess that loading screens will never fully go away. Especially on consoles, where everyone has a fixed set of hardware resources, and the developer knows what that is and is aiming at optimizing for that target, being able to fully remove one area from memory before loading the next gives you potentially twice as much memory to work with. That’s a big-enough gain that game developers are not going to want to give that up, since the alternative is being able to only have half (or less, if multiple areas are near each other) the complexity for their areas. If hardware gets more memory, at least some developers are going to want to increase the complexity of the environments they have rather than eliminating load screens. Otherwise, their scenes are going to look significantly-worse than their competitors who have loading screens.

    There may be specific games that eliminate loading screens, at least other than the initial startup of the game. Loading screens might be shorter, or might just consist of a brief fade. But I don’t think that we’ll ever reach the point that all developers decide that that tradeoff to fully-eliminate loading screens is one that they want to make.

    The shift from optical media and rotational drives to SSDs has reduced the relative cost of loading an area. But it hasn’t eliminated it.

    I think that a necessary condition for loading screens going away is basically a shift to a memory architecture where only a single type of storage exists – that is, you don’t have fast-but-volatile primary storage and slow-but-nonvolatile secondary storage, but only a single form of non-volatile storage that is fast-enough to run from directly. We don’t have that technology today. Even then, it might not kill loading screens, since you might want to have different representations (more-efficient but less-compact for the area surrounding the character, and less-efficient but more-compact for inactive areas).

    • @MangoKangaroo@beehaw.org
      link
      fedilink
      29 months ago

      See, I figured consoles might actually be more likely to cross that finish line first. My logic is that the controlled platforms would give developers a) potential access to a more bare-metal style of storage medium maybe not practical on PC, and b) a consistent performance target (no needing to account for people using those pesky hard drives!)

      I feel like we’re maybe already starting to see this with the PlayStation 5, but it probably also depends on how much work actually goes into optimization for these development teams.

      • @gazter@aussie.zone
        link
        fedilink
        29 months ago

        I think the key here is integrating loading into the gameplay. The old Metroid trick of having the player traverse a basic hallway while the game loads the next area in the background is a good, if basic, example.