Jump to content
Sign in to follow this  
craptakular

Disable "I am at Grid 078098" when player dies text

Recommended Posts

As titled, how can you disable the text message "I am at Grid 078098" when a player dies?

We use ACRE and it totally ruins the atmosphere if you know a whole squad is dead due to this text message on death in global chat.

Share this post


Link to post
Share on other sites

Not sure if there is a specific setting for this but try disabling DeathMessages in the server's .profile file (where you set different options for difficulty types, adjust AI skills, etc). That or disable the unit conversations:

player setVariable ["BIS_noCoreConversations", true];

^ put this somewhere in init.sqf

Share this post


Link to post
Share on other sites

If you aren't using friendly AI:

arma2oa2013-05-0202-51-38-41_zpse0c08c22.png

Share this post


Link to post
Share on other sites

I would suggest inspecting whatever respawn/revive script you use, because I don't think this message is automatically created by the game. Definitely not when you die and respawn by "conventional means"

Not sure if there is a specific setting for this but try disabling DeathMessages in the server's .profile file (where you set different options for difficulty types, adjust AI skills, etc). That or disable the unit conversations:

This just disables "XXX has been killed"

player setVariable ["BIS_noCoreConversations", true];

This just disables the possibility to say "Hello", "what's the closest settlement" etc...

Share this post


Link to post
Share on other sites

enableradio false;

enablesentances false;

include in your init file

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×