Healix / Gw2Launcher

Manages and allows for multiple Guild Wars 2 clients to be launched
MIT License
178 stars 24 forks source link

Nexus with gw2launcher #419

Open bluenote73 opened 4 months ago

bluenote73 commented 4 months ago

I'm running virtualized, and I just started using nexus, but it seems like when virtualized, I don't see my addons dll files in the root of addons, which nexus seems to prefer. Am I doing something wrong? thanks

Healix commented 4 months ago

Did you mean localized? Localized execution gives each account its own GW2 folder, so addons have to be added to the account's folder for that account to see them. If you simply delete the folder (either the entire Gw2Launcher folder or specifically the account's folder), it will be automatically recreated with the addons from the original folder, assuming it hasn't been configured to exclude addons.

If you meant virtual vs basic mode, virtual mode changes the location of your user folder per account, so if any addons are using the documents folder for example, it'll be different per account.

bluenote73 commented 4 months ago

Sorry :) It's the first, here's my settings: image

Whats happening is that when my dlls were in addons/arcdps they showed up in the numbered directory fine. But I had to instead have nexus put them in the root of addons, and for some reason they do not populate in the numbered directory in that case, even when I press 'resync'. What can cause this?

bluenote73 commented 4 months ago

Maybe this will be a better way to illustrate: image image

Healix commented 4 months ago

This is a problem with the release version, which simply ignores any files in the root addons folder. You'll need to manually copy those files to get the addons working.

The beta version doesn't have this problem.

bluenote73 commented 4 months ago

Thanks, I'll try the beta. Is there some way to know when there's an updated beta to try?

Healix commented 4 months ago

The beta version is something you can generally ignore. I don't actively update it, it's always in response to someone. It's effectively just the previous release version with minor changes to fix problems like this.

bluenote73 commented 4 months ago

Reporting back, seems to solve my problem, thanks :)