I’m using Linux, and every time I downgrade my Proton version, I will lose all of the VRChat configs.
It’s not config.json
file, it’s the settings of the game.
I don’t think the setting file is in the steamapps/compatdata/438100/pfx/drive_c/users/steamuser/AppData/LocalLow/VRChat/VRChat/
, I backed them up and the settings are still lost after the restore.
My friend found this folder .../users/steamuser/Temp/VRChat/VRChat/
, the file amplitude.cache
is definitely stores the settings info(it’s a json file, VRChat team loves json).
But it’s a Cache, VRC will try to overwrite this file on every boot. If the file is read-only(400), VRC will throw a permission error into the log and run normally, it’s just a cache.
However, it also proves that VRC uses the cloud to store settings.
so… so…
VRC uses cloud sync settings, but the sync is per session? What’s the sense of that?
Or is amplitude.cache
only used for Amplitude Inc to analyze something?
a…
Is there any way to export and import game settings? Or just explanationing this strange behavior?