Cool-ass chat idea

General discussion of the port and Doom-related chat.
Post Reply
FLYBAT
 
Posts: 21
Joined: Sat Jul 21, 2012 1:20 pm

Cool-ass chat idea

#1

Post by FLYBAT » Mon Aug 06, 2012 6:31 pm

I think it would be cool to make this shit:

If the flags of a server do not let the spectators and dead players to chat with the players which are still in the game:

You type the "This is a test phrase" phrase in the "Say:" string. But when you got killed, you only typed "This is a tex".
Then, immediately when you are killed, your unfinished message sends to the chat. Like:

Code: Select all

Player: This is a tex-
Player was tickled by Player's pea shooter.

User avatar
Ænima
Addicted to Zandronum
Posts: 3579
Joined: Tue Jun 05, 2012 6:12 pm

RE: Cool-ass chat idea

#2

Post by Ænima » Mon Aug 06, 2012 6:33 pm

Hm. Cool idea. I think I know a way to actually do this with an ACS script.

EDIT:

Code: Select all

str deathmessage[64];

script 999 DEATH
{
    AmbientSound("misc/chat", 255);
    Log(n:0, s:"\cd: ", s:deathmessage[playernumber()]);
}
Then just make a script with stralloc so that players can write up their own death message strings.
Last edited by Ænima on Mon Aug 06, 2012 6:40 pm, edited 1 time in total.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)
Image

Qent
Retired Staff / Community Team Member
Posts: 1424
Joined: Tue May 29, 2012 7:56 pm
Contact:

RE: Cool-ass chat idea

#3

Post by Qent » Mon Aug 06, 2012 7:10 pm

I'm not sure if that was the original idea. I think it's supposed to enter whatever you have typed on the chat line at the moment of your death.

User avatar
Ænima
Addicted to Zandronum
Posts: 3579
Joined: Tue Jun 05, 2012 6:12 pm

RE: Cool-ass chat idea

#4

Post by Ænima » Mon Aug 06, 2012 7:12 pm

Oh. Well ... You shouldn't have been typing in the heat of battle in the first place! :P
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)
Image

one_Two
Addicted to Zandronum
Posts: 1753
Joined: Thu Jun 07, 2012 4:47 pm

RE: Cool-ass chat idea

#5

Post by one_Two » Mon Aug 06, 2012 8:03 pm

Sometimes you don't necesarily want to say something your typing, ie if things change in game and what your going to say is no longer worthwhile. Reminds me a bit of css in that, you can't here dead people (to prevent team helping) and that the comms messages like "follow me" cut out when the person dies. But yeah, if it's opptional tht would be good.

Llewellyn
Forum Regular
Posts: 578
Joined: Mon Jul 02, 2012 7:12 am

RE: Cool-ass chat idea

#6

Post by Llewellyn » Mon Aug 06, 2012 8:19 pm

Its a cool idea but I don't think its really more than that.

Reminds me of TTT.

User avatar
President People
Forum Regular
Posts: 394
Joined: Tue Jun 05, 2012 8:12 am

RE: Cool-ass chat idea

#7

Post by President People » Mon Aug 06, 2012 8:47 pm

Custom death messages would be cool, though. Don't give up, Ænima!
Image
***MARATHON SKINS PACK V1.0.7***

I have been Roland, Beowulf, Achilles, Gilgamesh.
I have been called a hundred names and will be called
a thousand more before the world goes dim and cold.

The Blue Panther
 
Posts: 31
Joined: Sun Jun 17, 2012 12:54 am
Location: Argentina

RE: Cool-ass chat idea

#8

Post by The Blue Panther » Wed Aug 08, 2012 4:27 am

Funny I saw something like this happened in WDI, someone apparently pressed enter quickly enough to cut the message then, since I though a feature like this was already in

It's not a bad idea, in "silent spectator" matches, players could actually see that you were going to speak, instead of being all "Oh nevermind" or "Yeah I was gonna say", as one_Two said, it could be optional

But for most cases...
Ænima wrote:You shouldn't have been typing in the heat of battle in the first place!
That's true, I think maybe it just depends on what you are playing

Post Reply