KSP2 is Spamming the Windows Registry Over Weeks/Months Until the Game Will Stop Working Permanently

nanoUFO@sh.itjust.worksmod to Games@sh.itjust.works – 107 points –
forum.kerbalspaceprogram.com
37

You are viewing a single comment

Saving user preferences in the local user part of the registry is kind of what the registry is meant to be for (besides others).

It might be bad practice to dump 1.3GB of variable user data into the registry, though. Especially when there's SQL servers and Nuget packages that can deal with that kind of data in a platform-agnostic way.

That for sure, those numbers are way beyond intended usage.

And there is a difference between saving user preferences/settings and user game data. The last should never be saved in the registry.