Skip to content

Commit

Permalink
Merge branch 'release/1.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
aussig committed Nov 1, 2021
2 parents 9ba2b2e + a3c9fc6 commit 8a6e482
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 105 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## v1.7.0 - 2021-11-01

### New Features:

* Now track (and report) names of on-foot CZs fought at, automatically determine CZ Low / Med / High, and automatically increment counts. Note that we still can't determine whether you've actually _won_ the CZ, so we count it as a win if you've fought there.
* Now track Exobiology data sold.
* New setting to show/hide tabs for systems that have no BGS activity, default to show.

### Changes:

* Bounty vouchers redeemed on Fleet Carriers now count only 50% of the value.
* Added scrollbar to Discord report.
* When plugin is launched for the very first time, default it to 'Enabled' so it's immediately active.
* Reorganisation and tidy up of settings panel, and add link to help pages.
* The Discord text field and fields in the settings panel now have right-click context menus to Copy, Paste etc.


## v1.6.0 - 2021-10-03

### New Features:
Expand All @@ -11,7 +28,7 @@

* Only count `War` or `Civilwar` missions for the originating faction (thanks @RichardCsiszarik for diagnosing and fixing this).

### Changes
### Changes:

* Added on-foot scavenger missions and on-foot covert assassination missions to those that count when in `War` or `CivilWar` states.
* Tweaks to window layouts and wording.
Expand All @@ -28,7 +45,7 @@ _* Note that the plugin only tracks primary and secondary INF from this version
* Now count and report certain mission types for factions in the `War` or `CivilWar` states, similarly to how some mission types in `Election` state are counted (gathering a full list of mission types that count when the faction is in conflict is still a work in progress).
* If faction is in state `Election`, `War` or `CivilWar`, don't report fake +INF, instead state the number of election / war missions completed, to avoid confusion.

### Changes
### Changes:

* Tweaks to window layouts and wording.

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,27 @@ The following activities are automatically collected from your in-game activity:
- Election / War / CivilWar mission count †
- Total trade profit sold to Faction controlled station
- Cartographic data sold to Faction controlled station
- Exobiology data sold to Faction controlled station
- Bounties issued by named Faction
- Combat Bonds issued by named Faction
- Missions Failed for named Faction
- Ships murdered owned by named Faction
- Negative trade is counted with a minus sign in trade profit column
- On-foot Conflict Zones and settlement names fought at ‡

_* The plugin tracks primary `INF` (for the mission giving faction) and secondary `INF` (for other factions) separately. Secondary `INF` can be excluded from reports if desired._

_† The plugin will honor `INF` values if they are present for completed missions in the player journal. However, if no `INF` value is reported and the faction is in Elections, non-violent mission types are counted and reported. Similarly if no `INF` value is reported and the faction is at War or Civil War, violent mission types are counted and reported. Gathering a full list of mission types that count towards victory is still a work in progress. Note this may all be obsolete since Odyssey patch 7, as it now apparently reports +INF in all circumstances (yet to be fully confirmed)._

_‡ The plugin will attempt to automatically determine the type of on-foot CZs and count them. However, there is no way of knowing whether you have won a CZ, so we assume you'll win and count the CZ if you fight there._

The `State` column shows each faction state to give an indication on how missions are being counted.

All the above are totalled during the _Latest BGS Tally_ session and transfer to _Previous BGS Tally_ at server tick.

## Manual Stuff

The plugin also includes manual tracking of Combat Zones (CZs). CZs are not included in Elite's Player Journal, so there is no way of automatically working out which CZs you have completed. There are fields for each category of CZ that you can manually change, and these values are incorporated into the Discord text report.
The plugin also includes manual tracking of in-space Conflict Zones (CZs). CZs are not included in Elite's Player Journal, so there is no way of automatically working out which CZs you have completed. There are fields for each category of CZ that you can manually change, and these values are incorporated into the Discord text report.


# Discord Integration
Expand Down
Loading

0 comments on commit 8a6e482

Please sign in to comment.