1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-23 04:27:45 +00:00

armoury: Update README

This commit is contained in:
Joshua Goins 2023-10-10 17:55:14 -04:00
parent 9591b9a548
commit edd21efe92

View file

@ -1,20 +1,9 @@
# Armoury # 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) ![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"
```
## Note ## Note
The viewport uses Vulkan, so it must be supported on your system in order to work. 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.