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.
zlib License
1.16k stars 83 forks source link

AF doesn't work with Dark Age Of Camelot #60

Open G-DannY opened 4 years ago

G-DannY commented 4 years ago

Hi,

first thank you for your work.

When you plan to push next release? I'm really interested in the anisotropic filtering commit.

Thanks

elishacloud commented 4 years ago

I am not sure when I will release the next update. There are still a few things I wanted to do before releasing. There was a crash on two games that never happened before that I wanted to troubleshoot. But I have been busy with other project recently.

Anyways, here is the latest build. It is pretty stable: dxwrapper.zip

G-DannY commented 4 years ago

Wow, nice! Thanks.

How can i force AF in the settings? Need to put 1 or AF level (4, 8 16)?

Because it seems to not work for me on d3d9

elishacloud commented 4 years ago

How can i force AF in the settings? Need to put 1 or AF level (4, 8 16)?

1 = highest your video card can support. 2, 4, 8, or 16 = specific AF settings you want to configure.

Because it seems to not work for me on d3d9

Interesting. I don't actually change the texture filtering, but just enable the AF option. I can do an update that actually changes the texture filtering in addition to enabling the AF option.

Have you tried using the AF option in your video card's Control Panel?

image

G-DannY commented 4 years ago

uhm, seems that i cannot force AF with my control panel (intel hd620) in the game i play (Dark Age Of Camelot). I set it to forced 16x in intel control panel but in game there is no change... I also set 16x in your dxwrapper but no change.

only way i found to force it succesfull is using another kind of d3d9 wrapper (dgvodoo), but it has kinda horrible performance. (with or without AF)...

could you try to code the AF forcing in your awesome wrapper?

Thanks :D

Mitradis commented 3 years ago

i am use dgvodoo too for AF. This wrapper cant force...

mirh commented 3 years ago

Because this is about compatibility and not enhancements. Graphics cards control panels are already good enough for that.

elishacloud commented 1 year ago

This issue may be related to a fix I put in here: Fix AF with multi-stage textures.

Can you try with the latest build and see if that helps: dxwrapper.zip

elishacloud commented 1 month ago

Closing this issue. You can reopen it if the issue still exists.