This is a dump of the StarCraft II game data which is all written in XML. With multiple data dumps, we can see changes between patches, e.g. via pull requests.
I wrote my own tool for this which facilitates Zezula's CascLib:
- source code: here in my other repo
- executable for Windows: here in my other repo
- run it with the following parameters:
CascExtractor.exe ["Path\to\the\CASC storage"] ["*mask.txt"] ["Path\to\the\output Directory"]
example:
CascExtractor.exe "D:\Games\StarCraft II\SC2Data" "*.xml" "D:\exportedXml"
example:CascExtractor.exe "D:\Games\StarCraft II\SC2Data" "*.galaxy" "D:\exportedXml"