Karmafied 14 Report post Posted October 4, 2015 (edited) I have disabled the Killfeed located in the server config, but I REALLY want to remove the AI FRAGGED! notification that is displayed. Can someone direct me to where this would be? UPDATE: I simply removed the entire file "ExileServer_object_player_event_onMpKilled" from @ExileServer/addons/exile_server/code. Hope this helps someone. I haven't experienced any issues yet. Edited October 4, 2015 by Karmafied Share this post Link to post Share on other sites
Warsheep 126 Report post Posted October 4, 2015 What AI Sys u using? Share this post Link to post Share on other sites
Karmafied 14 Report post Posted October 4, 2015 What AI Sys u using? A3XAI. Share this post Link to post Share on other sites
Warsheep 126 Report post Posted October 4, 2015 Ok this Sys idk. I Know in vemf u have a onaikilled sqf where the Kill Massage Comeback from. Search in ur AI System for a file like this. Share this post Link to post Share on other sites
Karmafied 14 Report post Posted October 4, 2015 (edited) Ok this Sys idk. I Know in vemf u have a onaikilled sqf where the Kill Massage Comeback from. Search in ur AI System for a file like this. This was not dependent on AI system. This was in Exile's code.UPDATE: I simply removed the entire file "ExileServer_object_player_event_onMpKilled" from @ExileServer/addons/exile_server/code. Hope this helps someone. I haven't experienced any issues yet. Edited October 4, 2015 by Karmafied Share this post Link to post Share on other sites
InsertCoins 333 Report post Posted April 6, 2016 Bump. I want to remove the "AI fragged" messages from the server, but I feel like removing a whole file might have unforeseen consequences. For example, does the respect multplier still work if somebody has a killstreak if I remove this file? I've edited this to 0, but it still shows AI kills (A3XAI) Quote class KillFeed { // Shows a kill feed for well kills showKillFeed = 0; }; Any idea how to do this with a more elegant solution? Share this post Link to post Share on other sites
kuplion 1785 Report post Posted April 7, 2016 7 hours ago, InsertCoins said: Bump. I want to remove the "AI fragged" messages from the server, but I feel like removing a whole file might have unforeseen consequences. For example, does the respect multplier still work if somebody has a killstreak if I remove this file? I've edited this to 0, but it still shows AI kills (A3XAI) Any idea how to do this with a more elegant solution? I would imagine "enableRespectRewards = 1;" in the A3XAI config would do the trick. It's on line 623. 1 Share this post Link to post Share on other sites
InsertCoins 333 Report post Posted April 7, 2016 thanks, I'll give it a try 1 Share this post Link to post Share on other sites
InsertCoins 333 Report post Posted April 7, 2016 wait, sorry I think you misunderstood. I'd still like to have the respect bonus, just no message. This is also the reason I am hesitant to delete the file alltogether like in the OP, because I'm not sure the respect/multiply bonus would still work. Share this post Link to post Share on other sites
kuplion 1785 Report post Posted April 7, 2016 4 minutes ago, InsertCoins said: wait, sorry I think you misunderstood. I'd still like to have the respect bonus, just no message. This is also the reason I am hesitant to delete the file alltogether like in the OP, because I'm not sure the respect/multiply bonus would still work. Ahhhh. My apologies, I did misunderstand you. Share this post Link to post Share on other sites