CT server browser with AA master list

Got something that makes Armagetron look shiny? Post it here.
Post Reply
Penix
Posts: 3
Joined: Wed May 25, 2011 4:11 am

CT server browser with AA master list

Post by Penix »

We have used the server_name of:
0xffffffTeam 0x40C040§ï0x80C060LL0xA0C060ÿ þÛ0xC0FF80ÐÐ0xE0FFC0ÿ¦0x808080Fortress 0x40C040US
The server name reads: Team Silly Puddy Fortress US...in colors.

The color code using CT's server browser shows up as a green to yellow fade...like it should.

However, when look at the server through the master server list, it shows up as purple and grey.

Also, if you type in game in tron, it'll still show up as a purple grey name.

Why does it show up as the fade on CT's server browser?
Word
Reverse Adjust Outside Corner Grinder
Posts: 4321
Joined: Wed Jan 07, 2009 6:13 pm

Re: CT server browser with AA master list

Post by Word »

Dear Penix,

Please don't remove clans you don't know from the wiki list.


Thank you
Penix
Posts: 3
Joined: Wed May 25, 2011 4:11 am

Re: CT server browser with AA master list

Post by Penix »

Dear Word,

Please don't accuse people of being someone else when you aren't sure.

Thank you.

P.S. i am not Chucky. I saw him remove LoT a couple of days ago. He also deleted all the teams off of the ladle challenge board Deserves a ban. Isn't dlh the one who does most of that?

Anyway, moving back to my post...
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Re: CT server browser with AA master list

Post by Tank Program »

Sounds like colour overloading.
Image
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Re: CT server browser with AA master list

Post by dlh »

Use lowercase letters in your color codes.

Code: Select all

static char hex_array[]="0123456789abcdef";

int hex_to_int( char c ){
    int ret=0;
    for (int i=15;i>=0;i--)
        if (hex_array[i]==c)
            ret=i;
    return ret;
}
Penix
Posts: 3
Joined: Wed May 25, 2011 4:11 am

Re: CT server browser with AA master list

Post by Penix »

Ty dlh. That was the issue.
Post Reply