• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Game Interface - Removing message text

Status
Not open for further replies.
Level 13
Joined
Sep 29, 2008
Messages
672
How can I remove the message when the hero dies?, like the one with

"(blahblah) the (blahblah) has been slain".
I tried the Game Interface values by replacing

"%s the %s (level %d) has fallen.,%s the %s (level %d) has been slain.,%s the %s (level %d) has been killed.,%s the %s (level %d) has fallen."

and

%s has fallen in battle.

I replaced it with space but when I tried it and the hero dies a
message saying error message shows up. Then I tried underscore but
nothing happens on that. Is there something I should type to remove
the message or is this not possible?

Thanks and +rep to those who help. :D


And a follow up question, I can't seem to find a way to remove an item's shadow. Can anyone tell me hot to remove it? xD
 
Level 9
Joined
Apr 11, 2008
Messages
515
another way is this(shouldnt be done if you use any other text messages :xxd:
  • Event: Time - Every 0.02 seconds of game time
  • Conditions:
  • Actions: Cinematic - Clear the screen of text messages
i dont quite get the second question do you mean when placed or?
 
Level 13
Joined
Sep 29, 2008
Messages
672
for the first one, just go into the object editor and uncheck the box that says somthing about show hero death message.

Thanks, ^^

another way is this(shouldnt be done if you use any other text messages :xxd:
  • Event: Time - Every 0.02 seconds of game time
  • Conditions:
  • Actions: Cinematic - Clear the screen of text messages
i dont quite get the second question do you mean when placed or?

Thanks but my map is already lagged due to lots of doodads so I can't do that periodic's anymore.

my second question is that the items have shadows ingame, I want to remove them to reduce lag. xD
 
Status
Not open for further replies.
Top