- Joined
- Nov 27, 2007
- Messages
- 85
I wasn't sure as to where to post this. Here's my request, or rather, my problem.
I am a map developer, my map is about soccer.
Inside the map, much data is collected (in arrays and game cache), such as number of goals, assists, pass success, etc.
Basically I want to transfer all this data to a website, so that they are displayed nicely in some kind of table.
I know there is the famous replay parser which allows to extract standard content from the replay. But the problem is that my content is not standard, it exists only in my soccer map (as I mentioned, it's number of goals / assists etc).
So how do I extract non-standard data from a replay using parser, and before that, how do I "put" that data in replay (using jass of course)?
Any help is greatly appreciated.
I am a map developer, my map is about soccer.
Inside the map, much data is collected (in arrays and game cache), such as number of goals, assists, pass success, etc.
Basically I want to transfer all this data to a website, so that they are displayed nicely in some kind of table.
I know there is the famous replay parser which allows to extract standard content from the replay. But the problem is that my content is not standard, it exists only in my soccer map (as I mentioned, it's number of goals / assists etc).
So how do I extract non-standard data from a replay using parser, and before that, how do I "put" that data in replay (using jass of course)?
Any help is greatly appreciated.