Well, Cities: Skylines 2 is here, and it's another broken game release.
Knusper @ Knusper @feddit.de Posts 5Comments 862Joined 4 yr. ago
Knusper @ Knusper @feddit.de
Posts
5
Comments
862
Joined
4 yr. ago
Deleted
Microphone/Input Audio issues 🎤
Deleted
Permanently Deleted
Gamedev is all about smokes and mirrors. A conventional software engineer will actively resent the shitfuckery you have to do, to make games run well (for good reason; it introduces complexity into already insanely complex systems).
Some performance work, you cannot defer, like fundamental design decisions (3D vs. 2D, raytracing or not) or if you've coded a tiny feature and for some reason, it completely obliterates performance.
But there's always going to be tons of features that have been implemented well, they don't obliterate performance, but if you replace them with an unintuitive/complex smoke-and-mirror solution, then you may be able to shave off 20% execution time for that feature. Or not. Often no real way to know, except to try it out.
Some of these do need to be tackled throughout development, too, but it's easy to end up with a big block at the end of development.
Especially, if you had to rush a number of features that marketing promised, so that you can make the release date that marketing promised many months before anyone has any fucking clue how long it'll take.