diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 98e3cb1..eaac5b7 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ # These are supported funding model platforms -ko_fi: nightmarexiv -patreon: NightmareXIV \ No newline at end of file +patreon: NightmareXIV +custom: crypto.nightmarexiv.com diff --git a/.github/workflows/Trigger Readme Rebuild.yml b/.github/workflows/Trigger Readme Rebuild.yml deleted file mode 100644 index c7bad9f..0000000 --- a/.github/workflows/Trigger Readme Rebuild.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Trigger Readme Rebuild - -on: - push: - paths: - - meta/** - workflow_dispatch: - -jobs: - TriggerReadmeRebuild: - uses: - NightmareXIV/MyDalamudPlugins/.github/workflows/Create_readme_full.yml@main - secrets: inherit \ No newline at end of file diff --git a/.github/workflows/TriggerUpdateMetadata.yml b/.github/workflows/TriggerUpdateMetadata.yml new file mode 100644 index 0000000..4fd6ead --- /dev/null +++ b/.github/workflows/TriggerUpdateMetadata.yml @@ -0,0 +1,12 @@ +name: Trigger Update Metadata +on: + push: + paths: + - meta/** + workflow_dispatch: + +jobs: + TriggerUpdateMetadata: + uses: + NightmareXIV/MyDalamudPlugins/.github/workflows/Update_Metadata.yml@main + secrets: inherit diff --git a/README.md b/README.md index 108eefa..9b855ac 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ -# Become a Supporter! -If you like this or any of the other plugins I maintain, please consider becoming a supporter on Patreon or via other means! This will help me to continue updating the plugin and implement new features and you will receive benefits such as priority support, prioritized feature request, early testing builds and private plugins as well - number of which will only grow with Dawntrail. +# TextAdvance +Quest speedrunning assistance tool. Automatically confirm quest acceptation and completion, skip subtitles, cutscenes and most of prompts. +## Become a Supporter! +If you like TextAdvance, please consider becoming a supporter on Patreon or via other means! This will help me to continue updating TextAdvance and work on new plugins and features and you will receive benefits such as early progress updates, priority support, prioritized feature requests, early testing builds and private tools. - [Subscribe on Patreon](https://subscribe.nightmarexiv.com/) - eligible for Discord role - [Donate Litecoin, Bitcoin, Tether or other crypto](https://crypto.nightmarexiv.com/) - eligible for Discord role -- [One-time donation via Ko-Fi](https://donate.nightmarexiv.com/) ### Also: - [Explore other plugins I maintain or contributed to](https://explore.nightmarexiv.com/) - [Join NightmareXIV Discord server to receive fast support and pings about plugin updates](https://discord.gg/m8NRt4X8Gf) -# TextAdvance -# [⚠ For installation instructions please click here. ⚠](https://github.com/NightmareXIV/MyDalamudPlugins#installation) -A tool to assist with quest speedrunning. +## Description

@@ -29,11 +28,16 @@ Additional functions: **TextAdvance automatically disables itself every time you log out and requires you to type `/at` command whenever you want to reenable it.** You can override this behavior by enabling "Don't auto-disable plugin on logout" option. Alternatively, you can configure characters on which you want it to automatically enable upon log in. - -## Install -Dalamud repository: - -`https://raw.githubusercontent.com/NightmareXIV/MyDalamudPlugins/main/pluginmaster.json` - -Detailed instructions available here: https://github.com/NightmareXIV/MyDalamudPlugins - +## This plugin is in development +This means that there are still features that I would like to implement in future or features that I would like to enhance, as well as that I'm accepting suggestions and feature requests. +## Installation +1. Install [FFXIVQuickLauncher](https://github.com/goatcorp/FFXIVQuickLauncher?tab=readme-ov-file#xivlauncher-----) and enable Dalamud in it's settings. You have to run the game through FFXIVQuickLauncher in order for any of these plugins to work. +2. Open Dalamud settings by typing `/xlsettings` in game chat. +3. Go to "Experimental" tab. +4. Find "Custom Plugin Repositories" section, agree with listed terms if needed and paste the following link into text input field: `https://github.com/NightmareXIV/MyDalamudPlugins/raw/main/pluginmaster.json` +5. Click "Save" button. + +You should now have NightmareXIV plugins available in your plugin installer.
+Open plugin installer by typing `/xlplugins` in game chat, go to "Available plugins" section and search for a plugin you would like to install. + +![image](https://github.com/NightmareXIV/MyDalamudPlugins/blob/main/meta/install/installer.png?raw=true) diff --git a/meta/config.ini b/meta/config.ini new file mode 100644 index 0000000..8108809 --- /dev/null +++ b/meta/config.ini @@ -0,0 +1,4 @@ +donate=full +front +state=active +install=normal diff --git a/meta/front.md b/meta/front.md index 9b9f866..10af728 100644 --- a/meta/front.md +++ b/meta/front.md @@ -1,6 +1,4 @@ -# TextAdvance -# [⚠ For installation instructions please click here. ⚠](https://github.com/NightmareXIV/MyDalamudPlugins#installation) -A tool to assist with quest speedrunning. +## Description

@@ -20,10 +18,3 @@ Additional functions: **TextAdvance automatically disables itself every time you log out and requires you to type `/at` command whenever you want to reenable it.** You can override this behavior by enabling "Don't auto-disable plugin on logout" option. Alternatively, you can configure characters on which you want it to automatically enable upon log in. - -## Install -Dalamud repository: - -`https://raw.githubusercontent.com/NightmareXIV/MyDalamudPlugins/main/pluginmaster.json` - -Detailed instructions available here: https://github.com/NightmareXIV/MyDalamudPlugins