1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 13:07:44 +00:00
novus/README.md

42 lines
2 KiB
Markdown
Raw Normal View History

2023-12-31 12:14:46 -05:00
# Novus
2022-03-15 16:00:36 -04:00
A suite of unofficial FFXIV tools, including a model viewer and data archive explorer.
2022-04-11 12:15:32 -04:00
2024-04-22 16:11:54 -04:00
![Screenshot of some of the applications](https://xiv.zone/novus.png)
2022-04-11 12:15:32 -04:00
## Components
2024-04-22 15:16:31 -04:00
Here is an exhaustive list of tooling available here:
* [Argcracker](apps/argcracker), a program that can help decrypt game arguments.
* [Gear Editor](apps/armoury), a graphical gear and character viewer. It also supports GLTF import & export.
* [Map Editor](apps/mapeditor), a graphical map viewer.
* [Excel Editor](apps/karuku), a graphical program to view Excel data sheets.
* [Model Viewer](apps/mdlviewer), a graphical model viewer for MDL files.
* [Data Viewer](apps/sagasu), a graphical interface to explore FFXIV data archive files.
* [Material Editor](apps/mateditor), a program to view material files.
* [Game Launcher](apps/gamelauncher), a program to quickly launch the game for testing.
## Usage
There are no releases at the moment, but experimental builds are currently available for Windows and Linux via [GitHub Actions](https://github.com/redstrate/Novus/actions). Note that the Linux binaries may not be completely portable.
2024-04-27 21:33:11 -04:00
### Supported Game Versions
I have only tested Novus on 6.x (Endwalker) so far, and it has limited support for 7.x (Dawntrail) except for the new renderer. If you're using Novus against Dawntrail, make sure to set the `NOVUS_IS_DAWNTRAIL=1` environment variable.
2024-04-27 21:33:11 -04:00
## Building
2022-04-14 19:00:42 -04:00
Please refer to the [building document](BUILDING.md) for instructions on how to build Novus.
2022-04-14 19:00:42 -04:00
## Contributing & Support
2022-04-14 19:00:42 -04:00
The best way you can help is by [monetarily supporting me](https://redstrate.com/fund/) or by submitting patches to
help fix bugs or add functionality. Filing issues is appreciated, but I do this in my free time so please don't expect professional support.
2022-04-14 19:00:42 -04:00
## License
2022-04-14 19:00:42 -04:00
![GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png)
2022-04-14 19:00:42 -04:00
2024-04-22 15:16:31 -04:00
This project is licensed under the [GNU General Public License 3](LICENSE). Some code or assets may be licensed differently, please refer to the [REUSE](https://reuse.software/spec/) metadata.