1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-23 12:37:45 +00:00
Unofficial FFXIV tools
Find a file
2023-10-10 17:55:14 -04:00
.reuse armoury: Embed shaders, skeletons (for now) to allow it to run 2023-10-10 17:16:11 -04:00
argcracker argcracker: Prefix with novus- and add usage guide when no args are used 2023-10-10 17:19:04 -04:00
armoury armoury: Update README 2023-10-10 17:55:14 -04:00
bonedecomp Port to Qt6 2023-09-26 00:37:55 -04:00
cmake Use KAboutApplicationWindow instead of our custom one 2023-09-23 15:45:38 -04:00
common common: Rename to "novus-common" to match the rest of the targets 2023-10-10 17:20:43 -04:00
exdviewer common: Rename to "novus-common" to match the rest of the targets 2023-10-10 17:20:43 -04:00
explorer common: Rename to "novus-common" to match the rest of the targets 2023-10-10 17:20:43 -04:00
extern armoury: Oops, fix git error 2023-10-10 16:46:07 -04:00
LICENSES Ensure compliance with REUSE, add to CI 2023-08-06 08:50:33 -04:00
mdlviewer mdlviewer: Fix compile error due to MDLPart API change 2023-10-10 17:20:55 -04:00
misc Update mdlviewer screenshot 2022-08-11 17:55:42 -04:00
parts exdpart: Make definition JSON optional, oops 2023-10-10 17:23:07 -04:00
renderer armoury: Embed shaders, skeletons (for now) to allow it to run 2023-10-10 17:16:11 -04:00
scripts Add tarball script 2023-10-04 18:12:31 -04:00
sdklauncher Port to Qt6 2023-09-26 00:37:55 -04:00
.build.yml Add upload tarball to the CI 2023-10-04 18:15:41 -04:00
.gitignore Add .clang-format to .gitignore because it's generated by ECM 2023-09-25 21:57:40 -04:00
.gitmodules Switch to libphysis git submodule 2023-10-04 18:09:34 -04:00
BUILDING.md Improve README (and add more), add BUILDING and CONTRIBUTING 2023-08-18 12:18:36 -04:00
CMakeLists.txt Port to Qt6 2023-09-26 00:37:55 -04:00
CONTRIBUTING.md Improve README (and add more), add BUILDING and CONTRIBUTING 2023-08-18 12:18:36 -04:00
README.md Add CI status to README 2023-08-31 14:21:53 +02:00

Novus

builds.sr.ht status

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.

Components

This repository contains many parts of Novus, such as:

  • Argcracker, a program that can decrypt game arguments.
  • Armoury, a graphical gear and character viewer.
  • Bone Decompiler, a tool to decompile Havok skeleton files into TexTools-compatible JSON.
  • EXD Viewer, a graphical program to view Excel (EXD) sheets from the game.
  • Explorer, a graphical interface to explore DAT files.
  • Model Viewer, a graphical model viewer for MDL files.

Building

Please refer to the building document for instructions on how to build Novus.

Contributing

Please refer to the contributing document for everything you need to know to get started contributing to Novus.

License

GPLv3

This project is licensed under the GNU General Public License 3. Some code or assets may be licensed differently, please refer to the REUSE metadata.