From 970931f0485b16b7d7c4ab86bff13948f0857fdd Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 16 Mar 2022 18:02:48 -0400 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a8a275..83ac8aa 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,13 @@ going to be integrated into [Astra](https://git.sr.ht/~redstrate/astra) as well. ## Goals * Be integratable into launchers for updating support. * Can export penumbra mods, I have no interest in exporting in TexTools's format. -* Can export/edit some formats such as models, and metadata/exl. \ No newline at end of file +* Can export/edit some formats such as models, and metadata/exl. + +## Dependencies +* fmt for formatting +* z for zlib support, needed for dat files +* unshield for extracting cab files for bootstrapping + +## Features +* Can read index/index2/dat/exh/exl files (see Xparser.h) +* Can extract bootstrap files required to start FFXIV for the first time (see installextract.h) \ No newline at end of file