this post was submitted on 24 Nov 2024
6 points (75.0% liked)
Gaming
20062 readers
40 users here now
Sub for any gaming related content!
Rules:
- 1: No spam or advertising. This basically means no linking to your own content on blogs, YouTube, Twitch, etc.
- 2: No bigotry or gatekeeping. This should be obvious, but neither of those things will be tolerated. This goes for linked content too; if the site has some heavy "anti-woke" energy, you probably shouldn't be posting it here.
- 3: No untagged game spoilers. If the game was recently released or not released at all yet, use the Spoiler tag (the little ⚠️ button) in the body text, and avoid typing spoilers in the title. It should also be avoided to openly talk about major story spoilers, even in old games.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It might not be the engine. Some companies just don't care much about optimization when they can just tell their players to buy better hardware.
Take GTA5 for example. It had a notoriously long load screen when starting up. Ranging from 2 minutes to 10 minutes depending on the read speeds of your storage drive. A modder ended up finding the problem. The code to load up the items in the game opened and read a file, but there was a bug that caused it to read through the entire file for each item loaded. The file was being read thousand of times. The modder changed one line of code and the loading time was reduced significantly. This was a bug that plagued GTA5 for years, caused by a single line of code, that the company didn't fix because their fix was to buy better hardware.