Which Zop?

General Stuff about Armagetron, That doesn't belong anywhere else...

Which Zop do you prefer?

Poll ended at Thu May 24, 2007 11:51 am

Hail Zop Classic, he is the choosen one!
8
80%
Hail New Zop, he is the choosen one!
2
20%
I'm a deviant and prefer Cherry Zop
0
No votes
 
Total votes: 10

Hoax
Shutout Match Winner
Posts: 892
Joined: Sun Jun 18, 2006 5:24 pm
Location: UK

Post by Hoax »

Party In The Enemy Zone!
User avatar
DDMJ
Reverse Outside Corner Grinder
Posts: 1882
Joined: Thu Jun 08, 2006 12:15 am
Location: LA, CA, USA, NA
Contact:

Post by DDMJ »

Zop --> Teammates: PARTY IN THE ENEMY ZONE!

(need black background ;))
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

When has Zop ever played on team white on a fortress server?
There's no place like ::1
User avatar
Rain
Round Winner
Posts: 300
Joined: Sat Apr 15, 2006 2:59 pm
Location: a random empty server playing with bots

Post by Rain »

what did you read about team white?
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

DDMJ wrote:Zop --> Teammates: PARTY IN THE ENEMY ZONE!
There's no place like ::1
User avatar
Rain
Round Winner
Posts: 300
Joined: Sat Apr 15, 2006 2:59 pm
Location: a random empty server playing with bots

Post by Rain »

"Zop" is in yellow as normal in gold team, "Teammates" is always in white, it doesn't change depending on team.
not?
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

I could swear that I've seen that “Teammates” in the team's color in the past on servers (I think CTWF). Looking at the sourcecode, it does get colored in the team's color:

Code: Select all

eTeam.cpp:947        console << tColoredString::ColorString(team->R(),team->G(),team->B()) << "Teammates";
No idea why it's white, sorry for the confusion anyways.
There's no place like ::1
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

Because the part you quoted is the part that gets printed to the server console, not the part sent to the clients. Where the color code usually is filtered away :) (unless you run a hybrid server)
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

Well, there's another piece of code at trunk line 1148, but that includes a color code as well…
These two seem to be the occurences of “Teammates” in a string, and it isn't in a language file, either.
And I do remember seeing it colored on at least one dedicated server.
There's no place like ::1
User avatar
DDMJ
Reverse Outside Corner Grinder
Posts: 1882
Joined: Thu Jun 08, 2006 12:15 am
Location: LA, CA, USA, NA
Contact:

Post by DDMJ »

It seems to be in color when the team names are taken after the player.
Post Reply