Healix / Gw2Launcher

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

Sound settings reset every run #372

Open stevedwray opened 12 months ago

stevedwray commented 12 months ago

Hi, I've found that some settings aren't persistent between runs. Every run I have to turn off the music. Is there something I need to change in the way I've configured this? Thanks!

Healix commented 12 months ago

GW2 is in read-only mode when allowing multiple clients. To have it save, right click the account > Selected > Launch (normal).

stevedwray commented 11 months ago

Thanks, that works. Is this also how configuration for addins like Blish hud works?

Healix commented 11 months ago

Launch (normal) is only needed when changing GW2's "local" settings (login, sound and some graphics). GW2 specifically prevents changes to its own files when multiple clients are allowed to access them.

Addons (DLLs) may have a similar effect, but that's only if multiple clients are overwriting each other due to sharing the same addon files, then it's ultimately whichever one was last is saved. Some addons don't support sharing at all and will instead load with empty settings or fail entirely when already in use.

Blish isn't a problem.

brakheart commented 2 months ago

GW2 is in read-only mode when allowing multiple clients. To have it save, right click the account > Selected > Launch (normal).

Had the same issue but this solved it. Thank you!