From be8d820c9471635ed7a08f8b3612153d2d0a59fe Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sat, 12 May 2018 16:26:03 +0100 Subject: [PATCH] Document lack of PS4 and Xbox support Addresses #320 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02af92dd..a38f40ef 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This app downloads your Cmdr's details and system, faction, scan and station dat * saves station commodity market prices to files on your computer that you can load into trading tools such as [Trade Dangerous](https://bitbucket.org/kfsone/tradedangerous/wiki/Home), [Inara](https://inara.cz), [mEDI's Elite Tools](https://github.com/mEDI-S/mEDI_s-Elite-Tools), etc. * saves a record of your ship loadout to files on your computer that you can load into outfitting tools such as [E:D Shipyard](http://www.edshipyard.com), [Coriolis](https://coriolis.edcd.io) or [Elite Trade Net](http://etn.io/). -You can run the app on the same machine on which you're running Elite: Dangerous or on another machine connected via a network share. +You can run the app on the same PC or Mac on which you're running Elite: Dangerous or on another PC connected via a network share. PS4 and Xbox are not supported, sorry. Usage -------- @@ -181,6 +181,10 @@ If your configuration has been corrupted, or badly set, such that you can't run Future updates will also be installed to this location. +### PS4 and Xbox support + +This app doesn't work with PS4 or Xbox Elite: Dangerous accounts. On these platforms the game lacks support for the API and Journal files that this app relies on. + Running from source --------