1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-08 02:27:46 +00:00
novus/armoury
Joshua Goins e67011ad71 common: Add cache for checking existence of files
This can speed up operations quickly, as files aren't expected to be
changed, and it prevents an index read.
2023-09-25 22:03:42 -04:00
..
include Remove fmt dependency 2023-09-23 14:51:47 -04:00
src common: Add cache for checking existence of files 2023-09-25 22:03:42 -04:00
CMakeLists.txt Add a settings file to store the game directory 2023-09-23 15:21:36 -04:00
README.md Improve README (and add more), add BUILDING and CONTRIBUTING 2023-08-18 12:18:36 -04:00

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.

mdlviewer screenshot

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

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.