Skip to content

kaniini/hyne

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyne

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 Qt4.7 at least to be compiled. If your version is lower than Qt5, you may need the GZIP library (zlib package).

zlib on Windows

Execute the following commands to fill the zlib directory:

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

How to contribute

Pull requests are welcome on GitHub. Ensure that you have commited in develop branch, otherwise I will not accept your request.

About

Final Fantasy VIII Save Editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.9%
  • Other 1.1%