Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Colour Switch
#2
What I propose is swapping the colour in slot 19 for the colour in slot 7. The other colours relevant to a player are generated with a calculation done on the appropriate disc colour, so it should be seamless.

Since there are only 12 slots, any colour above that is fair game.

No, it doesn't solve the problem of identical-looking players on servers with higher max player counts, but it does make it less common.

Code:
float g_iaDiscColors[33][3] =
{
    { 255, 255, 255, },
    { 250, 0, 0 },
    { 0, 0, 250 },
    { 0, 250, 0 },
    { 128, 128, 0 },
    { 128, 0, 128 },
    { 0, 128, 128 },
    { 250, 128, 0 },
    { 64, 128, 0 },
    { 128, 64, 0 },
    { 128, 0, 64 },
    { 64, 0, 128 },
    { 0, 64, 128 },
    { 64, 64, 128 },
    { 128, 64, 64 },
    { 64, 128, 64 },
    { 128, 128, 64 },
    { 128, 64, 128 },
    { 64, 128, 128 },
    { 128, 128, 128},
    { 128, 250, 0 },
    { 128, 0, 250 },
    { 250, 0, 128 },
    { 0, 250, 128 },
    { 250, 250, 128 },
    { 250, 128, 250 },
    { 128, 250, 250 },
    { 250, 128, 64 },
    { 250, 64, 128 },
    { 128, 250, 64 },
    { 64, 128, 250 },
    { 128, 64, 250 },
};
Reply


Messages In This Thread
Colour Switch - by Wha? - 09-04-2005, 10:26 PM
Colour Switch - by Wha? - 09-04-2005, 10:31 PM
Colour Switch - by GRITS - 09-04-2005, 10:50 PM
Colour Switch - by Wha? - 09-04-2005, 11:44 PM
Colour Switch - by Wha? - 09-05-2005, 03:06 AM
Colour Switch - by Wha? - 09-05-2005, 03:46 AM
Colour Switch - by Miagi - 09-05-2005, 08:00 AM
Colour Switch - by Wha? - 09-05-2005, 03:37 PM
Colour Switch - by Miagi - 09-05-2005, 03:47 PM
Colour Switch - by Pique - 09-05-2005, 04:18 PM
Colour Switch - by Wha? - 09-05-2005, 10:53 PM
Colour Switch - by Gump - 09-06-2005, 04:46 AM
Colour Switch - by GRITS - 09-06-2005, 06:29 AM
Colour Switch - by Wha? - 09-16-2005, 02:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)