pyfa-org / Phobos

Script for getting full data dump from EVE Online client
GNU General Public License v3.0
31 stars 9 forks source link

Add dynamic attributes to phobos dump #9

Closed blitzmann closed 6 years ago

blitzmann commented 6 years ago

First attempt at adding dynamic attributes dumping to phobos. This takes the two Res files and copies them to a temp directory so that the loader can be imported and the other file can be accessed. Once accessed, compiles them into an object and returns that from get_data

It basically mirrors https://github.com/pyfa-org/Pyfa/blob/df92b857c965c5579dd288e11b89577eb72ea8dc/scripts/dynamicattributes.py, moving the logic from a pyfa script to Phobos. If we don't think this is appropriate for Phobos, we can always keep it in the pyfa repo and just load the miner into the dump script.