Detailed Replay Data Analysis - Printable Version +- One Man Left Studios Community Forums (http://www.onemanleft.com/forums) +-- Forum: General (/forumdisplay.php?fid=1) +--- Forum: Outwitters (/forumdisplay.php?fid=11) +--- Thread: Detailed Replay Data Analysis (/showthread.php?tid=3628) |
RE: Detailed Replay Data Analysis - GreatGonzales - 05-11-2014 04:41 PM (05-11-2014 10:30 AM)lawtai Wrote: Yea, you could just create another column and add in the isleaguematch flag so it'd be something like this: IsLeagueMatch + Game Type + P1 + Result + Map. Yeah, like I said it's absolutely something we could add to this spreadsheet across all areas, just will take some time to write all the formulas. Not hard, just time consuming (and maybe a little confusing unless you're familiar with how I have things organized). When you're done working on it, I'd love to see what you've done! RE: Detailed Replay Data Analysis - lawtai - 05-11-2014 09:10 PM To save some time, I just copied the entire two tables over that were present on the player stats, and then just limited them to league games. All it took was adding in the IsLeagueMatch modifier to 4 columns worth of data. I also ended up deleting out all seasons other than season 5, as that's when all games really started showing up. It's very basic, but at least it'll give you the player view of what you've been doing during the season. It'd be cool to turn this into a web interface, or work with code penguin to add some of these stats to his current site. RE: Detailed Replay Data Analysis - Pharmafan - 05-12-2014 06:46 AM Awesome! Never knew you're THAT crazy, GG! Hat`s off and THX! RE: Detailed Replay Data Analysis - lawtai - 05-12-2014 10:41 AM I'm currently trying to figure out how to integrate the turn count into the stats. I think it'd be interesting to see if you can see who might typically turtle in their games if they have higher turn count averages. RE: Detailed Replay Data Analysis - GreatGonzales - 05-12-2014 11:25 AM Doing stuff with turn count was on my to do list. We could do average turn count for player stats by team, by map, for example. Average turn count as P1, as P2. Could be interesting. RE: Detailed Replay Data Analysis - GreatGonzales - 05-12-2014 02:35 PM (05-12-2014 06:46 AM)Pharmafan Wrote: Awesome! Never knew you're THAT crazy, GG! Hat`s off and THX! Yeah when I go data crazy, I don't mess around. RE: Detailed Replay Data Analysis - lawtai - 05-14-2014 10:39 AM This is what I've come up with so far. Nothing special. Changes: - Added league tables for the player stats - Removed team statistics - Removed all data except for season 5 - Added a simple average turn count for the league games https://dl.dropboxusercontent.com/u/38914897/Outwitters%20Replay%20Data%20v2.3.xlsx RE: Detailed Replay Data Analysis - Necrocat219 - 05-15-2014 07:56 AM Very very useful. Thanks very much RE: Detailed Replay Data Analysis - The Great Habudabi - 05-17-2014 05:31 AM FYI, the P1/P2 data is misleading. Being P1 does not mean that you made the first move, it is just your physical position on the map. Your formulas should be looking at the first_playerid rather than the p1_playerid to determine who played first/second. RE: Detailed Replay Data Analysis - GreatGonzales - 05-17-2014 02:30 PM (05-17-2014 05:31 AM)The Great Habudabi Wrote: FYI, the P1/P2 data is misleading. Being P1 does not mean that you made the first move, it is just your physical position on the map. Your formulas should be looking at the first_playerid rather than the p1_playerid to determine who played first/second. Thank you. I will have to get that fixed. |