myst6re / hyne

Final Fantasy VIII Save Editor

Home Page:https://www.ff8.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyne

Build Status Build status

Hyne is a complete savegame editor for Final Fantasy VIII.

How to compile

Pease refer to the Qt documentation for more information about how to compile a Qt project.

Dependencies

Hyne needs Qt5 at least to be compiled. If your Qt installation does not have QtZlib, you may need the GZIP library (zlib package).

zlib on Windows

Execute the following commands to fill the zlib directory (if needed):

git submodule update --init

About taskbar button feature (Windows 7+)

This feature is only available with Qt5.2+.

Compile with Qt Creator

Just open Hyne.pro with Qt Creator, that's easy to edit and compile the project with it!

Compile manually

In the project directory:

qmake
make

If you are on Windows, you can compile with mingw32:

qmake
mingw32-make

Deploy

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).

How to contribute

Pull requests are welcome on GitHub.

About

Final Fantasy VIII Save Editor

https://www.ff8.fr

License:GNU General Public License v3.0


Languages

Language:C++ 98.5%Language:C 0.7%Language:QMake 0.7%Language:Batchfile 0.1%