| 05-07-2009, 05:24 PM | #1 |
This an example parser for replays with meta data from the MMD system. It reads replays and displays the MMD messages they contain. It's meant as an example for people who want to use MMD data for stats, websites, etc. A vJass system for placing the data in replays (and in the network data) is here: http://www.wc3c.net/showthread.php?p...90#post1063990. |
| 10-12-2009, 08:51 PM | #2 |
I have no idea what to do with this. I'm just going to like, move it to the tools forum and hope that's good enough. If you legitimately want this approved in the tool system, at least write a more thorough first post that explains a heck of a lot more than it does right now. |
| 10-13-2009, 01:26 PM | #3 |
There's not a lot to explain. I rewrote the post to try to make it clearer. |
| 02-17-2010, 12:10 AM | #4 |
Basically it is a system that allows you to save data in replays so that some sort of tool, like a bot, can analyze a replay and add up things like kills, etc, and do stuff with it. The mapmaker includes the vJass part of it, adds the neccesary code (declaring an MMD variable, and logging an update whenever something like a kill or win/lose happens) and then you feed the replay to the program. The program can then interpret it. It's a good way to standardise replaying tracking so that you don't need to make a new program for every map made. It is used in Metastasis, which then tracks stats at http://thegoodsirs.com/metastats.php |
| 02-16-2011, 03:42 AM | #5 |
This doesn't seem to unzip properly |
