Terd Fergasen 20 Report post Posted October 2, 2015 (edited) Does anyone know of a way to disable kill/death messages? I prefer people to not know who killed who. Edited October 2, 2015 by Terd Fergasen Share this post Link to post Share on other sites
CEN 449 Report post Posted October 3, 2015 exile_server_config.pbo open it up and open config.cpp. Change the 1 to a 0. /////////////////////////////////////////////////////////////////////// // KILLFEED MAN! /////////////////////////////////////////////////////////////////////// class KillFeed { // Shows a kill feed for well kills showKillFeed = 1; }; Share this post Link to post Share on other sites
<Z>SneakyDude 24 Report post Posted October 3, 2015 This is server side kill feed messages correct? Share this post Link to post Share on other sites
CEN 449 Report post Posted October 3, 2015 It's the kill messages that show up in-game in systemchat. Share this post Link to post Share on other sites
Terd Fergasen 20 Report post Posted October 3, 2015 Thank you, CEN. I located the same position today and remembered to check back here and close this out. Share this post Link to post Share on other sites
InsertCoins 333 Report post Posted March 31, 2016 Is this deprecated? I have it set to 0 but the killfeed is still shown. Or would it have to do with the difficulty setting that is not exilehardcore but from the armaprofile? Probably. Would you look at that, answered my own question Share this post Link to post Share on other sites
Kappa Slappa 43 Report post Posted April 18, 2016 Hello mate, I'm struggling to find this, do you have a example of file path etc? Share this post Link to post Share on other sites
InsertCoins 333 Report post Posted April 18, 2016 45 minutes ago, Kappa Slappa said: Hello mate, I'm struggling to find this, do you have a example of file path etc? Depends on which one. for the sidechat ones you have to edit your arma3profile on the server. For the popup ones you have to set killfeed = 0 in the config.cpp 1 Share this post Link to post Share on other sites
Kappa Slappa 43 Report post Posted April 18, 2016 For the side chat one, when it says "you was killed by blah blah [Friendly fire]" I have already been into that config and changed it to =0... But still comes up with the friendly fire message which what I'm trying to remove. Whats the file path for arma3profile? I host my server through GD and the is the file path to arma3profile is "File Manager > \instance\Users\Arma3\ ".....but all I have in there after opening with note pad ++ is.. version=1; blood=1; singleVoice=0; gamma=1; brightness=1; maxSamplesPlayed=96; sceneComplexity=1000000; shadowZDistance=100; viewDistance=3800; preferredObjectViewDistance=3200; terrainGrid=3.125; volumeCD=10; volumeFX=10; volumeSpeech=10; volumeVoN=10; vonRecThreshold=0.029999999; Share this post Link to post Share on other sites
InsertCoins 333 Report post Posted April 18, 2016 if you have access, big if, it should be Profiles/server/server.Arma3Profile Share this post Link to post Share on other sites