BlueAmulet / EDFModLoader

Rudimentary ModLoader for Earth Defence Force 4.1, 5, and 6
MIT License
47 stars 8 forks source link

Doesn't work on the Steam Deck #6

Closed Neyami closed 12 months ago

Neyami commented 12 months ago

Any chance you could make it work on the Steam Deck? :ayaya:

BlueAmulet commented 12 months ago

I don't own a Steam Deck so it's hard for me to test on that. Do you have any more info as to what is going wrong?

Neyami commented 12 months ago

Oh, well it's linux based so that's probably the reason ^^ There is an .exe file though, so I thought it would work.

Neyami commented 12 months ago

After checking the other issues I saw this: https://github.com/BlueAmulet/EDFModLoader/issues/5

Adding WINEDLLOVERRIDES="winmm=n,b" %command% to the launch command for the game does indeed make it work 😀