zanlow 1 Posted October 30, 2012 (edited) How would I go about disabling the messages "player x has been killed" or "player x has been killed by player y" from appearing in the multiplayer mission that I created? Edited October 30, 2012 by zanlow Share this post Link to post Share on other sites
totalboffin 10 Posted October 30, 2012 I believe that is a server side message, if you adjust the difficulty player settings in your My Documents\ArmA 2 Other Profiles\UserName\username.ArmA2OAProfile DeathMessages=1 to 0 would stop the messages. Share this post Link to post Share on other sites
zanlow 1 Posted October 30, 2012 totalboffin said: I believe that is a server side message, if you adjust the difficulty player settings in your My Documents\ArmA 2 Other Profiles\UserName\username.ArmA2OAProfileDeathMessages=1 to 0 would stop the messages. would that also prevent other players from seeing it as well ? Share this post Link to post Share on other sites
totalboffin 10 Posted October 30, 2012 I think that it might take your settings when you host the multiplayer game. Not sure as I've only really worked with dedicated servers so far but give it a try and edit one of the difficulty settings (eg Regular) see what happens ;-) Share this post Link to post Share on other sites
zanlow 1 Posted October 30, 2012 Alright then, thank you for the help. Will post back to say if it works or not. Share this post Link to post Share on other sites
cuel 25 Posted October 30, 2012 Disabling the system channel in description.ext will also do this I think. You won't see people connecting/disconnecting either tho. http://community.bistudio.com/wiki/Description.ext#disableChannels disableChannels[]={6}; Share this post Link to post Share on other sites
totalboffin 10 Posted October 30, 2012 Nice Cuel, didn't notice that new option since 1.62. oh that's really useful one! I hated the connect/disconnect message mid game - especially when recording footage ;-) Share this post Link to post Share on other sites
Przemek_kondor 14 Posted October 30, 2012 You can specify that in profile file: http://community.bistudio.com/wiki/server.armaprofile - search for "deathMessages" Share this post Link to post Share on other sites
zanlow 1 Posted November 1, 2012 It works !, thank you TotalBoffin Share this post Link to post Share on other sites