Go to file
2024-04-28 12:41:50 +02:00
EDPlayerJournal add the market name to trading entries 2024-04-28 12:41:50 +02:00
EDPlayerJournalTests add a filter for doubly redeemed vouchers 2024-04-28 12:35:14 +02:00
EliteBGS update changelog 2024-04-28 12:36:58 +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 URL to Salus homepage 2024-04-13 12:12:14 +02: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://salusinvicta.org/bgstool/ 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.