pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.6k stars 406 forks source link

How to copy module from 1 fit to another (same/different type ship) #2448

Closed Napoleon-BlownApart closed 2 years ago

Napoleon-BlownApart commented 2 years ago

This is a question, not a bug report.

How can I copy a module I have on one fit to another fit I'm developing without going to the Market to find the item I want to copy? The source and target ships may or may not be of the same type; e.g. I might want to copy a probe launcher from my frigate over to a cruiser fit I'm working on.

DarkFenX commented 2 years ago

You are right, for general case you cannot (since adding new modules is easy). The only exception to this is mutated modules because they are harder to carry over.

If you want to move majority of old fit to another ship, you could export old fit to EFT format, and then change ship name manually and import it.

And I am unsure if copying modules one by one (switching between tabs as well) is a good way to move modules. It's probably more efficient to use market search or "recently used" modules.

Feel free to reopen if you want to ask something else.