https://github.com/marginal/edmcflightlog
A plugin for EDMC that outputs a flight log
https://github.com/marginal/edmcflightlog
Last synced: about 1 year ago
JSON representation
A plugin for EDMC that outputs a flight log
- Host: GitHub
- URL: https://github.com/marginal/edmcflightlog
- Owner: Marginal
- Created: 2016-09-07T13:37:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T13:40:07.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T18:36:22.205Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EDMC Flight Log
========
This is a plugin for [Elite: Dangerous Market Connector](https://github.com/Marginal/EDMarketConnector/wiki)
that outputs a flight log to the file "Flight Log.csv" in EDMC's output folder.
Installation
--------
Open the `.zip` archive of the [latest release](https://github.com/Marginal/EDMCFlightLog/releases/latest) and move the "EDMCFlightLog" folder contained inside into the following folder:
* Windows: `%LOCALAPPDATA%\EDMarketConnector\plugins` (usually `C:\Users\you\AppData\Local\EDMarketConnector\plugins`).
* Mac: `~/Library/Application Support/EDMarketConnector/plugins` (in Finder hold ⌥ and choose Go → Library to open your `~/Library` folder).
* Linux: `$XDG_DATA_HOME/EDMarketConnector/plugins`, or `~/.local/share/EDMarketConnector/plugins` if `$XDG_DATA_HOME` is unset.
You will need to re-start EDMC for it to notice the new plugin.