Hi all,
I'm working on a project to do real-time analysis of a Starcraft 2 game. I've got a prototype working with banks - I save data to a bank and parse it out. I'm wondering if I could go more directly between the game and my program analyzing the data and cut out the XML parsing completely.
Right now, with banks I see my flow like:
set up triggers -> trigger happen -> write to bank -> program checks for change in file -> processes xml to get data out -> process data
Is this possible:
set up triggers -> triggers happen -> custom script runs and sends a packet of data to a program running -> process just that data
What do you think?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hi all, I'm working on a project to do real-time analysis of a Starcraft 2 game. I've got a prototype working with banks - I save data to a bank and parse it out. I'm wondering if I could go more directly between the game and my program analyzing the data and cut out the XML parsing completely.
Right now, with banks I see my flow like: set up triggers -> trigger happen -> write to bank -> program checks for change in file -> processes xml to get data out -> process data
Is this possible: set up triggers -> triggers happen -> custom script runs and sends a packet of data to a program running -> process just that data
What do you think?