-
Notifications
You must be signed in to change notification settings - Fork 408
Import and Export
Importing your fits is as easy as copy and pasting into Pyfa. By pasting a fit from your clipboard via Ctrl+V
, Pyfa will automatically detect which format you are pasting, add the fit to the database, then open it for you.
EVE Fitting Tool (EFT) pioneered this particular format which has grown to be the easiest and most common way of sharing fittings. This format lists the modules on the ship in an easy-to-understand way.
In addition to the EFT format, Pyfa can read the .cfg
files that EFT creates for each ship containing the various loadouts. These files are located in EFTs Setups
directory, and may be imported via File > Import Fittings
The EVE client can export saved fits directly to .xml
files on the players computer in the <user>/Documents/EVE/fittings
directory. To use this feature in EVE, go to the Fitting Management window and click the Export
button. From t here, select one or more fits, type a file name, and click Export
. From there, you can either open the file and past the contents into Pyfa, or go to File > Import Fittings
The DNA format is mostly used by the EVE client as a way of sharing a fit using as little space as possible, however you may run into it from time to time when one-liners are preferred.
Pyfa supports importing both fits and linked killmails from chat. Simply Right Click > Copy
from any EVE chat channel and paste fitting into Pyfa
Importing from CREST public links is supported. These links can be found in the killmail dropdown menu.
Pyfa also supports importing from fit copied from fitting window, however it's a bit unintuitive as this does not copy the ship information, only the modules. Follow these steps:
- In pyfa, browse to the ship which you want to import the fit for
- Create new fit or select blank fit. If you select a fit with modules, Pyfa will make a new fit.
- Select any module in the fitting window, Ctrl+A to select all, then Ctrl+C to copy. This copies the modules to the clipboard.
- With the fit open in pyfa, paste modules into pyfa with Ctrl+V.
Exporting your fits is just as easy as importing. Find a fitting you want to export, hit Ctrl+C
, and you'll be presented with options to export. The format you choose will be copied to your clipboard
There are generally two ways to import fits into EVE:
- Using the official
Import
mechanic from the fitting management window. You need to have your fits exported in XML format to<user>/Documents/EVE/fittings
for them to be seen in the EVE client. - Using the HTML Export feature in Pyfa, which is generally much more user friendly.