Posted November 29, 2019
Yes, I've finally figured out how to force anti aliasing via WINE in old games that don't natively support it, added to the linked post above.
If you want to force anti-aliasing in WINE to make it look less jagged, force it in your system driver via Nvidia-Settings for example and follow these steps:
- go to "HKEY_CURRENT_USER\Software\Wine\Direct3D"
- add string "Multisampling" with the value "enabled"
- add string "OffscreenRenderingMode" with the value "backbuffer"
I have heard that some games may start giving you problems with the backbuffer, if that is the case, simply change the value to "fbo", the forced anti aliasing won't work then though.
I hope that also works for Mafia, since it looks really bad without it.- go to "HKEY_CURRENT_USER\Software\Wine\Direct3D"
- add string "Multisampling" with the value "enabled"
- add string "OffscreenRenderingMode" with the value "backbuffer"
I have heard that some games may start giving you problems with the backbuffer, if that is the case, simply change the value to "fbo", the forced anti aliasing won't work then though.
Post edited November 29, 2019 by Klumpen0815