Dragon-Ion
12-04-2010, 05:31 PM
First off, let me apologise for this thread. I realize this might not be the right place but it is the best place for the question I have.
How would I go about creating a program that will gather statistical information on a player as he/she plays a LAN match in a game. The game referred to is any existing game.
I realize that not all games are made the same so if I wanted to support ten games with the program, I would have to implement the stat capture ten different times. This is not much of a problem. For the sake of simplicity, let?s use DotA as the reference game (I know, not technically a game, but let?s not argue semantics). The data I would like to gather is simple things like which player you killed the most, who killed you the most, things like that.
So, if anyone could point me in the right direction, or tell me how I should do this, it would be appreciated. However, if you are planning to tell me that this is impossible or that there is a program that can do this, don?t waste your time.
I am coding in C#, so please keep the code in that language if you can.
Any help will be great.
How would I go about creating a program that will gather statistical information on a player as he/she plays a LAN match in a game. The game referred to is any existing game.
I realize that not all games are made the same so if I wanted to support ten games with the program, I would have to implement the stat capture ten different times. This is not much of a problem. For the sake of simplicity, let?s use DotA as the reference game (I know, not technically a game, but let?s not argue semantics). The data I would like to gather is simple things like which player you killed the most, who killed you the most, things like that.
So, if anyone could point me in the right direction, or tell me how I should do this, it would be appreciated. However, if you are planning to tell me that this is impossible or that there is a program that can do this, don?t waste your time.
I am coding in C#, so please keep the code in that language if you can.
Any help will be great.