Skip to content

RandySeptem/ff7tk

 
 

Repository files navigation

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 90.6%
  • CMake 4.4%
  • QML 2.5%
  • C 2.3%
  • Objective-C++ 0.2%