Skip to content
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

Closed
DeltaGW2 opened this issue Apr 24, 2024 · 4 comments
Closed

Nexus + ArcDPS support #41

DeltaGW2 opened this issue Apr 24, 2024 · 4 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@DeltaGW2
Copy link

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.

@Plenyx Plenyx self-assigned this May 20, 2024
@Plenyx Plenyx added bug Something isn't working enhancement New feature or request labels May 20, 2024
@Plenyx
Copy link
Owner

Plenyx commented May 20, 2024

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

@DeltaGW2
Copy link
Author

DeltaGW2 commented May 23, 2024

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

@Plenyx
Copy link
Owner

Plenyx commented May 27, 2024

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.

@DeltaGW2
Copy link
Author

DeltaGW2 commented May 27, 2024

ArcDPS checks:

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

So not by default.

@Plenyx Plenyx moved this from ✅ Done to 🔖 Ready in PlenBotLogUploader development May 27, 2024
@Plenyx Plenyx moved this from 🔖 Ready to 🏗 In progress in PlenBotLogUploader development May 27, 2024
@Plenyx Plenyx closed this as completed in a375ffc Jun 6, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to 🔖 Ready in PlenBotLogUploader development Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: 🔖 Ready
Development

No branches or pull requests

2 participants