GithubHelp home page GithubHelp logo

jackquincy / ffprsaveeditor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anub1sr0cks/ffprsaveeditor

0.0 1.0 0.0 269 KB

Save game editor for the Final Fantasy Pixel Remaster series.

C# 100.00%

ffprsaveeditor's Introduction

Final Fantasy Pixel Remaster - Save Game Editor

FFPRSaveEditor is a prototype save game editor project for the Final Fantasy Pixel Remaster series. The initial release supports decrypting, exporting and re-encrypting save game files from the PC (Steam) version of Final Fantasy 1 through 5 (and should be compatible with 6 when it is released in the future).

Prerequisites

This project requires the Microsoft .NET 6.0 runtime to be installed on the system:

https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.1-windows-x64-installer

How to Use

To get started, copy your save game file(s) from the %USERPROFILE%\Documents\My Games\FINAL FANTASY PR\Steam\XXX directory to a safe location. Drag-and-drop the file onto the decrypt executable which will output a plain-text JSON file. After opening and making changes to the file, re-encrypt the save game using the encrypt executable and copy it back into your save game directory.

Always remember to backup your save game files & directories!

Hacking Notes

All FFPR save game data is exported as a large JSON structure which is then DEFLATE compressed, encrypted with a Rijndael cipher and encoded as a Base64 string (in that order). While the raw JSON data is mostly human readable, Square-Enix unfortunately made the shockingly poor decision to stringify every nested JSON node which makes deserializing the structures difficult. The game's parser itself is also very sensitive: save game files which don't conform exactly can cause the game to hang at startup.

Future

Help wanted! I am not a JSON expert. I would appreciate any support from individuals who are interested in working on the project and would like to help sort through the stringified nodes (or figure out how to better deserialize them).

Roadmap

  • Identify and deserialize all JSON nodes into classes
  • Create a managed WPF GUI project to edit save games in an interactive way
  • ???

ffprsaveeditor's People

Contributors

anub1sr0cks avatar

Watchers

BladePoint avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.