EDBGS/README.md

19 lines
704 B
Markdown
Raw Normal View History

2022-12-10 11:53:41 +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.
2024-04-13 12:12:14 +02:00
See [https://salusinvicta.org/bgstool/](https://salusinvicta.org/bgstool/) for further details.
2022-12-10 11:53:41 +01:00
2023-02-26 10:21:55 +01:00
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](EliteBGS/main-page.png)
2022-12-10 11:53:41 +01:00
## Requirements
2023-02-26 10:24:01 +01:00
This repository depends on dotnet desktop SDK 7, as well as `Newtonsoft.JSON`, MahApps,
and Ookii Dialogs.