|
|
|
|
|
by rowanG077
20 days ago
|
|
Buggy games have destroyed franchises. Gothic 3 being a prime example. Contrary to the memes skyrim is not even close to the worst offenders in terms of bugs. Besides bad code does not only lead to bugs. It can lead to bad gameplay, bad performance, missing features, slipped deadlines. A things users care a lot about. |
|
Most players care about performance even less than they care about bugs. Basically every AAA game nowadays is criticized for piss poor performance and not having the looks to justify it. They're still massive successes.
Usually, it's good code that leads to missed deadlines, not bad code. It literally takes more time and effort to write good code. Gamedev lives on 3-year cycle, that's not enough time for code debt to start causing problems.
Bad gameplay... yes, that can be actual problem. But it's rarely due to a single bad line of code, or even ten thousand bad lines of code. In most games, gameplay is bad because it was designed to be bad. As in, they had a certain way of playing in mind, and they made the game exactly how they wanted, it's just most players don't find that way of playing fun. No amount of code quality can fix that.