Coder Social home page Coder Social logo

ffprsaveeditor's People

Contributors

anub1sr0cks avatar jackquincy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ffprsaveeditor's Issues

Switch PR Saves

Hey,

Just curious, tool works great to decrypt PC (What it is intended to do).

I've noticed it does not do the Switch Saves currently, are you interested in doing so? It may be as simple as flipping the byte order/endian.

File names are basically the same, encrypted.. similar to what I have for the PC..

SWITCH SAVE
C:\Temp\FFPR SGE>FFPRSaveEditor.Decrypt.exe 7nCxyzTwG31W3Zlg70mo751W8ETH1n+Km0dWOzRU84Y= test.json
The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
PC SAVE
C:\Temp\FFPR SGE>FFPRSaveEditor.Decrypt.exe 7nCxyzTwG31W3Zlg70mo751W8ETH1n+Km0dWOzRU84Y= test.json
Successfully decrypted 751332 byte(s).
Remember to backup your save game files!

I can send you multiple save files if you wish to look into it further.

No issue, just thanks

This isn't an issue, just wanted to say thanks for putting this together. Somehow playing FFIV on multiple computers mangled the datafile that tracks locations you've visited and monsters you've killed, so I missed out on the two related achievements.

But with FFPRSaveEditor I was able to decrypt the data files, identify the relevant one (contains scenarioFlags and monsterDefeats), edit it, and encrypt it again. (For anyone else who runs into this, I just set all the 0s to 1s in scenarioFlags, and then replaced the monsterDefeats keys and values arrays with 1..255)

On a somewhat related note, I managed to output a "more deserialized" version of their nightmarish JSON by using hashtables. It's really hacky, but I'll try to clean it up and commit it over the Christmas break. Should then be able to generate class files with a tool like json2csharp.com, and from there implement a less-hacky non-hashtable based solution.

Still looking to improve this?

I might have time to do the work to deserialize the json into a class structure. I haven't worked much into WPF so I'm not sure if I could tackle that.

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.