Florian Stinglmayr
c43c6f742a
Sometimes missions actually tell us how much negative influence a faction got through secondary influences. We now count this, and present is as negative influence via minuses. Summaries have been updated to reflect this change. |
||
---|---|---|
EDPlayerJournal | ||
EDPlayerJournalTests | ||
EliteBGS | ||
.gitattributes | ||
.gitignore | ||
EDBGS.sln | ||
LICENSE.txt | ||
README.md |
EDBGS
EDBGS is a project containing the EliteBGS BGS application. It also contains the dotnet class library EDPlayerJournal, which reads and parses Elite Dangerous player journals.
See https://bgs.n0la.org/ for further details.
The tool helps with creating BGS reports for squadrons that support factions in Elite: Dangerous that can be copy and pasted into a Discord server. It finds all BGS relevant actions in the player journals, and constructs a human readable BGS report from them:
Requirements
This repository depends on dotnet desktop SDK 7, as well as Newtonsoft.JSON
, MahApps,
and Ookii Dialogs.