Results 1 to 10 of 11

Thread: Analyzing COD2/COD4 logfiles; Documentation out there?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    There is proably no documentation about that but il' try to explain (for CoD2):

    K - kill
    PHP Code:
    timestring;K;victim_guid;victim_slot;victim_team;victim_name;attacker_guid;attacker_slot;attacker_team;attacker_name;attacker_weapon;damage;damage_type;damage_location 
    D - damage
    PHP Code:
    timestring;D;victim_guid;victim_slot;victim_team;victim_name;attacker_guid;attacker_slot;attacker_team;attacker_name;attacker_weapon;damage;damage_type;damage_location 
    Last edited by voron00; 24th September 2015 at 02:25.

  2. The Following 3 Users Say Thank You to voron00 For This Useful Post:

    CaptainSlow (24th September 2015),kung foo man (24th September 2015),Ni3ls (24th September 2015)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •