https://github.com/sithlord48/ff7tk
Toolkit for making tools to edit Final Fantasy VII
https://github.com/sithlord48/ff7tk
cross-platform ff7 final-fantasy-vii hacktoberfest qt
Last synced: about 1 year ago
JSON representation
Toolkit for making tools to edit Final Fantasy VII
- Host: GitHub
- URL: https://github.com/sithlord48/ff7tk
- Owner: sithlord48
- License: lgpl-3.0
- Created: 2014-07-28T21:05:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T13:44:23.000Z (over 1 year ago)
- Last Synced: 2024-10-29T12:43:35.499Z (over 1 year ago)
- Topics: cross-platform, ff7, final-fantasy-vii, hacktoberfest, qt
- Language: C++
- Homepage:
- Size: 59.1 MB
- Stars: 27
- Watchers: 4
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING.TXT
Awesome Lists containing this project
README
ff7tk
[](https://github.com/sithlord48/ff7tk/actions/workflows/build.yml) [](https://app.codacy.com/gh/sithlord48/ff7tk/dashboard) [](https://api.reuse.software/info/github.com/sithlord48/ff7tk)
===
ff7tk is a Toolkit that makes programing Final Fantasy VII tools easier.
This project is under [LGPL-3.0]+.
ff7tk is written by:
- Chris Rizzitello
with Contributions from:
- Jérôme Arzel
- Vegeta_Ss4
Using Icons from:
- Action Icons from [Tango Desktop Project]
- Item Icons from[Team Avalanche GUI]
- Char Images from [Aavock UI Overhaul]
## Using the Installers
### ff7tk installer
You can use the `ff7tk -installer` to install ff7tk, when using them its recommended to install to one of following paths.
- Windows:
- `C:\Program Files\ff7tk`
- `C:\Program Files\ff7tk-`
- Mac OS
- `~/Applications/ff7tk`
- `~/Applications/ff7tk-`
- `/Applications/ff7tk`
- `/Applications/ff7tk-`
- Linux
- `/opt/ff7tk`
- `/opt/ff7tk-VERSION`
- `~/.local/opt/ff7tk`
- `~/.local/opt/ff7tk-`
### Adding ff7tk to the path
Depending on your os and how you install you may want to also add the install path explicitly to your "PATH"
- Windows
- [Windows_Add to_path]
- Developers may also want to add `/lib/cmake/ff7tk` to the path so cmake can easily find ff7tk.
- Linux / Mac os
- [Linux_Add_to_path]
- Make a new file /etc/ld.so.d/ff7tk that contains the path to the ff7tk libs, then run `ldconfig`
## Building with ff7tk
- [Building]
- [Documentation]
## Projects using parts or all of ff7tk
- [Black Chocobo]
- [Makou Reactor]
## Getting Involved
- ff7tk's [Web] page
- Report [Bugs].
- Support us by making a [Donation].
- [Contribute] to ff7tk.
[Aavock UI Overhaul]:https://forums.qhimm.com/index.php?topic=20331
[Tango Desktop Project]:http://tango.freedesktop.org/Tango_Desktop_Project
[Team Avalanche GUI]:https://forums.qhimm.com/index.php?topic=18397
[Bugs]:https://github.com/sithlord48/ff7tk/issues
[Web]:https://github.com/sithlord48/ff7tk
[LGPL-3.0]:https://www.gnu.org/licenses/lgpl.html
[Donation]:http://sourceforge.net/p/blackchocobo/donate/
[Black Chocobo]:https://github.com/sithlord48/blackchocobo
[Makou Reactor]:https://github.com/myst6re/makoureactor
[Documentation]:https://sithlord48.github.io/ff7tk/
[Building]:http://sithlord48.github.io/ff7tk/md_docs_build.html
[Contribute]:http://sithlord48.github.io/ff7tk/md_docs_CONTRIBUTING.html
[Releases]:https://github.com/sithlord48/ff7tk/releases
[Windows_Add to_path]:https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ee537574(v=office.14)
[Linux_Add_to_path]:https://stackabuse.com/how-to-permanently-set-path-in-linux/