-
Notifications
You must be signed in to change notification settings - Fork 408
Updating for new EVE expansions
Anton Vorobyov edited this page Mar 11, 2014
·
26 revisions
Note: this document is meant for developers. If you have no interest in pyfa development, then this doesn't offer you much Each time EVE is updated, pyfa may need to be updated too. This document covers only the most basic activities - sometimes more work needed to update pyfa properly.
Use Phobos for this task. Generic data is extracted using this command: For now, additional step is needed to extract traits data:
Using jsonToSql script, convert data into suitable to pyfa format:
Using itemDiff script, compare existing and new databases: If output file is empty, then pyfa update is not needed at all. Else, use output file as your guidance for updating pyfa.