Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Etheirys/XAT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2024.8.19.905
Choose a base ref
...
head repository: Etheirys/XAT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 19, 2024

  1. XAT.Plugin ->Migrate to Brio

    Minmoose committed Aug 19, 2024
    Copy the full SHA
    6d5b655 View commit details
Showing with 11 additions and 9 deletions.
  1. +2 −0 README.md
  2. +9 −9 repo.json
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@ XAT or, more formally titled, The XIV Animation Toolkit, is a standalone tool fo

XAT aims to combine and improve on the previous disparate efforts for XIV animation tools, and is intended to be developed and supported over time.

## **The XAT.Plugin Dalamud Plugin** has been murged into Brio, find out how to install Brio [here](https://etheirys-tools.gitbook.io/brio)

## Getting Started
### Prerequisites
* [Visual C++ Redistributable for Visual Studio 2012 x86](https://www.microsoft.com/en-ca/download/details.aspx?id=30679)
18 changes: 9 additions & 9 deletions repo.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[
{
"Author": "Asgard",
"Name": "XAT",
"Author": "Asgard & Contributors",
"Name": "XAT [Migrate to Brio]",
"Description": "Create and edit animations and cutscenes",
"InternalName": "XAT.Plugin",
"AssemblyVersion": "2023.10.3.2301",
"TestingAssemblyVersion": "2023.10.3.2301",
"RepoUrl": "https://github.com/Etheirys/XAT",
"AssemblyVersion": "2024.8.19.2000",
"TestingAssemblyVersion": "2024.8.19.2000",
"RepoUrl": "https://github.com/Etheirys/Brio",
"ApplicableVersion": "any",
"DalamudApiLevel": 9,
"DalamudApiLevel": 10,
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 0,
"LastUpdate": 0,
"LoadPriority": 69420,
"LoadRequiredState": 2,
"LoadSync": true,
"DownloadLinkInstall": "https://github.com/Etheirys/XAT/releases/download/v2023.10.3.2301/XAT-Dalamud-Plugin.zip",
"DownloadLinkTesting": "https://github.com/Etheirys/XAT/releases/download/v2023.10.3.2301/XAT-Dalamud-Plugin.zip",
"DownloadLinkUpdate": "https://github.com/Etheirys/XAT/releases/download/v2023.10.3.2301/XAT-Dalamud-Plugin.zip",
"DownloadLinkInstall": "https://github.com/Etheirys/XAT/releases/download/v2024.8.19.905/XAT-Dalamud-Plugin.zip",
"DownloadLinkTesting": "https://github.com/Etheirys/XAT/releases/download/v2024.8.19.905/XAT-Dalamud-Plugin.zip",
"DownloadLinkUpdate": "https://github.com/Etheirys/XAT/releases/download/v2024.8.19.905/XAT-Dalamud-Plugin.zip",
"IconUrl": "https://raw.githubusercontent.com/Etheirys/XAT/master/Resources/Images/XATIcon.png"
}
]