Hyne is a complete savegame editor for Final Fantasy VIII.
Pease refer to the Qt documentation for more information about how to compile a Qt project.
Hyne needs Qt5 at least to be compiled. If your Qt installation does not have QtZlib, you may need the GZIP library (zlib package).
Execute the following commands to fill the zlib directory (if needed):
git submodule update --init
This feature is only available with Qt5.2+.
Just open Hyne.pro with Qt Creator, that's easy to edit and compile the project with it!
In the project directory:
qmake
make
If you are on Windows, you can compile with mingw32:
qmake
mingw32-make
Change the version number in Hyne.pro
(all targets) and Hyne.desktop
(Unix
targets).
On Windows, you can use deploy.bat
to deploy DLLs, translation files
and compress files.
.travis.yml
and appveyor.yml
are configuration files used to automatically
deploy new versions (tagged in the repository).
Pull requests are welcome on GitHub.