Parsing data out of Diablo 3.
If you want to extract MPQs, you need: * https://launchpad.net/smpq
* No data is provided in this repo. * You need to read the MPQs by yourself for parsing!
Copy the MPQ-Directory to your working directory:
cd /foo/bar cp -r <path-to-mpqs>/* /foo/bar/mpqs/*
cd /foo/bar # Help d3_mpq --help # Extract MPQs d3_mpq extract enUS_Text # Create a CSV d3_mpq --csv-input extracted_mpqs/GameBalance/ItemTypes.gam csv ItemTypes