Skip to content
blitzmann edited this page Sep 15, 2014 · 5 revisions

Pyfa can save it's user data in it's root directory rather than the user's home directory, which makes it useful if you wish to keep your saved data with your Pyfa installation (for example, on a thumb drive or Dropbox account).

Note: This is meant to keep pyfa self-contained, but is platform-specific. If you are wanting to share data between platforms, please refer to this page.

Windows

To do this, open configforced.py in pyfa's directoy, and append this line to the end of the file:

savePath = os.path.join(pyfaPath, "saveddata")

Linux (and OS X?)

Simply use the -r option when running Pyfa from terminal.