Skip to content

Releases: anthonylangsworth/EDMFAT

v0.31

01 Apr 10:13
75619d6
Compare
Choose a tag to compare

Fixed issue #10 (black markets not working).

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

v0.30

19 Feb 13:39
Compare
Choose a tag to compare

Two main changes:

  1. Added a checkbox in the "Preferences" menu to toggle showing ANTI work. When unchecked, this hides any ANTI work, decluttering the activity when working for multiple minor factions in a star system.
  2. Removed the "Copy Raw Activity" button from the "Preferences" dialog as it was not being used. Please let me know if you need the functionality restored.

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

v0.29

15 Feb 05:13
Compare
Choose a tag to compare

Show the total INF pluses earned through missions. This helps estimate influence changes when doing more than a few missions. Many squadrons requested this.

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

v0.28

09 Feb 05:12
d578231
Compare
Choose a tag to compare

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

Update 10 Trade Changes

Frontier Developments released Update 10 for Odyssey and Horizons on 25 Jan 2022. The release notes included:

  • Faction consequences from selling commodities are now based on satisfying available demand at the Commodity Market
    • You can now support a faction by buying commodities from it, based upon satisfying available supply at its Commodity Market
    • When buying and selling, it's generally more positive to a faction to satisfy a higher supply and demand (green 3-bar icon) than a lower (red 1-bar icon), and it's generally more positive to trade more expensive commodities than cheaper ones

As with all BGS changes in Elite Dangerous, the exact changes are ambiguous and unknown. Therefore, the code changes present more information about the trade, including the average value of the "supply and demand". Presumably, this is the supply and demand "bracket", a number from 0 to 3 represented in the in-game user interface as bars, as implied by the last bullet point. I assume this is not the supply or demand value, a count of T of the commodity.

The old way of reporting market sell events was X T trade at Y CR average profit per T where X was the total T traded and Y average profile or loss per T. The new way is A market sell(s). Total: B T and C CR profit. Average: D CR/T profit at bracket E where A is the count of market sell events, B is the total T sold, C the total CR profile or less, D the average profit or loss per T and E is the average demand bracket. Market buy events follow a similar format and were not previously reported because they were not BGS-impacting.

The code treats any buy and a profitable sale as supporting or PRO the owning minor faction. The code still treats an unprofitable trade as undermining or ANTI the owning minor faction. Further testing will help refine this and I expect further changes to both refine the output and improve the PRO/ANTI accuracy.

Minor Changes

Changed the help text in the plug-in's settings tab to mention the 'Available Minor Factions' list box by name. This makes it explicit and, therefore, less confusing to some.

v0.27

20 Jan 09:12
Compare
Choose a tag to compare

Redesign the settings tab. Instead of showing selected minor factions in a single list box, it now uses two list boxes. One shows the available minor factions. One shows the selected minor factions.

The new UI is more intuitive, not relying on Ctrl + Left Click to select or deselect minor factions. The selected minor factions also can be easily seen without scrolling.

Credit goes to @gmdvieira for the pull request.

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

v0.26

14 Jan 02:32
Compare
Choose a tag to compare

Include bounty vouchers sold at fleet carriers. They count toward influence according to Goeman's thread in the Frontier forums.

Credit goes to @gmdvieira for the pull request. Thanks for letting me know about the correct behaviour at fleet carriers!

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

v0.25

04 Oct 09:06
Compare
Choose a tag to compare

Two changes:

  1. Explain how to select multiple minor factions in the settings dialog.
  2. Add a "Clear" button.

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

v0.24

04 Oct 09:04
Compare
Choose a tag to compare

Two main changes:

  1. Report organic data sales. The impact on influence is unknown but it definitely increases reputation.
  2. Drop the alpha prefix on the version. It's about time.

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

Alpha v0.23

20 Aug 09:18
Compare
Choose a tag to compare

Report combat bonds sold at an interstellar factor or carrier and correct them for the broker percentage. This helps track the relative work toward conflict zones if sold at the safety of a carrier. Elite Dangerous does not report conflict zone results to the journal file or elsewhere.

NPC pilots will still take their cut and this is not reported in the total. Elite Dangerous subtracts their cut before writing the total to the journal file.

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

Alpha v0.22

16 May 11:21
Compare
Choose a tag to compare

Fix an issue with the upgrade code in v0.21.

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.