this post was submitted on 20 Sep 2023
112 points (94.4% liked)

Gaming

19681 readers
135 users here now

Sub for any gaming related content!

Rules:

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 11 months ago (2 children)

Of course nobody want to optimize. Its boring. It messes up the code. Often reqires one to cheat the player with illusions. And its difficult. Not something just any junior developer can be put to work on.

[–] [email protected] 11 points 11 months ago (1 children)

You'd expect that when Raytracing/Pathtracing and the products that drive it have matured enough to be mainstream, devs will have more time for that.
Just place your light source and the tech does the rest. It's crazy how much less work that is.

But we all know the Publishers and shareholders will force them to use that time differently.

[–] DWin 11 points 11 months ago (1 children)

Eh, in my experience that's not how development works. With every new tool to improve efficiency, the result is just more features rather than using your new found time to improve your code base.

It's not just from the publishers and shareholders either. Fixing technicial debt issues is hard, and the solutions often need a lot of time for retrospection. It's far easier to add a crappy new feature ontop and call it a day. It's the lower effort thing to do for everyone, management and the low down programmers alike.

[–] [email protected] 3 points 11 months ago

New features is what sells a product, so not far from my original point, I'd say.
Definitely a bit of both, and improving code is never the highest priority, yeah.

[–] [email protected] 4 points 11 months ago (1 children)

Who are you directing the comments to? The dev company or individuals? I disagree in the latter. On the former I still think it's a mischaracterizatuon of the situation. If the choice is to spend budget in scope and graphics at the expense of optimization that doesn't seem a hard choice to make.

[–] [email protected] 4 points 11 months ago

I might have generalized a bit too much. Of course some individual devs love the challenge of getting better performance out of anything.

But not enough of them that every dev company has an army of good developers who know how to do this with the expertise they are needing performance for. Theres a lot of ways one dev can specialize: gpu api (directx/opengl/vulcan/etc), os, game engine, disk access, database queries. One who knows graphic api well might not know how to optimize database queries. It doesnt help throwing money at the problem either, those who know this stuff usually already have good jobs. So you might have no choice than to use the devs you have, and the money you have budgeted, to release the game within contracted time.