Home   Help Search Login Register  

Author Topic: Possible to remove death messages?  (Read 735 times)

0 Members and 1 Guest are viewing this topic.

SomeRandomGuy

  • Guest
Possible to remove death messages?
« on: 07 Dec 2002, 10:25:09 »
I've made a few missions using triggers a bit, and I'm trying to figure out scripting. One (of many) things I can't seem to figure out is that in MP, when a player gets killed you get the message 'genericDeadGuy was killed' or something to that extent. This doesn't happen in single player, so I figure there must be some way to shut this feature off, just sort of makes the game more interesting I think; you have no idea if someone's dead or not (without pressing 'I'). I don't think this has been posted anywhere else, but if anyone has any ideas, let me know!

Offline Sentinel

  • Contributing Member
  • **
  • World is tough and I'm tougher!!
Re:Possible to remove death messages?
« Reply #1 on: 07 Dec 2002, 18:39:55 »
I don't remember if EnableRadio command makes radio messages not shown on screen. Try this in init-field:

EnableRadio false

It disables all radio sounds but doesn't disable effect so you can give AI unit commands but can't hear them.


SomeRandomGuy

  • Guest
Re:Possible to remove death messages?
« Reply #2 on: 08 Dec 2002, 05:52:48 »
Ah. So that's what that does...
Thanks for the heads up on that command, but it wasn't exactly what I was looking for... I'm not refering to when the computer expressionlessly states 'Oh no ... 5 is down'; I was talking about when a player dies in multiplayer, you get a message in white whith all the others it says:
'Name (alpha black one) [for example] has been killed'
That's the message I want to remove.