Skip to content

Ahli/sc2xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

sc2xml

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.

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" example: CascExtractor.exe "D:\Games\StarCraft II\SC2Data" "*.galaxy" "D:\exportedXml"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published