Chatting
- Self_Destructo
- Round Winner
- Posts: 317
- Joined: Tue Jun 07, 2005 1:24 am
- Location: HillBilly Country
- Contact:
Chatting
Is there a way, if someone's name is impossible to spell in tron, that you can pm them? My think is that there is...
Also, what do you call the chat feature where you can /me ingame...
Also, what do you call the chat feature where you can /me ingame...
- Tank Program
- Forum & Project Admin, PhD
- Posts: 6712
- Joined: Thu Dec 18, 2003 7:03 pm
Yeah, just put part of their name. It has to be the first part, I couldn't put "Destru" and expect to get you with it.
/me, last time I checked, was called "action", but that's a 14-year old memory and likely to be inaccurate.
/me, last time I checked, was called "action", but that's a 14-year old memory and likely to be inaccurate.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
- Self_Destructo
- Round Winner
- Posts: 317
- Joined: Tue Jun 07, 2005 1:24 am
- Location: HillBilly Country
- Contact:
I don't know. Maybe you can and I just don't know it. 
OTOH, if what you have to say to the guy is so private that you have to use /msg to say it, why can't you take it to IM?
It is true that this feature can use some work, but the first version of anything isn't the most complete, and this is a brandy-new feature.

OTOH, if what you have to say to the guy is so private that you have to use /msg to say it, why can't you take it to IM?
It is true that this feature can use some work, but the first version of anything isn't the most complete, and this is a brandy-new feature.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
The ID would not be the Right Thing here because the "player ID" is not really a player ID, but a client ID. Players on the same client get the same ID. It's meaningful to show for the server admin so he can kick clients.
Plus, imagine a player named just "1"...
If it's the strange letters: you can ignore them and use unaccented letters instead. /msg goes by the user name where that stuff is filtered out, and you get it displayed with /players.
Plus, imagine a player named just "1"...
If it's the strange letters: you can ignore them and use unaccented letters instead. /msg goes by the user name where that stuff is filtered out, and you get it displayed with /players.
- Self_Destructo
- Round Winner
- Posts: 317
- Joined: Tue Jun 07, 2005 1:24 am
- Location: HillBilly Country
- Contact:
As far as I know you can put any part of the name. Like with Joe i could put joe and get him even though his name is DrJoeTron as long as the capitals are right, and there isn't someone else in the arena named joe, or Mojoe, or anything to that affect. But maybe I'm wrong.Lucifer wrote:Yeah, just put part of their name. It has to be the first part, I couldn't put "Destru" and expect to get you with it.

EDIT: No, I'm not wrong, tested it out last night. I PM'd Supertard using the 2 consecutive letters that weren't characters (RT) and that did the trick.
Last edited by Fonkay on Tue Mar 21, 2006 3:12 pm, edited 1 time in total.
This post does not come with any form of Warranty or Return Policy.
If you're unhappy with this post, please feel free to suck it up and move on.
If you're unhappy with this post, please feel free to suck it up and move on.
I guess the correct way you could do it would be to have 1 byte at the start of the nickname string. This one byte would only be added by the server. With this one byte you can obviously have 1-255 player ID's (excluding zero, we don’t want to terminate the string at the start).
Messaging by part of nickname or by ID, either way I don’t really care
The problem with messaging by nickname is characters that it may contain (have you ever tried PM'ing Supertard?).
Maybe in the future we will see a messaging menu, with which you could just press a key to bring up the menu, then scroll with arrow keys to select a player, and just hit enter to start typing a message to that player. Extending this you might also have a Global menu (all players connected to server) and a team menu (Only your current team members) with buttons to switch between the two.
Messaging by part of nickname or by ID, either way I don’t really care

The problem with messaging by nickname is characters that it may contain (have you ever tried PM'ing Supertard?).
Maybe in the future we will see a messaging menu, with which you could just press a key to bring up the menu, then scroll with arrow keys to select a player, and just hit enter to start typing a message to that player. Extending this you might also have a Global menu (all players connected to server) and a team menu (Only your current team members) with buttons to switch between the two.
hang3r wrote:(have you ever tried PM'ing Supertard?).
Fonkay wrote:As far as I know you can put any part of the name. Like with Joe i could put joe and get him even though his name is DrJoeTron as long as the capitals are right, and there isn't someone else in the arena named joe, or Mojoe, or anything to that affect. But maybe I'm wrong.
EDIT: No, I'm not wrong, tested it out last night. I PM'd Supertard using the 2 consecutive letters that weren't characters (RT) and that did the trick.
This post does not come with any form of Warranty or Return Policy.
If you're unhappy with this post, please feel free to suck it up and move on.
If you're unhappy with this post, please feel free to suck it up and move on.
Yeah that’s right, you can do that but, if another player has those consecutive letters then there is no way to distinguish between the two (because you can’t remember the ASCII character codes).Fonkay wrote: EDIT: No, I'm not wrong, tested it out last night. I PM'd Supertard using the 2 consecutive letters that weren't characters (RT) and that did the trick.