ThirteenAG/WidescreenFixesPack

[Gun, Linux/Wine] Resolution doesn't change

shmerl opened this issue · 3 comments

I'm running Gun in Wine (staging 2.3), and copied d3d9.dll and scripts/* to the game installation directory. Changed Gun.WidescreenFix.ini to:

[MAIN]
ResX = 1920
ResY = 1200
FixHUD = 1
FixFOV = 1

[MISC]
GameSpeed = 30

It doesn't have any effect it seems, and still runs at 1600x1200 which I set inside the game. Because of that things look too stretched sideways. My game version is from GOG.

Not really a problem, you just need also to set d3d9 native override in Wine settings. And it works OK after that.

The way to phrase the instruction can be like this (normally there is no need for winetricks):

After copying *.dll to the game location, open Wine configuration > Libraries, and set overrides for copied dlls to native.

Example (for d3d8.dll):
wine_settings

The way to phrase the instruction can be like this (normally there is no need for winetricks):

After copying *.dll to the game location, open Wine configuration > Libraries, and set overrides for copied dlls to native.

Example (for d3d8.dll):
wine_settings

Yeah, now mod is working but my controller is no longer been detected by Wine. What can I do? :(