diff --git a/EliteBGS/DiscordLogGenerator.cs b/EliteBGS/DiscordLogGenerator.cs index a3c95a9..aab79fa 100644 --- a/EliteBGS/DiscordLogGenerator.cs +++ b/EliteBGS/DiscordLogGenerator.cs @@ -19,7 +19,8 @@ public class DiscordLogGenerator { new MicroResourcesFormat(), new MarketBuyFormat(), new CargoSoldFormatter(), - new VistaGenomicsFormat(), + /* As of this moment, Update 14.02 organics do not affect BGS at all */ + //new VistaGenomicsFormat(), new SearchAndRescueFormat(), }; diff --git a/EliteBGS/README.md b/EliteBGS/README.md index d496948..08cdbe6 100644 --- a/EliteBGS/README.md +++ b/EliteBGS/README.md @@ -22,11 +22,14 @@ transactions. Currently the tool recognises the following transactions: * Selling cartography data * Selling of cargo to stations * Selling of micro resources (Odyssey only) -* Selling of organic data (Odyssey only) * Vouchers, including bounty vouchers, combat bonds, and settlement vouchers (aka intel packages) * Thargoid kills * Contributions to Thargoid war effort +The following transactions are recognised but not listed, because they do not affect BGS: + +* Selling of organic data (Odyssey only) + Vouchers help the faction that is listed for them. If said faction is not present in the current system, then there is no BGS impact. So the tool looks for all system factions, and makes sure that your vouchers actually have a BGS impact, otherwise it won't list them. diff --git a/EliteBGS/docs/description.md b/EliteBGS/docs/description.md index 0e0e359..77ebb7f 100644 --- a/EliteBGS/docs/description.md +++ b/EliteBGS/docs/description.md @@ -22,11 +22,14 @@ missions. Currently the tool recognises the following completed tasks: * Selling cartography data * Selling of cargo to stations * Selling of micro resources (Odyssey only) -* Selling of organic data (Odyssey only) * Vouchers, including bounty vouchers, combat bonds, and settlement vouchers (aka intel packages) * Thargoid kills * Combat zones (experimental) +The following transactions are recognised but not listed, because they do not affect BGS: + +* Selling of organic data (Odyssey only) + Combat zone detection is highly wonky at this time. There is no direct event for detecting combat zones, and so the tool makes a few assumptions and goes from there. If you disembark it will assume on foot combat zones, and if you don't, it will assume a ship CZ. This diff --git a/EliteBGS/docs/index.md b/EliteBGS/docs/index.md index f5ed97a..0bd13cb 100644 --- a/EliteBGS/docs/index.md +++ b/EliteBGS/docs/index.md @@ -58,11 +58,14 @@ You can then select which of the two actions goes into the final log. * Selling cartography data * Selling of cargo to stations * Selling of micro resources (Odyssey only) -* Selling of organic data (Odyssey only) * Vouchers, including bounty vouchers, combat bonds, and settlement vouchers (aka intel packages) * Thargoid kills * Combat zones (experimental feature) +The following transactions are recognised but not listed, because they do not affect BGS: + +* Selling of organic data (Odyssey only) + ### What it does not detect: * Combat zone objectives