Jump to content
Sign in to follow this  
nuxil

Server_console.log ?

Recommended Posts

so im lookin at the server_console.log from previouse missions.

im kinda pussled here. can anyone explain som things for me.

snippet from the log

class Session

{

mission="co24 EvolutionUSMC XT 0.91";
island="Chernarus";
gameType="COOP";
duration=56234.898;
class Player1

{
	name="TheDude";
	killsInfantry=82;
	killsSoft=7;
	killsArmor=2;
	killsAir=3;
	killsPlayers=1;
	customScore=20;
	killsTotal=137;
	killed=14;
};

i understand 99% of that..

however.

killsPlayers=1; is this both teamkills and kills from opposite side in a dm / tvt ?

killsTotal=137; what is this ? it doesnt add up?. i looked at all class players and non of the KillsTotale adds up to the sum it has.. so how is this added up?

customScore=20; is this the result from the command addscore from the mission ?

EDIT.. never mind. figured it out after doing some test missions.

for example killsTotal should have been named TotaleScore

armor = 3 points.

armor with crew = 3 + 1 for each crew member

if you TeamKill TheDude. you get 1 on killsPlayers but it substract 1 from InfKills

Edited by nuxil

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
Sign in to follow this  

×