default instant chats

What do you want to see in Armagetron soon? Any new feature ideas? Let's ponder these ground breaking ideas...
Post Reply
Nightmare
On Lightcycle Grid
Posts: 30
Joined: Thu Mar 16, 2006 11:36 pm

default instant chats

Post by Nightmare »

anyone know where i can get the default instant chats for the game?
Image
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Re: default instant chats

Post by dlh »

Nightmare wrote:anyone know where i can get the default instant chats for the game?

Code: Select all

static char *default_instant_chat[]=
    {"/team \",
     "/msg \",
     "/me \",
     "LOL!",
     "/team 1 Yes Oui Ja",
     "/team 0 No Non Nein",
     "/team I'm going in!",
     "Give the rim a break; hug a tree instead.",
     "Lag is a myth. It is only in your brain.",
     "Rubber kills gameplay!",
     "Every time you double bind, God kills a kitten.",
     "http://www.armagetronad.net",
     "Only idiots keep their instant chat at default values.",
     "/me wanted to download pr0n, but only got this stupid game.",
     "Speed for weaks!",
     "This server sucks! I'm going home.",
     "Grind EVERYTHING! And 180 some more!",
     "/me has an interesting mental disorder.",
     "Ah, a nice, big, roomy box all for me!",
     "Go that way! No, the other way!",
     "WD! No points!",
     "/me is a noob.",
     "/me just installed this game and still doesn't know how to talk.",
     "/team You all suck, I want a new team.",
     "Are you the real "Player 1"?",
     "0x5aff91Only idiots0xffa962 write in0xc560ff color all0x87dfff the time!",
     NULL};
Nightmare
On Lightcycle Grid
Posts: 30
Joined: Thu Mar 16, 2006 11:36 pm

Post by Nightmare »

and where do i put that at? and p.s. i want the old chats from 2.7.1 like "got one!" and "almost got you..."
Image
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Post by dlh »

You edit user.cfg or type them in the game manually.

Code: Select all

static char *default_instant_chat[MAX_INSTANT_CHAT]=
{"LOL!",
":-)",
":-(",
"Well done!",
"Almost got you...",
"Hehe!",
"Got one!",
"",
"",
"",
"",
""};
Post Reply