Lyall / MetaphorFix

A fix for Metaphor: ReFantazio that adds ultrawide/narrower support and much more.
MIT License
358 stars 6 forks source link

How would I get this working using winecfg rather than a Steam launch command? #53

Open bmy opened 1 month ago

bmy commented 1 month ago

I'm trying to use MetaphorFix in Codeweavers Crossover (the best implementation of WINE for Mac) and if I attempt to use the Steam launch command, it errors out ("There is no Windows program configured to open this type of file") and won't launch...but equally winmm doesn't appear in winecfg as a DLL I'm allowed to override. I think that's because it's in the game directory, while the WINE launcher is for Steam...not sure. Anyway, let me know if you have any ideas! Thanks

tlneondo commented 1 month ago

if you can set a WINEDLLOVERRIDE="winmm=n,b" as an ENV variable, that should work

termdisc commented 1 month ago

You can add DLL overrides via Winecfg by manually typing in the name of the DLL. Screenshot taken from the Linux version of Winecfg, but I think you can get the gist.

image

image