8000 GitHub - myst6re/ff7tk: Toolkit for making tools to edit Final Fantasy 7
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ ff7tk Public
forked from sithlord48/ff7tk

Toolkit for making tools to edit Final Fantasy 7

License

Notifications You must be signed in to change notification settings

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 90.9%
  • CMake 4.3%
  • QML 2.5%
  • C 2.1%
  • Objective-C++ 0.2%
0