-
Notifications
You must be signed in to change notification settings - Fork 411
Portable Pyfa
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.
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")
Simply use the -r
option when running Pyfa from terminal.