As we all know in the multiplayer game selection screen we can click on the
3 letter car abbreviation at the top row to filter the desired cars, so we have:
BLACK = NULL
BLUE = This car included
RED = This car excluded
So far so good
But what if I want two cars (or more) included? This can't be done at the moment.
If I click on the FZR and I make it BLUE meaning "Include the FZR" and then I click on the FXR and make it also BLUE the result is:
"Show me the servers which have the FZR AND the FXR available" instead of
"Show me the servers which have the FZR OR the FXR available"
So, the result is instead of having a bigger list to to choose between these two cars to have a smaller!! (because all the servers that dont have both of these cars available are filtered)
So I propose either to change the behaviour of the blue color to OR, or even better introduce a new color, let's say green to perform this task.
3 letter car abbreviation at the top row to filter the desired cars, so we have:
BLACK = NULL
BLUE = This car included
RED = This car excluded
So far so good
But what if I want two cars (or more) included? This can't be done at the moment.
If I click on the FZR and I make it BLUE meaning "Include the FZR" and then I click on the FXR and make it also BLUE the result is:
"Show me the servers which have the FZR AND the FXR available" instead of
"Show me the servers which have the FZR OR the FXR available"
So, the result is instead of having a bigger list to to choose between these two cars to have a smaller!! (because all the servers that dont have both of these cars available are filtered)
So I propose either to change the behaviour of the blue color to OR, or even better introduce a new color, let's say green to perform this task.