Compare commits
5 Commits
6ed3b1fd10
...
25362183c9
Author | SHA1 | Date | |
---|---|---|---|
25362183c9 | |||
fe9ade5058 | |||
0e77ea1433 | |||
e2b72e1231 | |||
8a6397b399 |
@ -185,15 +185,8 @@
|
|||||||
<None Include="App.config" />
|
<None Include="App.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="docs\main-objectives.png" />
|
<Resource Include="main-page.png">
|
||||||
<Resource Include="main-entries.png">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</Resource>
|
|
||||||
<Resource Include="main-objectives.png">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</Resource>
|
|
||||||
<Resource Include="main-report.png">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</Resource>
|
</Resource>
|
||||||
<None Include="README.md">
|
<None Include="README.md">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
@ -213,10 +206,9 @@
|
|||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="docs\main-entries.png" />
|
<Resource Include="docs\main-page.png">
|
||||||
</ItemGroup>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<ItemGroup>
|
</Resource>
|
||||||
<Content Include="docs\main-report.png" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="LICENCE.txt">
|
<Content Include="LICENCE.txt">
|
||||||
|
26
README.md
@ -11,17 +11,8 @@ Binary downloads can be found here: [https://bgs.n0la.org/](https://bgs.n0la.org
|
|||||||
|
|
||||||
## How To
|
## How To
|
||||||
|
|
||||||
![Main Window Objectives](main-objectives.png)
|
Press "Parse Journal", which will check your Elite Dangerous player journal for completed
|
||||||
|
transactions. Currently the tool recognises the following transactions:
|
||||||
Use the main tab to add objectives to the program. To do this, insert the system name,
|
|
||||||
faction, and, optionally, a station. Then press "Add Objective". Objectives can be deleted
|
|
||||||
by selecting them and pressing the "DEL" key. Manually added objectives like this are
|
|
||||||
enabled by default. You can always enable, and disable an objective by checking the box
|
|
||||||
next to its name. Disabled objectives are not included in the BGS discord log generation.
|
|
||||||
|
|
||||||
Once you have your objectives have been configured, you can press "Parse Journal", which
|
|
||||||
will check your Elite Dangerous player journal for completed missions. Currently the tool
|
|
||||||
recognises the following completed tasks:
|
|
||||||
|
|
||||||
* Buying of cargo from stations (new in Update 10)
|
* Buying of cargo from stations (new in Update 10)
|
||||||
* Completed missions
|
* Completed missions
|
||||||
@ -72,7 +63,7 @@ you the bounty. And not the faction of the victim. The tool will look for an eve
|
|||||||
scanned your victim, and gleem the victim's faction from that. If you did not scan your victim, then
|
scanned your victim, and gleem the victim's faction from that. If you did not scan your victim, then
|
||||||
sadly the tool cannot connect the victim's faction to the victim.
|
sadly the tool cannot connect the victim's faction to the victim.
|
||||||
|
|
||||||
![Main Window with entries](main-entries.png)
|
![Main Window with entries](main-page.png)
|
||||||
|
|
||||||
The window will then list all the journal entries it has found, and group them by objectives. You
|
The window will then list all the journal entries it has found, and group them by objectives. You
|
||||||
can select which objectives you wish to report, by using the checkmarks.
|
can select which objectives you wish to report, by using the checkmarks.
|
||||||
@ -82,13 +73,10 @@ This way said entry will not appear in the final log. You can also remove indivi
|
|||||||
(if you think the tool detected something you thought was wrong), by selecting the entry,
|
(if you think the tool detected something you thought was wrong), by selecting the entry,
|
||||||
and pressing the "DEL" key.
|
and pressing the "DEL" key.
|
||||||
|
|
||||||
Once you are satisfied with the result, move to "Discord Report" tab, select a template, and click
|
Once you are satisfied with the result, the discord report should be displayed below, ready to be
|
||||||
"Generate Report".
|
copy and pasted. Before you copy/paste it into the discord of your squadron, you should check the log.
|
||||||
|
You can of course edit it, if something is wrong or the tool itself missed something. If you want to
|
||||||
![Generated Report](main-report.png)
|
regenerate it, just click "Generate Log".
|
||||||
|
|
||||||
Before you copy/paste it into the discord of your squadron, you should check the log. You can of
|
|
||||||
course edit it, if something is wrong or the tool itself missed something.
|
|
||||||
|
|
||||||
## Known Issues and Bugs
|
## Known Issues and Bugs
|
||||||
|
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
# EliteBGS changelog
|
# EliteBGS changelog
|
||||||
|
|
||||||
|
## 0.1.7 on 09.11.2022
|
||||||
|
|
||||||
|
* Fixed a bug related to total amount of credits gained by turning in organic data.
|
||||||
|
* Changed UI to have report, and objectives on the same page.
|
||||||
|
* Report now automatically updates when objectives and entries are selected, deselected or removed.
|
||||||
|
* Removed manual adding of objectives.
|
||||||
|
|
||||||
## 0.1.6 on 24.09.2022
|
## 0.1.6 on 24.09.2022
|
||||||
|
|
||||||
* Fixed datetime format.
|
* Fixed datetime format.
|
||||||
|
@ -11,17 +11,8 @@ Binary downloads can be found here: [https://bgs.n0la.org/](https://bgs.n0la.org
|
|||||||
|
|
||||||
## How To
|
## How To
|
||||||
|
|
||||||
![Main Window Objectives](main-objectives.png)
|
Press "Parse Journal", which will check your Elite Dangerous player journal for completed
|
||||||
|
missions. Currently the tool recognises the following completed tasks:
|
||||||
Use the main tab to add objectives to the program. To do this, insert the system name,
|
|
||||||
faction, and, optionally, a station. Then press "Add Objective". Objectives can be deleted
|
|
||||||
by selecting them and pressing the "DEL" key. Manually added objectives like this are
|
|
||||||
enabled by default. You can always enable, and disable an objective by checking the box
|
|
||||||
next to its name. Disabled objectives are not included in the BGS discord log generation.
|
|
||||||
|
|
||||||
Once you have your objectives have been configured, you can press "Parse Journal", which
|
|
||||||
will check your Elite Dangerous player journal for completed missions. Currently the tool
|
|
||||||
recognises the following completed tasks:
|
|
||||||
|
|
||||||
* Buying of cargo from stations (new in Update 10)
|
* Buying of cargo from stations (new in Update 10)
|
||||||
* Completed missions
|
* Completed missions
|
||||||
@ -72,7 +63,7 @@ you the bounty. And not the faction of the victim. The tool will look for an eve
|
|||||||
scanned your victim, and gleem the victim's faction from that. If you did not scan your victim, then
|
scanned your victim, and gleem the victim's faction from that. If you did not scan your victim, then
|
||||||
sadly the tool cannot connect the victim's faction to the victim.
|
sadly the tool cannot connect the victim's faction to the victim.
|
||||||
|
|
||||||
![Main Window with entries](main-entries.png)
|
![Main Window with entries](main-page.png)
|
||||||
|
|
||||||
The window will then list all the journal entries it has found, and group them by objectives. You
|
The window will then list all the journal entries it has found, and group them by objectives. You
|
||||||
can select which objectives you wish to report, by using the checkmarks.
|
can select which objectives you wish to report, by using the checkmarks.
|
||||||
@ -82,13 +73,12 @@ This way said entry will not appear in the final log. You can also remove indivi
|
|||||||
(if you think the tool detected something you thought was wrong), by selecting the entry,
|
(if you think the tool detected something you thought was wrong), by selecting the entry,
|
||||||
and pressing the "DEL" key.
|
and pressing the "DEL" key.
|
||||||
|
|
||||||
Once you are satisfied with the result, move to "Discord Report" tab, select a template, and click
|
Once you are satisfied with the result, you can copy and paste the final report to the discord
|
||||||
"Generate Report".
|
server of your choice. Before you copy/paste it into the discord of your squadron, you should
|
||||||
|
check the log. You can of course also edit it, either if something is wrong because the tool
|
||||||
|
missed something, or you just wish to add a note the report itself.
|
||||||
|
|
||||||
![Generated Report](main-report.png)
|
If you wish to regenerate the discord log, simply click "Generate Log".
|
||||||
|
|
||||||
Before you copy/paste it into the discord of your squadron, you should check the log. You can of
|
|
||||||
course edit it, if something is wrong or the tool itself missed something.
|
|
||||||
|
|
||||||
## Known Issues and Bugs
|
## Known Issues and Bugs
|
||||||
|
|
||||||
|
@ -53,9 +53,9 @@ It requires a separate library, called EDJournal, which is also open source:
|
|||||||
|
|
||||||
## Downloads
|
## Downloads
|
||||||
|
|
||||||
The latest version of EliteBGS **0.1.6** is available for download here:
|
The latest version of EliteBGS **0.1.7** is available for download here:
|
||||||
|
|
||||||
* [https://bgs.n0la.org/elitebgs-0.1.6.zip](https://bgs.n0la.org/elitebgs-0.1.6.zip)
|
* [https://bgs.n0la.org/elitebgs-0.1.7.zip](https://bgs.n0la.org/elitebgs-0.1.7.zip)
|
||||||
|
|
||||||
Older versions are available in the archive:
|
Older versions are available in the archive:
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 27 KiB |
BIN
docs/main-page.png
Normal file
After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 21 KiB |
BIN
main-entries.png
Before Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 27 KiB |
BIN
main-page.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
main-report.png
Before Width: | Height: | Size: 21 KiB |