Aedif / TokenVariants

GNU General Public License v3.0
17 stars 12 forks source link

Client settings affecting all players #101

Closed AFigureOfBlue closed 1 year ago

AFigureOfBlue commented 1 year ago

Hi- I'm using this module on Foundry v10 with the Pathfinder 2nd Edition system in order to give one of my players the ability to change out their PC's token art on the fly. Since only one player needs to use this, I'd ideally like to not have the Token HUD Button displayed for all players, but when I log in as a player and go to configure the Token HUD Client Settings, the changes I make seem to be made for all players... so, if I hide the button for one player, it hides it for all of them, rather than being saved on a per-player/client basis. It would be great to be able to set this so that the extra button isn't shown to players who won't be needing it.

Aedif commented 1 year ago

Should be fixed in 4.31.1

AFigureOfBlue commented 1 year ago

Thanks for the quick reply! But I just upgraded the module and tested this out again, and the bug seems to still be present. If I log in as one player, adjust the Token HUD Client Settings, then go and log in as another player, the changes made from the first player seem to also be applying to the second.

Aedif commented 1 year ago

There was a problem with GM settings overwriting the player settings in some specific scenarios, but what you're experiencing is actually this: image

Your users need to set these settings themselves.

Aedif commented 1 year ago

To prevent your users from seeing art you don't want them to you can do this for their tokens: image

Then if they don't want to see the buttons they can just disable it via the client settings.

AFigureOfBlue commented 1 year ago

Ah, I see. That's a bummer, as I was hoping to help keep the interface simple for my players without them needing to do any extra settings adjustments, but it sounds like that's related to how settings are configured, unrelated to this module. Thank you for the information!