mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-25 05:17:44 +00:00
Add mdlviewer screenshot in README
This commit is contained in:
parent
d168592db9
commit
a3632dc582
3 changed files with 27 additions and 6 deletions
33
README.md
33
README.md
|
@ -6,15 +6,36 @@ mirror](https://img.shields.io/badge/mirror-GitHub-black.svg?logo=github)](https
|
|||
[](https://git.ryne.moe/redstrate/novus)
|
||||
|
||||
A cross-platform FFXIV modding tool. This uses my own custom modding library, [libxiv](https://git.sr.ht/~redstrate/libxiv).
|
||||
This is a collection of cross-platform, FFXIV modding tools. These don't use any pre-existing modding framework (Lumina,
|
||||
xivModdingFramework, etc) but instead my own custom modding library, [libxiv](https://git.sr.ht/~redstrate/libxiv).
|
||||
|
||||
This is **alpha** level software, not intended to be usable in any capacity at the moment. All it can really do
|
||||
at the moment is view excel sheets.
|
||||
The goal is to create a good set of tools that isn't based on WPF and C#, and can work cross-platform without having
|
||||
to resort to Wine.
|
||||
|
||||

|
||||
**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.
|
||||
|
||||
## Usage
|
||||
## exdviewer
|
||||
|
||||
This is used to view excel data from the game. It's pretty basic right now but it seems to read anything I throw at it just fine.
|
||||
|
||||
|
||||

|
||||
|
||||
### Usage
|
||||
|
||||
You must pass the path to your `sqpack` directory as the first argument.
|
||||
|
||||
`novus.exe C:\Program Files (x86)\SquareEnix\Final Fantasy XIV\game\sqpack`
|
||||
`exdviewer.exe C:\Program Files (x86)\SquareEnix\Final Fantasy XIV\game\sqpack`
|
||||
|
||||
## mdlviewer
|
||||
|
||||
mdlviewer can display any arbitrary mdl file from the game, provided that it's supported by libxiv and you know it's path.
|
||||
|
||||

|
||||
|
||||
### Usage
|
||||
|
||||
You must pass the path to your `sqpack` directory as the first argument.
|
||||
|
||||
`mdlviewer.exe C:\Program Files (x86)\SquareEnix\Final Fantasy XIV\game\sqpack`
|
||||
|
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
BIN
misc/mdlviewer-screenshot.png
Normal file
BIN
misc/mdlviewer-screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Loading…
Add table
Reference in a new issue