Allow me to explain:
Taking the “Crafting Survival” genre as a prime example, why do they all have the same feeling of being cheap, amateurish, and janky af? There is just this certain something about how every single one feels to play. The differences tends to be more in the grind, progression, and aesthetics while the game feel is exactly the same. The way your character moves, the way combat feels cheesy and unbound, the often minimalisticly artistic UI (like it’s just a 50% transparent box with text/icons on it), and almost always riddled with bugs.
Even the big budget ones made by giant, long-lived developers tend to feel exactly the same as the independently made-by-one-dude-in-a-garage games. They might have better visuals, but everything else feels cheap and just to the point of functionality.
The weirdest part of this, to me, is that Minecraft doesn’t feel like this and it is basically the grandfather of the genre. It’s just every other one built in Unity or Unreal that feels like a janky ARMA module made by someone who just learned how to code. With so many developers making so many games in this genre, you’d think at least one of them would make one that feels more “luxurious.” I lament not being able to put into words exactly what I mean; it’s really something that can only be described through comparison and experience. But I have to believe others who have played games like Rust, Ark, Valheim, etc know what I mean.
Familiarity is okay. Similar systems and gameplay are expected to be copied. But why also copy the awful parts?
Sorry I forgot to reply to this.
Its hard to nail down specifics with general awful parts but I have a few notes on why some things get to be a little janky:
…For example, let’s say you have a treasure chest, and when the player interacts with it, the game plays a fancy animation of the character opening and while the inventory screen fades in. But as these chests get placed around the world, you can’t guarantee they’ll always be reachable, at the right angle, or the player doing something dumb (like standing on it while opening it)
Now those are all ‘solvable’ but it starts to become a ‘just optimize the production’ in Factorio style problem where you’re chasing edge cases. Even then, players will find new ways to break foolproof designs.
The general solution is just ‘keep it simple’ where box pops open (or just makes a sound) and a UI pops up. Not great… And sometimes kind of sucks.
Anyways the end result is a lot of fairly static world objects, and when you do get physics, they tend to have a lot of potential jank involved if you’re not hosting the server.
Making it work for gamepads and KB/M, readable on big screens as well as SteamDecks, and do background tasks like asking the server what my character’s inventory or whatever is tends to be a feat when it all works correctly.
You also have devs who perceive something as more popular or more true to their vision or whatever and neglect certain aspects while focusing on others.
This has a side effect too though as now your AI has to account for terrain/location/etc before considering to do things. (Unless you built two different AI logic sets for each enemy, which is oof) Such as, the player is in range, but is the player standing on something? Is the player crawling under a wall and stabbing at AI’s shins? What if the player is somewhere the AI can’t reach at all, do they run away or throw rocks or what?
End result is sometimes you see AI doing funky/janky things in unintended cases.
(There are more issues but this post has gotten a little too long as it is)
All of these issues contribute to jank feel and can actually be kind if difficult to solve, which is why many open world survival crafting games stumble here.
All this being said, I agree with you, the genre has a lot of jank and it gets ridiculous sometimes. I have a joke saying that its a design law for all survival crafting games to have some serious game-breaking quirk, and so each new one that comes out, its not about if its flawless or not, its if you can handle whatever inevitable serious quirk it does have.
I have played a lot of games in the genre and always hope one of them will eventually nail it but it hasn’t quite happened yet.
I can’t help but notice the generality statements like “I lament not being able to put into words exactly what I mean” and “why also copy the awful parts?”.
Do you know “Chesterton’s fence”? It’s the metaphor that you walk across a meadow and come upon a fence that’s in the way. That’s bothersome for you from walking there, so you want it gone.
But, the lesson supposed to be that if you don’t know why it’s even there, you shouldn’t remove it until you learn why. Might be that there are sheep there that need to be kept from running away or something like that, etc.