PlenBotLogUploader icon indicating copy to clipboard operation
PlenBotLogUploader copied to clipboard

Nexus + ArcDPS support

Open DeltaGW2 opened this issue 1 year ago • 1 comments

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.

DeltaGW2 avatar Apr 24 '24 20:04 DeltaGW2

Hey Delta, sorry for the late reply. Did I understand the fix correctly? I think I only needed to change df39feb784f95f8fa897cd78741b321e265afd0c and nothing else.

Plenyx avatar May 20 '24 22:05 Plenyx

Yes, that's correct. Does this also affect where arc's plugins are to be installed? Because they have to be either in <GW2>/bin64, the root directory or alongside arcdps which is then <GW2>/addons. Latter would be the cleanest imo

DeltaGW2 avatar May 23 '24 16:05 DeltaGW2

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.

Plenyx avatar May 27 '24 07:05 Plenyx

ArcDPS checks:

  • GW2 Root
  • <GW2>/bin64
  • and wherever it is located itself

So not by default.

DeltaGW2 avatar May 27 '24 19:05 DeltaGW2