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

Invalid syntax error for the user_settings.py #47

Closed jtux270 closed 5 years ago

jtux270 commented 5 years ago

Hello, I'm very sorry to bother you for such a stupid question, but whats the right syntax for the 'import protonfixes' line in 'user_settings.py'? I'm totally not into programming, I installed protonfixes and added the line, but the log says

Proton: ************************************************
Proton: THERE IS AN ERROR IN YOUR user_settings.py FILE:
Proton: invalid syntax (user_settings.py, line 21)
Proton: ************************************************

Could anybody help me here? I'm trying to play "Styx: Master of shadows" with Proton 3.16-4 and Mint 18.2

pchome commented 5 years ago
user_settings = {
...
}

import protonfixes
jtux270 commented 5 years ago

Thanks a lot! The issue is resolved now. And thank you for your work, I was able to run the Styx at last :)

simons-public commented 5 years ago

@pchome Thanks!