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

Activate game fix from runner options #46

Closed barni2000 closed 5 years ago

barni2000 commented 5 years ago

Describe the solution you'd like An environment variable in runner option, for enable fixes by game. For example: PROTONFIXES_ENABLE=1 %command%

Describe alternatives you've considered May be an wrapper script or PROTONFIXES_DISABLE=1 environment variable.

simons-public commented 5 years ago

Ok, protonfixes can be disabled with PROTONFIXES_DISABLE=1 %command% now. I don't want users to have to manually enable it individually for each game, but I can see the utility of disabling a fix if you don't want to run it.

barni2000 commented 5 years ago

Thanks. :smile: