diff --git a/README.md b/README.md index 2957224..1bf7ffe 100644 --- a/README.md +++ b/README.md @@ -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 ⸜(≧▽≦)⸝ diff --git a/ScoutHelper/ScoutHelper.json b/ScoutHelper/ScoutHelper.json index 89332d7..8a46ef4 100644 --- a/ScoutHelper/ScoutHelper.json +++ b/ScoutHelper/ScoutHelper.json @@ -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" ] } diff --git a/images/image1.png b/images/image1.png deleted file mode 100644 index aef3658..0000000 Binary files a/images/image1.png and /dev/null differ diff --git a/images/image2.png b/images/image2.png deleted file mode 100644 index 8bf1024..0000000 Binary files a/images/image2.png and /dev/null differ diff --git a/images/main-window.png b/images/main-window.png new file mode 100644 index 0000000..c512462 Binary files /dev/null and b/images/main-window.png differ diff --git a/images/output.png b/images/output.png new file mode 100644 index 0000000..0a06a35 Binary files /dev/null and b/images/output.png differ diff --git a/images/settings.png b/images/settings.png new file mode 100644 index 0000000..dd731ad Binary files /dev/null and b/images/settings.png differ