Auto-generated Dota 2 resource dumps.
Data from this package is available on ModDota API page (previously dota.tools).
- Check out this repository
- Create a new DOTA addon through the addon tool, call it
dumper
for example - Copy
.lua
scripts fromdumper
directory of this repository todota 2 beta\game\dota_addons\dumper\scripts\vscripts
- Launch
dumper
addon - In
vsconsole
dodota_launch_custom_game dumper test_basic
- Proceed through the game setup screen
- Copy-paste the console output (starting with
$> dump_panorama_css_properties
) intodumper/dump
in this repository - Run
yarn install
thenyarn build
in the root of the repository - Commit changes
- Create a pull request
- Run
npm version minor
- Push with tags