This is the data in your CP file
Doesn't look like the extra window's stats are gathered
But this helps a lot as I now know what graphics are used
- Code: Select all
 ["3v3"] = {
   ["NumMembers"] = 6,
   ["Week"] = {
      ["Games"] = 0,
      ["Wins"] = 0,
      ["Played"] = 0,
   },
   ["Name"] = "Drunks Never Die",
   ["Rank"] = 14213,
   ["Rating"] = 1147,
   ["Season"] = {
      ["Games"] = 50,
      ["Wins"] = 11,
      ["Played"] = 15,
   },
   ["Size"] = 3,
},
...
["2v2"] = {
   ["NumMembers"] = 3,
   ["Week"] = {
      ["Games"] = 0,
      ["Wins"] = 0,
      ["Played"] = 0,
   },
   ["Name"] = "The Hollows",
   ["Rank"] = 16650,
   ["Rating"] = 1479,
   ["Season"] = {
      ["Games"] = 23,
      ["Wins"] = 11,
      ["Played"] = 23,
   },
   ["Size"] = 2,
},