Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myst6re/hyne
Final Fantasy VIII Save Editor
https://github.com/myst6re/hyne
ff8 final-fantasy-viii save-editor
Last synced: 6 days ago
JSON representation
Final Fantasy VIII Save Editor
- Host: GitHub
- URL: https://github.com/myst6re/hyne
- Owner: myst6re
- License: gpl-3.0
- Created: 2015-01-24T20:35:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T21:42:28.000Z (6 months ago)
- Last Synced: 2024-06-14T00:16:19.373Z (6 months ago)
- Topics: ff8, final-fantasy-viii, save-editor
- Language: C++
- Homepage: https://www.ff8.fr
- Size: 2.45 MB
- Stars: 56
- Watchers: 7
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Hyne
[![Build Status](https://travis-ci.org/myst6re/hyne.svg?branch=develop)](https://travis-ci.org/myst6re/hyne)
[![Build status](https://ci.appveyor.com/api/projects/status/hqwk4fcapv28kyrq/branch/master?svg=true)](https://ci.appveyor.com/project/myst6re/hyne/branch/master)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
makeIf 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](https://github.com/myst6re/hyne).