sithlord48 / ff7tk

Toolkit for making tools to edit Final Fantasy VII

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ff7tk Linux Status Codacy Badge REUSE status

ff7tk is a Toolkit that makes programing Final Fantasy VII tools easier.

This project is under LGPL-3.0+.

ff7tk is written by:

with Contributions from:

Using Icons from:

Using the Installers

ff7tk installer

You can use the ff7tk <version>-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-<VERSION#>
  • Mac OS
    • ~/Applications/ff7tk
    • ~/Applications/ff7tk-<VERSION#>
    • /Applications/ff7tk
    • /Applications/ff7tk-<VERSION#>
  • Linux
    • /opt/ff7tk
    • /opt/ff7tk-VERSION
    • ~/.local/opt/ff7tk
    • ~/.local/opt/ff7tk-<VERSION#>

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 <ff7tk_install_path>/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

Projects using parts or all of ff7tk

Getting Involved

About

Toolkit for making tools to edit Final Fantasy VII

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 90.9%Language:CMake 4.2%Language:QML 2.6%Language:C 2.1%Language:Objective-C++ 0.3%