Interesting tool i found to use with this game.
You can enable some dx9 functions, and AA and AF and maybe more things.
github.com
I tested only for a short time but didn't see glitches.
The ropes on the ships got Antialiased notable difference.
You need to copy:
dinput8.dll
dxwrapper.ini
dxwrapper.dll
to game folder and edit in dxwrapper.ini
[Compatibility]
D3d8to9 = 1
[d3d9]
AnisotropicFiltering = 8
AntiAliasing = 4
LimitPerFrameFPS = 30 or 60
It could have other useful functions.
You can enable some dx9 functions, and AA and AF and maybe more things.
Releases · elishacloud/dxwrapper
Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes. - elishacloud/...
I tested only for a short time but didn't see glitches.
The ropes on the ships got Antialiased notable difference.
You need to copy:
dinput8.dll
dxwrapper.ini
dxwrapper.dll
to game folder and edit in dxwrapper.ini
[Compatibility]
D3d8to9 = 1
[d3d9]
AnisotropicFiltering = 8
AntiAliasing = 4
LimitPerFrameFPS = 30 or 60
It could have other useful functions.