• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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