-
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.
Add readme
- Loading branch information
Showing
1 changed file
with
46 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,46 @@ | ||
# The Truth Plugin | ||
|
||
## Installation | ||
Make sure arcdps is installed. If arcdps is not installed, this plugin is simply not loaded and does nothing. | ||
Download the latest version from [github releases](https://github.com/pv42/the-truth-plugin/releases/latest). | ||
Then put the .dll file into the same folder as arcdps (normally `<Guild Wars 2>/bin64`). | ||
To disable, just remove the .dll or move it to a different folder. | ||
If you use arcdps plugin manager install into `<Guild Wars 2>/addons/arcdps`. | ||
|
||
## Usage | ||
Set up your own name: | ||
- open arcdps settings (shift+alt+t by default) | ||
- click on the truth and then settings | ||
- in the settings window set the "own name" field to the name that is used for you in the google sheet | ||
|
||
Visibility | ||
- by default a compleate roles roster is displayed in the Lions Arch Aerodrome, this can be toggled with shift+alt+r | ||
- your own roles are also displayed on raid day in the raid wing itself, this can be changed in the settings | ||
|
||
|
||
## Contact | ||
For any errors, feature requests and questions, simply open a new issue here or write pv42#6061 on discord. | ||
|
||
## Developer notes | ||
requires cpr, best installed using vcpkg: | ||
```git clone https://github.com/Microsoft/vcpkg.git | ||
cd vcpkg | ||
./bootstrap-vcpkg.sh | ||
./vcpkg integrate install | ||
./vcpkg install cpr:x64-windows-static-md | ||
``` | ||
Otherwise | ||
|
||
|
||
## LICENSE | ||
|
||
This project is licensed with the MIT License. | ||
|
||
### Dear ImGui | ||
[Dear ImGui](https://github.com/ocornut/imgui) is also licensed with the MIT License and included as git submodule to this project. | ||
|
||
### json | ||
[json](https://github.com/nlohmann/json) is a json library created by nlohmann and licensed with the MIT License. It is included into this project with a single file [json.hpp](/json.hpp). | ||
|
||
### cpr | ||
[cpr](https://github.com/whoshuu/cpr) is a http library, that is licensed with the MIT License. It is included with vcpkg and itself has dependencies. |