04348 / Gw2Hook

Fork of ReShade with specific Gw2 features.
https://04348.github.io/Gw2Hook/
BSD 3-Clause "New" or "Revised" License
33 stars 12 forks source link

support for chainloading "Mount Radial Menu" (gw2 mount wheel) #1

Open nakami opened 6 years ago

nakami commented 6 years ago

as far as i know (and tried) it is currently impossible to setup gw2hook in combination with the mount wheel (provided as a d3d9.dll file as well). it would be great to be able to chainload the mount wheel after gw2hook or vise-versa. further references:

kyleshrader commented 6 years ago

Have you tried renaming gw2hook's d3d9.dll to d3d9_mchain.dll?

nakami commented 6 years ago

not working.

image

kyleshrader commented 6 years ago

I've got the following:

gw2mounts = d3d9.dll
arcdps = d3d9_mchain.dll
gw2hook = d3d9_chainload.dll
nakami commented 6 years ago

thanks to your advice with the arcdps detour i got it working.

d3d9.dll (gw2mounts) chainloads
d3d9_mchain.dll (arcdps) chainloads
d3d9_chainload.dll (arcdps chainload wrapper for reshade; expects ReShade64.dll) chainloads
ReShade64.dll (gw2hook)