Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deradon/d3_mpq
Parsing data out of Diablo 3.
https://github.com/deradon/d3_mpq
deprecated diablo3 ruby unmaintained
Last synced: 3 months ago
JSON representation
Parsing data out of Diablo 3.
- Host: GitHub
- URL: https://github.com/deradon/d3_mpq
- Owner: Deradon
- License: mit
- Created: 2012-04-20T23:34:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T23:16:36.000Z (almost 10 years ago)
- Last Synced: 2024-10-20T12:23:10.567Z (3 months ago)
- Topics: deprecated, diablo3, ruby, unmaintained
- Language: Ruby
- Size: 301 KB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
- License: MIT-LICENSE
Awesome Lists containing this project
README
= D3MPQ
== "Diablo 3" data mining
Parsing data out of Diablo 3.== Requirements
If you want to extract MPQs, you need:
* https://launchpad.net/smpq== NOTE
* No data is provided in this repo.
* You need to read the MPQs by yourself for parsing!== Setup:
Copy the MPQ-Directory to your working directory:
cd /foo/bar
cp -r /* /foo/bar/mpqs/*== CommandLine-Usage:
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