-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nexus + ArcDPS support #41
Comments
Hey Delta, sorry for the late reply. Did I understand the fix correctly? I think I only needed to change df39feb and nothing else. |
Yes, that's correct. Does this also affect where arc's plugins are to be installed? |
I have a quick question: Does ardps load them by default if they are in the addons folder? Currently, all dlls are all in the root folder. |
ArcDPS checks:
So not by default. |
When installing Nexus+Arcdps the configuration should be the following:
<GW2>/d3d11.dll
(Nexus)<GW2>/addons/arcdps.dll
(ArcDPS, naming of dll does not matter)<GW2>/addons/someArcPlugin.dll
(ArcDPS plugins should be placed with it into /addons, /bin64 or the main directory. /addons is preferred)This prevents double installations of ArcDPS as most Nexus users won't chainload it, but at the moment PlenBot will install ArcDPS as the chainload.
You can also probe which .dll is ArcDPS by checking
File description == "arcdps"
and then continue using the existing configuration.The text was updated successfully, but these errors were encountered: