• Chozo
    link
    fedilink
    579 months ago

    You’ve never worked in software development, have you? Adding colorblind modes isn’t as simple as just adding a filter and calling it a day. UIs have to be redesigned for each colorblind mode you add.

    Do you have text in a menu that says “Click the red button”? Gotta change that for each colorblind mode. Also gotta change that for each language you write the game in. Can the user adjust the settings on the UI, themselves? Then you’ve gotta account for user-adjusted settings, too. Does the UI change itself depending on the context of things happening in the game? Gotta have alternates set up for those, too. Does a voice-acted character refer to the colors of anything that may be impacted by colorblind modes? Gotta record extra dialogue for those, too.

    Each of those stack on top of each other, and take a lot more time and effort than you’re making it out to be. Not saying it’s an impossible task, but it’s far from a 10-minute implementation. Very rarely is the solution “just a few lines of code” like people tend to think.

    • @abraxas
      link
      English
      09 months ago

      I mean, you can always just follow reasonable contrast advice from square 1, and colorblindness won’t be an issue. It’s a pretty solved problem in the web world if people are willing to actually give a damn about it. You can have red and green text and buttons all across the screen as long as their contrast is enough that color-blind users can differentiate them.

      Adding colorblind mode to a product you’ve already spent years on saying “fuck colorblind people, I don’t care about them”. Yeah, that’s not so easy.

    • stopthatgirl7
      link
      fedilink
      -139 months ago

      Or, hear me out here, maybe don’t use colors from jump that a lot of folks with colorblindness can’t differentiate. Red-green colorblindness is the most common, but games keep using those colors for puzzles instead of picking different colors.