• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Replay parsing (question)

Status
Not open for further replies.
Level 5
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.
 
Status
Not open for further replies.
Top