Jump to content

Recommended Posts

Hey guys, please help me... I lost now on what to do. Our dedicated server is not counting kills anymore since using ACE3 and I read that it is because of the "LastDamageSource" 

or something like that. So upon further reading I came across this: https://github.com/acemod/ACEX/tree/master/addons/killtracker which says for the mission to count unit kills etc

you need to add this:

class CfgDebriefingSections {
        class acex_killTracker {
            title = "Acex Killed Events";
            variable = "acex_killTracker_outputText";
        };
    };

Within your Description.ext file which I have done, but still, it is not counting kills on our server.

So, any help please? much appreciated, thank you 🙂

Share this post


Link to post
Share on other sites

You sure you are also running the mod ACEX on server AND clients as well?

 

The kill tracker will not increase your score ingame for the scoreboard as it normally would, it adds a debriefing page at mission end so people can see who they killed and which one might bleed out with them as the last damage source.

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

×