• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle
  • You can turn off stuff that the programmers allow you to through a settings menu (that they wrote), configuration files (that they make their program to read) or fiddling 3rd party stuff that it’s using (like your driver settings, external libraries, etc.).

    Similarly to how GTA V’s (could be GTA Online) extreme loading time was caused by a very inefficient way of loading data. Users couldn’t change the algorithm themselves; they could investigate what was going on, but the developers were the only ones being able to actually change it to a recommended version.

    Obviously the story is a bit different with an open source code which you can compile for yourself.