A tool that automates the decryption of the fall guys file content_v2.
- Put the python script in \Downloads. Edit the python script, with Visual Studio Code. Install it if you haven't already.
- At the top of the script, there's a thingy (i forgot the name) it says "your_windows_username". Replace that with your actual windows username.
- Save the script.
- Run the script.
- 3 files will appear. a .json, a .gdata and a .gz. Ignore the .gz, it's useless. I don't know why i even implemented it.
- Edit the .json however you'd like.
- Once you have made your changes, re-launch the python script.
- In a new file explorer window, go to C:\Users{user_name}\AppData\LocalLow\Mediatonic\FallGuys_client
- In your downloads folder, copy the .gdata to the FallGuys_client folder.
- Launch the game and your changes will be there!
This project is licensed under the GNU General Public License v3.0.
If you use ANY code from the source:
- You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source and/or obfuscated application.
- You must state clearly and obviously to all end users that you are using code from this project.
- Your application must also be licensed under the same license.