#31813: "Respect user color preferences of premium users"
What is this report about?
What happened? Please select from below
What happened? Please select from below
Please check if there is already a report on the same subject
If yes, please VOTE for this report. Reports with the most votes are given PRIORITY!
| # | Status | Votes | Game | Type | Title | Last update |
|---|
Detailed description
-
• Please copy/paste the error message you see on your screen, if applicable.
I have played several games now and each time received a different player color (red/green/blue/yellow).
Being colourblind for red and green, it would really be helpful if you can respect the preferred color system for premium users. -
• Please explain what you wanted to do, what you did and what happened
• Which browser are you using?
Safari v14
-
• Please copy/paste the text displayed in English instead of your language. If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
I have played several games now and each time received a different player color (red/green/blue/yellow).
Being colourblind for red and green, it would really be helpful if you can respect the preferred color system for premium users. -
• Is this text available in the translation system? If yes, has it been translated for more than 24 hours?
• Which browser are you using?
Safari v14
-
• Please explain your suggestion precisely and concisely so that it's as easy as possible to understand what you mean.
I have played several games now and each time received a different player color (red/green/blue/yellow).
Being colourblind for red and green, it would really be helpful if you can respect the preferred color system for premium users. • Which browser are you using?
Safari v14
-
• What was displayed on the screen when you were blocked (Blank screen? Part of the game interface? Error message?)
I have played several games now and each time received a different player color (red/green/blue/yellow).
Being colourblind for red and green, it would really be helpful if you can respect the preferred color system for premium users. • Which browser are you using?
Safari v14
-
• Which part of the rules was not followed by the BGA adaptation?
I have played several games now and each time received a different player color (red/green/blue/yellow).
Being colourblind for red and green, it would really be helpful if you can respect the preferred color system for premium users. -
• Is the rules violation visible on game replay? If yes, at which move number?
• Which browser are you using?
Safari v14
-
• What was the game action you wanted to do?
I have played several games now and each time received a different player color (red/green/blue/yellow).
Being colourblind for red and green, it would really be helpful if you can respect the preferred color system for premium users. -
• What did you try to do to trigger this game action?
-
• What happened when you tried to do this (error message, game status bar message, ...)?
• Which browser are you using?
Safari v14
-
• At which step of the game did the problem occur? What was the current game instruction?
I have played several games now and each time received a different player color (red/green/blue/yellow).
Being colourblind for red and green, it would really be helpful if you can respect the preferred color system for premium users. -
• What happened when you tried to do this game action (error message, game status bar message, ...)?
• Which browser are you using?
Safari v14
-
• Please describe the display issue. If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
I have played several games now and each time received a different player color (red/green/blue/yellow).
Being colourblind for red and green, it would really be helpful if you can respect the preferred color system for premium users. • Which browser are you using?
Safari v14
-
• Please copy/paste the text displayed in English instead of your language. If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
I have played several games now and each time received a different player color (red/green/blue/yellow).
Being colourblind for red and green, it would really be helpful if you can respect the preferred color system for premium users. -
• Is this text available in the translation system? If yes, has it been translated for more than 24 hours?
• Which browser are you using?
Safari v14
-
• Please explain your suggestion precisely and concisely so that it's as easy as possible to understand what you mean.
I have played several games now and each time received a different player color (red/green/blue/yellow).
Being colourblind for red and green, it would really be helpful if you can respect the preferred color system for premium users. • Which browser are you using?
Safari v14
Report history
Some icons will be added soon to each colour, maybe this will help you
I think you are missing the point here: of course name labels etc should match the player cards.
But I am asking exactly to respect the user preference colours when assigning the cards to players.
So for instance in this game I would always get the blue cards according to my settings.
Most games do this, and it shouldn’t be too hard as it is handled by the BGA framework mostly.
You just need to call some BGA function on startup to reassign colours according to the user preferences.
So please consider to re-open this :)
self::reattributeColorsBasedOnPreferences(
$players,
$gameinfos["player_colors"]
);
self::reloadPlayersBasicInfos();
// Favorite colors support : if set to "true", support attribution of favorite colors based on player's preferences (see reattributeColorsBasedOnPreferences PHP method)
// NB: this parameter is used only to flag games supporting this feature; you must use (or not use) reattributeColorsBasedOnPreferences PHP method to actually enable or disable the feature.
"favorite_colors_support" => true,
Add to this report
- Another table ID / move ID
- Did F5 solve the problem?
- Did the problem appear several times? Every time? Randomly?
- If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
