diff --git a/README.md b/README.md index 11b52a1..684d8b4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ Binary downloads can be found here: [https://bgs.n0la.org/](https://bgs.n0la.org 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. +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 @@ -41,10 +43,11 @@ the combat zone entries by selecting them, and pressing "DEL". ![Main Window with entries](main-entries.png) The window will then list all the journal entries it has found, and group them by objectives. You -can remove individual entries (if you think the tool detected soemthing you thought was wrong), by +can remove individual entries (if you think the tool detected something you thought was wrong), by selecting the entry, and pressing the "DEL" key. -Once you are satisfied with the result, move to "Discord Report" tab, and click "Generate Report". +Once you are satisfied with the result, move to "Discord Report" tab, select a template, and click +"Generate Report". ![Generated Report](main-report.png) @@ -86,9 +89,13 @@ also an ommission from FDev: Until this is fixed, please edit the resulting BGS log text, and manually add such entries. +The tool also currently cannot differentiate between missions you have abandoned in the transaction +tab before it was completed, and those that you have failed - either delibaretly or by time-out. So +it will find and add them all, and you simply can remove those that you have abandoned manually. + ## Use EDDB information -EliteBGS can download information from EDDB to auto complete system- and station names. You can +EliteBGS can download information from EDDB to auto complete system and station names. You can enable its use in the "Settings". Once enabled, you must also press "Download", to download and process the current version of the EDDB database. @@ -117,6 +124,6 @@ And of course, `Newtonsoft.Json` as the JSON parser. ## About -This tool was made by CMDR Hekateh (Discord: `nola#2457`) of Vulcan Industrial Ventures. +This tool was made by CMDR Hekateh (Discord: `nola#2457`). Long live the Empire. \ No newline at end of file diff --git a/main-entries.png b/main-entries.png index 22c6fdd..6f0975c 100644 Binary files a/main-entries.png and b/main-entries.png differ diff --git a/main-objectives.png b/main-objectives.png index dfac7bf..2f4f725 100644 Binary files a/main-objectives.png and b/main-objectives.png differ diff --git a/main-report.png b/main-report.png index e3dff1c..d1a494b 100644 Binary files a/main-report.png and b/main-report.png differ