I'm looking for a way of exporting the information relating to units/structures/abilities in regular melee games. I want a method will be repeatable for future game updates.
Here are the options I am considering:
Use the editor and create a map that exports the data.
Problem: As far as I know the only way to export data from the game using a map, is through banks. I suspect that the size limitation of banks would make this unviable.
Look directly at the XML files, and process them with an external program.
Problem: The recent balance update appears to update melee maps server side, so the local XML files don't have up to date information. Maybe I could just
Do it by hand
Problem: There's a tonne of data there, and I'd hate to repeat the process for future updates which may also have undocumented changes which would require an extensive search to find.
How would you export the export the information relating to units/structures/abilities in regular melee games?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm looking for a way of exporting the information relating to units/structures/abilities in regular melee games. I want a method will be repeatable for future game updates.
Here are the options I am considering:
How would you export the export the information relating to units/structures/abilities in regular melee games?