Go to file
Florian Stinglmayr b005edc27f don't ignore new system factions
If a factions expands or retreats into a system we see, we won't pick it up if we remain with old data.
2023-05-14 20:20:43 +02:00
EDPlayerJournal don't ignore new system factions 2023-05-14 20:20:43 +02:00
EDPlayerJournalTests add support for DropshipDeploy 2022-12-09 17:36:26 +01:00
EliteBGS add drones to the thargoid log 2023-05-13 17:50:26 +02:00
.gitattributes Add .gitattributes, .gitignore, and LICENSE.txt. 2022-11-01 18:01:26 +01:00
.gitignore Add .gitattributes, .gitignore, and LICENSE.txt. 2022-11-01 18:01:26 +01:00
EDBGS.sln add repo README 2022-12-10 11:53:41 +01:00
LICENSE.txt Add .gitattributes, .gitignore, and LICENSE.txt. 2022-11-01 18:01:26 +01:00
README.md update readmes to include mahapps 2023-02-26 10:24:01 +01:00

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:

MainPage

Requirements

This repository depends on dotnet desktop SDK 7, as well as Newtonsoft.JSON, MahApps, and Ookii Dialogs.