02-23-2016, 09:58 PM
(02-20-2016, 01:42 PM)einstein95 Wrote: As an added bonus, I've just added every other region's patch json url for completeness sake.
You're awesome² -- thanks a bunch!
(02-06-2016, 11:13 PM)einstein95 Wrote: TODO: There's a format in extlist.bin
Based on this statement it's unclear whether you haven't had time to figure out the format, or just haven't had time to write it down. In either case, I've figured (most of) it out for myself; I was slightly off the mark earlier -- the file is broken up into five chunks:
- Header
- Uncompressed mons_*.bc data
- Uncompressed cards_*.bc data
- Compressed mons_*.bc data
- Compressed cards_*.bc data
I wrote a Python package called "padtools" to handle some of this stuff (including the parsing of the extlist.bin file.) Right now it doesn't do very much, but in the future, who knows? If there are any Python programmers here, I'd love to have your feedback.