Skip to content

Ahli/heroesxml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

heroesxml

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.

Exporting game's xml data:

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"

Commands used to export this data:

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""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published