Team "colors" for colorblind people

Contribute art for mainline Wesnoth.

Moderator: Forum Moderators

Forum rules
Before posting critique in this forum, you must read the following thread:
User avatar
Viliam
Translator
Posts: 1341
Joined: January 30th, 2004, 11:07 am
Location: Bratislava, Slovakia
Contact:

Team "colors" for colorblind people

Post by Viliam »

I think there is a simple solution that could be useful for colorblind or partially colorblind people. So far units from different sides are distinguished by color. Of course, changing shapes for units for each side would be too much work. But how about changing the shape of "team color" ellipse below them?

It is pretty simple to implement -- no change in code necessary, only changing a few pictures in "images/misc" directory. It is not necessary to make it a separate option for colorblind... the marks could have both different color and different shape. (This last thing is only my opinion; maybe others would prefer to keep the ellipses.)

(The shapes on the picture are only a suggestion. It is surely possible to make nicer ones.)
Attachments
Team "colors"
Team "colors"
teamcolor.png (20.98 KiB) Viewed 4903 times
Tux2B
Posts: 1217
Joined: March 29th, 2005, 8:18 pm
Location: Toulouse (South of France)
Contact:

Post by Tux2B »

Very good idea !
"There are two kind of campaign strategies : the good and the bad ones. The good ones almost always fail because of unforeseen consequences that make the bad ones succeed." -- Napoleon
User avatar
turin
Lord of the East
Posts: 11662
Joined: January 11th, 2004, 7:17 pm
Location: Texas
Contact:

Post by turin »

The new shapes are extremely ugly. IMHO, anything other than an elipse would be necessity be.


If you really want to add this as an option for the colorblind, fine, but I don't think we should make the rest of the game ugly just to help the colorblind with an optional feature. (Elipses aren't mandatory, and tcolor wasn't added until quite recently. It is perfectly possible to play without either.)
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
User avatar
Casual User
Posts: 475
Joined: March 11th, 2005, 5:05 pm

Post by Casual User »

Turin wrote:Elipses aren't mandatory, and tcolor wasn't added until quite recently. It is perfectly possible to play without either.
Yes, but before that, you knew which units were yours by looking for light green (or yellow) circles on top of the hp bars, i.e. another color code.

Colorblind people wouldn't be able to tell either way. He has a point.

P.S. I don't think the shapes look so ugly.
User avatar
Eleazar
Retired Terrain Art Director
Posts: 2481
Joined: July 16th, 2004, 1:47 am
Location: US Midwest
Contact:

Re: Team "colors" for colorblind people

Post by Eleazar »

Viliam wrote:I think there is a simple solution that could be useful for colorblind or partially colorblind people. So far units from different sides are distinguished by color. Of course, changing shapes for units for each side would be too much work. But how about changing the shape of "team color" ellipse below them?

It is pretty simple to implement -- no change in code necessary, only changing a few pictures in "images/misc" directory. It is not necessary to make it a separate option for colorblind... the marks could have both different color and different shape. (This last thing is only my opinion; maybe others would prefer to keep the ellipses.)

(The shapes on the picture are only a suggestion. It is surely possible to make nicer ones.)
While the concept is simple, the code would be simple, but the execution would prove difficult.
For this to work:
1)The ellipses need to stay within the hex (all the examples are too big)
2)The ellipses need to be recognisable when large units (like drakes) are selected.
3)Someone has to come up with 9-10 shapes that are distinguishable while meeting criterion 1 & 2.

If someone can do all 3, i would support it as an option but i have a hard time imagining that be successful enough to be perferable for non-colorblind people.

There are also some reasonably proposals for using the ellipses to convey other gamplay information. While nobody is working on that ATM. I think the use of ellipses for something else would take priority over this idea, especially since i don't think it could be very successful.

Feel free to prove me wrong. :)
Attachments
shapedElipses.png
shapedElipses.png (7.09 KiB) Viewed 4872 times
Feel free to PM me if you start a new terrain oriented thread. It's easy for me to miss them among all the other art threads.
-> What i might be working on
Attempting Lucidity
scott
Posts: 5248
Joined: May 12th, 2004, 12:35 am
Location: San Pedro, CA

Post by scott »

Can this be implemented in a new theme or are ellipses only specified in game.cfg?

How about team color specifications? I would play with a theme that didn't have cyan in it.
Hope springs eternal.
Wesnoth acronym guide.
Darth Fool
Retired Developer
Posts: 2633
Joined: March 22nd, 2004, 11:22 pm
Location: An Earl's Roadstead

Post by Darth Fool »

scott wrote:Can this be implemented in a new theme or are ellipses only specified in game.cfg?

How about team color specifications? I would play with a theme that didn't have cyan in it.
This is certainly not themable at the moment. There would need to be some changes to the C++. As for the team colors, they are defined in data/team_colors.cfg and are easily changable, but they are not part of any theme.
User avatar
Noyga
Inactive Developer
Posts: 1790
Joined: September 26th, 2005, 5:56 pm
Location: France

Post by Noyga »

In fact the code use the #1 ellipse then t-color it ...
Not sure that the other ellipses are ever used somewhere.
So this would require some code changes, altrough quite trivial ones.

The idea is quite good btw.
Current ellispse is expected to be pure-red, so if someone is willing to make new ellipses, it would be easy to test if they are pure red.
User avatar
Viliam
Translator
Posts: 1341
Joined: January 30th, 2004, 11:07 am
Location: Bratislava, Slovakia
Contact:

Post by Viliam »

Eleazar, I agree with most of what you said. The example shapes were just a result of 5 minute playing with mspaint, just to illustrate the idea. They need to be smaller (I did not realize how much smaller).

It seems like the best place to use to put more information is below the ellipses; the bottom part of the hex. To make many different combination, I suggest something like the binary system.

Here are two examples. The one with separate dots is probably best, because these dots could be in separate images. So users could select to see only "team colors" or also "team signs". The "team signs" do not have to be dots, they are simply something shown below the ellipses.


(PHPBB displays the attachments in inverted order. The lowest one was the first idea, the highest one is the latest.)
Attachments
Ellipses with... something.
Ellipses with... something.
teambinary.png (24.57 KiB) Viewed 4836 times
"Team marks"
"Team marks"
teamdots.png (25.32 KiB) Viewed 4827 times
More different "team marks".
More different "team marks".
teamdots2.png (2.94 KiB) Viewed 4834 times
User avatar
Ken_Oh
Moderator Emeritus
Posts: 2178
Joined: February 6th, 2006, 4:03 am
Location: Baltimore, Maryland, USA

Post by Ken_Oh »

Keep cracking at this idea. I, as a colorblind person, have some trouble with the team colors but I know some people who aren't even colorblind that get confused too.
toms
Posts: 1717
Joined: November 6th, 2005, 2:15 pm

Post by toms »

Why isn´t the team number shown in the info bar? :?
First read, then think. Read again, think again. And then post!
deserter
Art Contributor
Posts: 291
Joined: September 12th, 2005, 9:48 am
Location: Finland

Post by deserter »

toms wrote:Why isn´t the team number shown in the info bar? :?
Perhaps we could have option: "Show teamnumbers", which would show the number of the team that the unit belongs to under the ellipse. Better than infobar, but uglier maybe... Would roman numbers be more distinguisable than arabic numbers? Or at least more "cool"... ;)

Should turn indicator show teamnuber too?

All this should be in preferences IMO.
I don't remember if the teamcolor thing is in the preferences, but I suppose it is. We could have both of these options there, and could check either one or both or neither. Simple.
User avatar
Eleazar
Retired Terrain Art Director
Posts: 2481
Joined: July 16th, 2004, 1:47 am
Location: US Midwest
Contact:

Post by Eleazar »

Viliam wrote:Here are two examples. The one with separate dots is probably best, because these dots could be in separate images. So users could select to see only "team colors" or also "team signs". The "team signs" do not have to be dots, they are simply something shown below the ellipses.
Now you are thinking inside the hex and outside the box. :)
something like this could work.
Feel free to PM me if you start a new terrain oriented thread. It's easy for me to miss them among all the other art threads.
-> What i might be working on
Attempting Lucidity
SmokemJags
Posts: 580
Joined: February 14th, 2006, 3:24 am
Location: New Avalon
Contact:

Post by SmokemJags »

What about my poor thread about more visible team designations? I feel left out. :(
Heheh it's okay I made too many threads anyways.

The idea of being able to toggle an option of team signs sounds like a great idea to me...
But the dots seem a tad confusing. Why not incorporate the idea to use a number system, roman numerals were mentioned, instead?

Now something else that comes to mind...
You're trying to differentiate between different teams by using dots or numbers instead of colors. Great.
Isn't there still a problem of differentiating between your units and other team member's units?

Imagine thinking saving that Drake Blademaster to finish off a weakened target, only to find out you don't control him, your ally does, and it isn't his turn till after that enemy has a chance to do their turn.

Now normally, color would work as a means of identification. Since we're here because color is an issue that isn't feasible.
There's also the reality that your allies will probably not pick the same faction as you, further avoiding possible confusion. Still, I believe any solution should take this 'what if' scenario into consideration.

So perhaps two seperate, options toggles should be considered. One that uses a dot system and another that uses a number system. One to describe team affiliation, and one to describe player affiliation. Though it comes to mind just how cluttered that might become...

Maybe stack the number and the dot... I dunno just brainstorming.
"A wise man speaks when he has something to say. A fool speaks when he has to say something."
martenzo
Posts: 564
Joined: August 8th, 2004, 9:01 am
Location: Northern Europe, Estonia, Kardla

Post by martenzo »

You know, most colorblind people just can't see a certain colour, they don't always see everything grey. So I think that if the colour is shown in the beginning of the game, they would understand what colour are their ellipses supposed to be.
me: Welcome to the real world. If everyone says your art and opinions suck, it's because they DO suck. Even if you're too damned proud/stupid/both to realize it.
danny_california: yep keep telling fairy tales.
Post Reply