Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/repinek/srepene_patcher
Tool for changing localized strings in the Fall Guys
https://github.com/repinek/srepene_patcher
contentv2 fallguys gzip pyqt5 python-gui xor-encryption
Last synced: 19 days ago
JSON representation
Tool for changing localized strings in the Fall Guys
- Host: GitHub
- URL: https://github.com/repinek/srepene_patcher
- Owner: repinek
- License: gpl-3.0
- Created: 2024-07-02T09:30:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T14:28:22.000Z (6 months ago)
- Last Synced: 2024-07-11T22:35:05.187Z (6 months ago)
- Topics: contentv2, fallguys, gzip, pyqt5, python-gui, xor-encryption
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# srepene Patcher
### Change the text in Fall Guys easily
## Introduction
srepene Patcher is a program that allows you to modify any strings in the Fall Guys game, and then save them to a content_v2 or .ptch file, using a PyQT5 GUI.The idea was completely taken from [Pancake Patcher](https://gamebanana.com/tools/7382), also patches from Pancake Patcher can be applied by srepene Patcher as well.
## Q&A
**Q**: Can i get banned for this?
**A**: There have been no reported cases of a player being banned for editing content_v2, neither has it been tracked in any way. In any case, the creator has nothing to do. Use at your own risk**Q**: What are patches and what are they for?
**A**: .ptch files are used to save the changed strings, so that after updating content_v2 you don't have to do it all over again, just apply your .ptch file**Q**: How exactly does it modify the strings?
**A**: The content_v2 editing is used to change strings, and does not trigger EAC.## Features
- Decode v2 content and view strings directly from the GUI
- Search strings by id and text
- Modify string texts and save the changes to the encoded content v2 file
- Save changes to a .ptch file
- Apply changes from a .ptch file
- Open a second .gdata file, may be useful## To use:
1. Open the content_v2.gdata (It is located at the path C:\Users\YOURNAME\Appdata\LocalLow\Mediatonic\FallGuys_client\)
2. Edit strings
3. Click "Save patch" to create a file that you will be able to use to bring your edits back to the editor, in the event of a content update resetting everything.
4. If you want to add your additions to an existing patch, open the existing one in the Add to Patch button.
5. Press save, and overwrite content_v2.gdata. This will add all the changes currently in the GUI to the game.