simons-public / protonfixes

A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files
https://simons-public.github.io/protonfixes/
Other
233 stars 114 forks source link

util.disable_uplay_overlay() #92

Closed BlueBoxWare closed 4 years ago

BlueBoxWare commented 4 years ago

Utility function to disable the UPlay in-game overlay.

daniel-j commented 4 years ago

Should probably use a YAML parser to not overwrite other settings.

BlueBoxWare commented 4 years ago

Should probably use a YAML parser to not overwrite other settings.

I made some changes to avoid overwriting other settings without parsing, because adding a dependency on a third-party library might not be desirable.