elderscrolls-addon-achievem.../README.md

47 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

2016-08-03 11:28:13 +00:00
# AchievementInfo
2019-10-23 10:03:50 +00:00
[![Build Status](https://drone.f-brinker.de/api/badges/fbrinker/elderscrolls-addon-achievementInfo/status.svg)](https://drone.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo)
[![Latest Releases](https://badgen.net/badge/releases/latest)](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/releases)
2020-11-02 21:53:06 +00:00
[![Downloads](https://badgen.net/https/scripts.f-brinker.de/esoui-stats/badge-total.php?cache=1800)](https://www.esoui.com/downloads/info350-AchievementInfo.html)
[![Favorites](https://badgen.net/https/scripts.f-brinker.de/esoui-stats/badge-fav.php?cache=1800)](https://www.esoui.com/downloads/info350-AchievementInfo.html)
2019-10-23 10:03:50 +00:00
2021-06-07 18:58:05 +00:00
This is a **The Elderscrolls Online** addon. [See all details and the download @ESOUI](http://www.esoui.com/downloads/info350-AchievementInfo.html#info).
2016-08-03 11:28:13 +00:00
2019-09-11 20:23:29 +00:00
[Issue-Tracker](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/issues)
2020-06-07 20:52:50 +00:00
## Description
### What is this AddOn about?
2021-06-07 18:58:05 +00:00
I like achievements, and I like to know what to do to complete them and what type of achievements exist without browsing through the entire achievement catalog: This AddOn displays lightweight chat notifications if you make progress in an achievement (please see the screenshots).
2020-06-07 20:52:50 +00:00
### Features
* Shows chat notifications if you do something that is needed for an achievement
2021-06-07 18:58:05 +00:00
* Triggers on each action or just in x% steps of the achievement's requirements (configurable)
2020-06-07 20:52:50 +00:00
* Can show some details in the chat notification like (kill 250/1000 Humanoids)
* You can toggle the notifications for each category
* Lightweight: It is not always present and shows up only when necessary
* You can enable account-wide settings
![preview screenshot](screenshots/chat-1.jpg)
## Why is this a public project?
2019-10-23 10:03:50 +00:00
2016-08-03 11:34:27 +00:00
In case I quit or pause playing TESO and cannot maintain this addon, feel free to contribute to keep this up to date and running.
I'll still be available here and be able to update the ESOUI page.
## How to contribute?
2019-10-23 10:03:50 +00:00
2021-06-07 18:58:05 +00:00
**IMPORTANT: Github is a mirror.** Please contribute at [git.f-brinker.de/elderscrolls-addon-achievementInfo](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo) - You can log in with your Github or Gitlab account (OAuth2).
2021-06-07 18:58:05 +00:00
Then, create a fork of the repository, do what you have to do, and create a pull-request afterward. Feel free to contact me any time.
#### Linting
2020-06-01 11:47:35 +00:00
Luacheck is used to check the LUA code. [Documentation](https://luacheck.readthedocs.io/en/stable/index.html)
## API Version Upgrade
* Increment the API Version in the _AchievementInfo.txt_ file
* Commit: `git commit -am "New Api Version"`
* Add new Tag `git tag x.yz`
* Push `git push && git push --tags`