An easy to use tool to decrypt and encrypt Fall Guys content files.
Support both, content_v1 & content_v2 versions
- Content decryption in different ways
- Custom XorKey
- Encryption in both ways. Content_v1 & content_v2
- Extract latest release into the blank folder and launch the .exe
- Select
content_v2.gdata
orcontent_v1
file (can be found inAppData/LocalLow/Mediatonic/FallGuys_client/
) - Hit the
"Decrypt"
button and wait for a moment - Once done check the
"Decrypted_Output"
folder (Open -> Decoded Output
) for the decrypted content file
- Select
.json
file of your content (or_meta.json
if you decrypted content into parts) - Hit the
"Encrypt"
button and wait for a moment - Once done check the
"Encrypted_Output"
folder (Open -> Encoded Output
). There you'll find thecontent_v2.gdata
file (orcontent_v1
, if you selected it in settings)
- Made using Avalonia UI
- Some UI code were taken from this repository