Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jarig/elite-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
jarig committed Feb 1, 2016
2 parents bbdd00b + e97530b commit 28ef90f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Mission reporting tool for Elite Dangerous game.
Uses mobile API with OCR to get information about mission name and start/end locations.
Data can be exported anyhwere you like, for example to http://en.ed-board.net/.
[Check an example export script for that.](#edBoardExportExample)
[Check an example export script for that.](https://gist.github.com/jarig/376368fc5093f841a612)


If it doesn't work well try taking screenshot from ingame while in bulletin board and cut the year digits from left top corner,
Expand All @@ -20,6 +20,10 @@ Example: ![Alt text](/EliteReporter/Assets/3302_eng.bmp "3302")
6. You can export results using Export button when quited the game(exported in json format).
* Optionally you can go to Application->Settings and setup any program/script execution that can read provided json and publish results anywhere you want.

#### Tips
* Double click on an item to change any attributes you like.
* You can add missing mission types yourself, just place .bmp files with cropped images under Assets/mTypes folder(you'll see examples there). Filename you give would be mission type name.


### How it looks like

Expand Down

0 comments on commit 28ef90f

Please sign in to comment.