GlassDeviant
New member
Everyone knew how to use the settings files. There was nothing wrong with the settings files. Why have you wasted time implementing settings in the registry, a poorly conceived, designed and implemented system that was made obsolete way back when Windows Vista was launched? The registry is nothing but a trash heap of miscellaneous junk settings for every rinky-dink application on the planet. It makes backing up your programs (games and otherwise) a pain in the backside because the settings are not stored with the rest of the game files. This archaic crap-pile was a bad idea when it was introduced in Windows 95 and, with several alternatives available (ini files, cfg files, XML settings files, appdata/local, appdata/locallow, appdata/roaming), is an even worse idea now. It should have never been used for anything but OS settings and isn't used by most applications, let alone games, anymore.
It is a single point of failure that can completely take out your OS and programs from one tiny mistake. That's why there is a big fat screaming disclaimer about how you can break your computer with regedit. Forcing users to use it to get to settings that aren't exposed in the game settings is a terrible idea.
It is opaque and binary as opposed to anything human-readable.
It has to be in sync with the filesystem, so any mistake in the installer/uninstaller leaves corrupt entries.
It is monolithic, making, as I wrote before, backing up, restoring or moving an application to a different location a serious pain in the behind.
It's 2021, not 2009. Even when this game was first released in EA the Registry was a tired, old mess. So why implement it now when there was already a better way being used and many other options are available?
It is a single point of failure that can completely take out your OS and programs from one tiny mistake. That's why there is a big fat screaming disclaimer about how you can break your computer with regedit. Forcing users to use it to get to settings that aren't exposed in the game settings is a terrible idea.
It is opaque and binary as opposed to anything human-readable.
It has to be in sync with the filesystem, so any mistake in the installer/uninstaller leaves corrupt entries.
It is monolithic, making, as I wrote before, backing up, restoring or moving an application to a different location a serious pain in the behind.
It's 2021, not 2009. Even when this game was first released in EA the Registry was a tired, old mess. So why implement it now when there was already a better way being used and many other options are available?