1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-20 19:57:44 +00:00
novus/armoury
2023-09-26 00:37:55 -04:00
..
include Port to Qt6 2023-09-26 00:37:55 -04:00
src Port to Qt6 2023-09-26 00:37:55 -04:00
CMakeLists.txt Port to Qt6 2023-09-26 00:37:55 -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.