Skip to content

Commit

Permalink
update plugin images and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dit-zy committed Nov 25, 2023
1 parent 693fa95 commit ad7a8ab
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,27 @@ a dalamud helper plugin for making it easier to interact with scout trackers
future)
* automatically pulls scouted marks from the
[hunt helper](https://github.com/imaginary-png/HuntHelper) train recorder
* create a whole template of text including multiple additional fields such
as the number of marks and the patch

## HOW TO USE

1. use hunt helper's train recorder to record hunt marks while you scout

![hunt helper train recorder](./images/hunt-helper-train.png)
![hunt helper train recorder](./images/hunt-helper-train.png)

2. open scout helper with the `/scouth` command
2. open scout helper with the `/scouth` (or `/sch`) command

![scout helper main window](./images/image1.png)
![scout helper main window](./images/main-window.png)

3. select the tracker website you want to generate a link for. this will copy
3. pick a copy mode
* link -- only copies the generated tracker link to your clipboard.
* full-text -- copies an entire template to your clipboard including
multiple train fields beyond just the tracker link.

4. select the tracker website you want to generate a link for. this will copy
the link to your clipboard and echo it to the chat log as a backup

![scout helper main window](./images/image2.png)
![chat output](./images/output.png)

4. share the link with your friends ⸜(≧▽≦)⸝
5. share the link with your friends ⸜(≧▽≦)⸝
6 changes: 4 additions & 2 deletions ScoutHelper/ScoutHelper.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"RepoUrl": "https://github.com/im-scared/scout-helper",
"IconUrl": "https://raw.githubusercontent.com/im-scared/scout-helper/main/images/icon.png",
"ImageUrls": [
"https://raw.githubusercontent.com/im-scared/scout-helper/main/images/image1.png",
"https://raw.githubusercontent.com/im-scared/scout-helper/main/images/image2.png"
"https://raw.githubusercontent.com/im-scared/scout-helper/main/images/hunt-helper-train.png",
"https://raw.githubusercontent.com/im-scared/scout-helper/main/images/main-window.png",
"https://raw.githubusercontent.com/im-scared/scout-helper/main/images/settings.png",
"https://raw.githubusercontent.com/im-scared/scout-helper/main/images/output.png"
]
}
Binary file removed images/image1.png
Binary file not shown.
Binary file removed images/image2.png
Binary file not shown.
Binary file added images/main-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad7a8ab

Please sign in to comment.