diff --git a/README.md b/README.md index 9b745c9..acfe56f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ A suite of FFXIV modding tools for Linux. -**Note:** This is alpha level software, not intended to be usable in any capacity at the moment. Thus, I have not tagged -any stable releases. +![Screenshot of some of the applications](misc/screenshot-main.png) ## Components diff --git a/armoury/README.md b/armoury/README.md index b6a428d..c89f645 100644 --- a/armoury/README.md +++ b/armoury/README.md @@ -2,7 +2,7 @@ The Armoury can display gear pieces from FFXIV, and includes a full model viewer and export functionality. Basic character and bone editing is also supported. -![Screenshot](../misc/mdlviewer-screenshot.png) +![Screenshot](../misc/armoury-screenshot.png) ## Note diff --git a/karuku/README.md b/karuku/README.md index 0f8858a..c16db71 100644 --- a/karuku/README.md +++ b/karuku/README.md @@ -2,4 +2,4 @@ EXD Viewer can view excel data from the game, and can decode well known sheets using Garlond Tools if you have the definitions. -![Screenshot](../misc/exdviewer-screenshot.png) +![Screenshot](../misc/karuku-screenshot.png) diff --git a/misc/armoury-screenshot.png b/misc/armoury-screenshot.png new file mode 100644 index 0000000..01f517b Binary files /dev/null and b/misc/armoury-screenshot.png differ diff --git a/misc/exdviewer-screenshot.png b/misc/exdviewer-screenshot.png deleted file mode 100644 index 1097fe9..0000000 Binary files a/misc/exdviewer-screenshot.png and /dev/null differ diff --git a/misc/karuku-screenshot.png b/misc/karuku-screenshot.png new file mode 100644 index 0000000..86da787 Binary files /dev/null and b/misc/karuku-screenshot.png differ diff --git a/misc/mdlviewer-screenshot.png b/misc/mdlviewer-screenshot.png deleted file mode 100644 index 875dc4f..0000000 Binary files a/misc/mdlviewer-screenshot.png and /dev/null differ diff --git a/misc/sagasu-screenshot.png b/misc/sagasu-screenshot.png new file mode 100644 index 0000000..b9477d5 Binary files /dev/null and b/misc/sagasu-screenshot.png differ diff --git a/misc/screenshot-main.png b/misc/screenshot-main.png new file mode 100644 index 0000000..488fcba Binary files /dev/null and b/misc/screenshot-main.png differ diff --git a/sagasu/README.md b/sagasu/README.md index 2bab8e4..f582612 100644 --- a/sagasu/README.md +++ b/sagasu/README.md @@ -1,3 +1,5 @@ # Sagasu Useful for exploring all known files in FFXIV data archives. It can view models and excel sheets within the program, without having to boot up Karuku or Armoury. + +![Screenshot](../misc/sagasu-screenshot.png)