ff6edit is a program that can be used to edit the save state information in Final Fantasy VI (or FFIII in the USA) in order to customize your characters however you see fit. It will be written in C++ and run in the GTK environment.

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow Final Fantasy VI Save State Editor

Final Fantasy VI Save State Editor Web Site

Other Useful Business Software
Get Advanced Threat Protection for Your Azure Workloads Icon
Get Advanced Threat Protection for Your Azure Workloads

FortiGate NGFW on Azure Enables You to Protect Your Workloads Beyond Basic Azure Security Services

FortiGate NGFW identifies and stops advanced threats with powerful application control, malware protection, web filtering, antivirus, and IPS technology. As the attack surface expands, FortiGate provides integrated and automated protection against emerging and sophisticated threats while securing hybrid or multi-cloud environments. Deploy today in Azure Marketplace.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5

User Reviews

  • [ Will compile in Ubuntu Zesty 64-bit] [ Open folder ff6edit and do the following: ] [ configure.ac - PKG_CHECK_MODULES, add zlib to end of list ] [ autoreconf --force --install ] [ ./configure ] [ Open folder src and change the files as noted: ] [ ff6.cpp, top.cpp, zsnesloader.cpp, snes9xloader.cpp - at top of file add #include <cstring> ] [ bottom.cpp - guint iCount; changes to gulong iCount; and iCount = (guint)itemCount; changes to iCount = (gulong)itemCount; ] [ top.cpp - sprintf(buffer,"Command%u",i); changes to sprintf(buffer,"Command%lu",i); ] [ zsnesloader.cpp - change "ZSNES Save State File V0.6" to "ZSNES Save State File V" ] [ snes9xloader.cpp - change "#!snes9x" to "#!s9xsnp" and add #include <stdlib.h> ] [ Save state formats have changed since program was written. zsnes was 0.6 and now 143. Still handles that well. snes9x seems to have had such significant changes that program segfaults when trying to open it. ]
Read more reviews >

Additional Project Details

Intended Audience

End Users/Desktop

User Interface

GTK+

Programming Language

C++

Related Categories

C++ Role-Playing Games (RPG)

Registered

2005-06-15