diff --git a/armoury/README.md b/armoury/README.md index 6334249..b6a428d 100644 --- a/armoury/README.md +++ b/armoury/README.md @@ -1,20 +1,9 @@ # Armoury -The Armoury can display any gear piece in the game, and includes a full model viewer and export functionality. Basic character and bone editing is supported. +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. -![mdlviewer screenshot](../misc/mdlviewer-screenshot.png) - -## Usage - -You must pass the path to your `sqpack` directory as the first argument. - -``` -$ mdlviewer "C:\Program Files (x86)\SquareEnix\Final Fantasy XIV\game\sqpack" -``` +![Screenshot](../misc/mdlviewer-screenshot.png) ## Note The viewport uses Vulkan, so it must be supported on your system in order to work. - -If you're running mdlviewer on macOS (where Qt builds usually don't ship with MoltenVK unfortunatey) -mdlviewer will automatically reconfigure itself to use a standalone SDL2 window.