Karmafied

Disabling Frag Text

11 posts in this topic

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 by Karmafied

Share this post


Link to post
Share on other sites
Advertisement

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 by Karmafied

Share this post


Link to post
Share on other sites

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
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.

  • Like 1

Share this post


Link to post
Share on other sites

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
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
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.