https://github.com/gw2scratch/arcdps-clears
A plugin for arcdps which adds a window that shows your current weekly clears.
https://github.com/gw2scratch/arcdps-clears
arcdps guildwars2 gw2 gw2-api
Last synced: about 2 months ago
JSON representation
A plugin for arcdps which adds a window that shows your current weekly clears.
- Host: GitHub
- URL: https://github.com/gw2scratch/arcdps-clears
- Owner: gw2scratch
- License: mit
- Created: 2021-05-11T14:27:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:16:51.000Z (over 3 years ago)
- Last Synced: 2024-07-30T18:56:56.005Z (almost 2 years ago)
- Topics: arcdps, guildwars2, gw2, gw2-api
- Language: Rust
- Homepage: https://gw2scratch.com/tools/arcdps-clears
- Size: 176 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/gw2scratch/arcdps-clears/actions/workflows/build-and-test.yml)
[](https://gw2scratch.com/tools/arcdps-clears)
[](https://discord.gg/rNXRS6ZkYe)
# arcdps clears
A plugin for arcdps which adds a window for quickly checking your current weekly clears in the game.
This plugin uses the official Guild Wars 2 API to get the clear data, you will need an [API key](https://wiki.guildwars2.com/wiki/API:API_key) (with access to *account* and *progression*).
The plugin uses no actual arcdps combat data, so it is the same as your typical overlay program – no need to worry about breaking any rules.
## Screenshots
[](https://gw2scratch.com/tools/arcdps-clears)
[](https://gw2scratch.com/tools/arcdps-clears)
## Features
- Shows raid clears for your account(s) within the game.
- Shows raid clears of friends if they also use the addon.
- Offers multiple table styles and many other configuration options
### Currently not supported
- non-raid content (sorry, no dungeons or world bosses yet!)
- weekly CM achievement – currently impossible due to [API limitations](https://github.com/gw2-api/issues/issues/2)
## Usage
An [user guide](https://guides.gw2scratch.com/clears/) is available,
with installation steps and descriptions of how to use the plugin.
## Translations
You can make a custom translation for the text and the short boss names, should they not be to your liking.
To do so, create an `arcdps_lang_clears.json` file in the `addons/arcdps` directory (next to `arcdps.log`, `settings_clears.json` and others).
You should use the [default translation](translations/arcdps_lang_clears.json) as a base.
If you make a translation to a different language, let us know, we will feature it here.
## Contributing
Please let me know before considering contributing any changes. I have plans for certain features that
are pretty complex and may be completely incompatible with what you want to change.
Feature requests and bug reports are welcome!