BurnySc2 / sc2-planner

MIT License
48 stars 13 forks source link

Use SC2 xml files instead of data.json #51

Open BurnySc2 opened 4 months ago

BurnySc2 commented 4 months ago

Parse xml files directly from SC2 instead of using the data generated by https://github.com/BurnySc2/sc2-techtree

XML files: https://github.com/Ahli/sc2xml

XML extraction tools: http://www.zezula.net/en/casc/main.html Command line tool: https://github.com/Ahli/Galaxy-Observer-UI/tree/main/tools/plugins/casc

This should simplify the upgrade process on new SC2 patches.