1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-20 03:37:46 +00:00
Unofficial FFXIV tools
Find a file
Joshua Goins e34daadbcd Split up Renderer's source files and a lot of refactoring
This now splits up the rendering system into sensible parts, and makes
it easier to switch between the simple renderer and the new experimental
one. Lots of refactors I needed to do for a while are now done, too.
2024-04-21 17:35:51 -04:00
.reuse Fix REUSE 2024-02-02 14:29:57 -05:00
argcracker More small code improvements/cleanup 2023-12-10 08:39:45 -05:00
armoury Armoury: Make sure the import and edit buttons are disabled when needed 2024-04-20 15:14:49 -04:00
cmake Use KAboutApplicationWindow instead of our custom one 2023-09-23 15:45:38 -04:00
common Add support for viewing dictionary files 2024-04-18 22:21:53 -04:00
extern No longer hardcode the SHPK node selector 2024-04-21 10:08:55 -04:00
karuku Hook up translation domains 2024-02-04 15:36:08 -05:00
launcher Hook up translation domains 2024-02-04 15:36:08 -05:00
LICENSES Fix REUSE 2024-02-02 14:29:57 -05:00
mapeditor Prevent crash in map editor when it loads an invalid plate model 2024-04-18 18:53:21 -04:00
mdlviewer MDLViewer: Add lod and triangle count 2024-04-20 15:32:32 -04:00
misc Add new screenshots 2023-10-13 00:25:20 -04:00
parts Split up Renderer's source files and a lot of refactoring 2024-04-21 17:35:51 -04:00
renderer Split up Renderer's source files and a lot of refactoring 2024-04-21 17:35:51 -04:00
sagasu Add support for viewing dictionary files 2024-04-18 22:21:53 -04:00
scripts Add tarball script 2023-10-04 18:12:31 -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 Add DXBC git submodule 2023-10-13 14:58:55 -04:00
BUILDING.md Improve README (and add more), add BUILDING and CONTRIBUTING 2023-08-18 12:18:36 -04:00
CMakeLists.txt common: Support localization 2024-02-04 15:04:01 -05:00
CONTRIBUTING.md Improve README (and add more), add BUILDING and CONTRIBUTING 2023-08-18 12:18:36 -04:00
Messages.sh Add Messages.sh 2024-02-25 11:16:33 -05:00
README.md Fix components list 2024-02-02 14:41:25 -05:00

Novus

builds.sr.ht status

A suite of FFXIV modding tools for Linux.

Screenshot of some of the applications

Components

This repository contains many parts of Novus, such as:

  • Argcracker, a program that can help decrypt game arguments.
  • Gear Editor, a graphical gear and character viewer. It also supports GLTF import & export.
  • Map Editor, a graphical map viewer.
  • Excel Editor, a graphical program to view Excel data sheets.
  • Model Viewer, a graphical model viewer for MDL files.
  • Data Explorer, a graphical interface to explore FFXIV data archive 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.