-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's about time, eh?
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# ESOResearchNotifier | ||
ESOReseachNotifier is a simple Windows tool to keep track of ongoing research in The Elder Scrolls Online. It does so by grabbing data from the custom plugin [ResearchDump](https://github.com/gobbo1008/ResearchDump). | ||
|
||
## Requirements | ||
* [The Elder Scrolls Online](https://elderscrollsonline.com) and its prerequisites | ||
* [ResearchDump](https://github.com/gobbo1008/ResearchDump/releases/latest) | ||
* [.Net Framework 4.5.2](https://www.microsoft.com/en-us/download/details.aspx?id=42643) and its prerequisites | ||
|
||
## Installation | ||
1. Install The Elder Scrolls Online | ||
2. Download and unpack [ResearchDump](https://github.com/gobbo1008/ResearchDump/releases/latest) to your `Documents\Elder Scrolls Online\live\AddOns`, giving you `Documents\Elder Scrolls Online\live\AddOns\ResearchDump\ResearchDump.txt` etc. | ||
3. Make sure .Net Framework 4.5.2 is installed | ||
4. Download and unpack [ESOResearchNotifier](https://github.com/gobbo1008/ESOResearchNotifier/releases/latest) to a folder of your choice. The program will need read/write access to that folder | ||
5. Run ESO with the ResearchDump addon and log in to any accounts and characters you want to track | ||
6. Launch ESOResearchNotifier and select the characters you want to track | ||
|
||
**For any issues, refer to the [Issue Tracker](https://github.com/gobbo1008/ESOResearchNotifier/issues). If a bug you have encountered is not already listed there, please create a new ticket and provide as much information as possible. If you are missing a feature you would like, create a ticket in the issue tracker describing the feature (and, where applicable, showing how you imagine the feature to look in the UI).** | ||
|
||
And as always, this software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. |