This is a dump of the Heroes of the Storm game data which is written in XML and trigger scripts. 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"
CascExtractor.exe "C:\Spiele\Heroes of the Storm\HeroesData" "*.xml" ""D:\exportedXml""
CascExtractor.exe "C:\Spiele\Heroes of the Storm\HeroesData" "*.triggerlib" ""D:\exportedXml""
CascExtractor.exe "C:\Spiele\Heroes of the Storm\HeroesData" "*.galaxy" ""D:\exportedXml""