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

You Might Also Like
Red Hat Enterprise Linux on Microsoft Azure Icon
Red Hat Enterprise Linux on Microsoft Azure

Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
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