[IKS] Regular Char Replacer
Posted: Wed May 31, 2017 11:29 pm
Hello. I want to share my script which I used to replace characters in game Papo & Yo. But my script is universal and can be used on any other game too.
How to use it:
1. Install Python 2.7
2. Edit values in script as you wish (for example change .replace('Ś', 'S') to .replace('Ü', 'S'))
3. Comment function that you don't want to use.
4. Uncomment function you want to use.
5. Specify correct file extensions and paths.
6. Run script.
Functionality:
You can replace every character in multiple files with multiple extensions executing just one script.
Advantages:
- Recursive file search
- Free
- Open source
- Universal
Enjoy.
How to use it:
1. Install Python 2.7
2. Edit values in script as you wish (for example change .replace('Ś', 'S') to .replace('Ü', 'S'))
3. Comment function that you don't want to use.
4. Uncomment function you want to use.
5. Specify correct file extensions and paths.
6. Run script.
Functionality:
You can replace every character in multiple files with multiple extensions executing just one script.
Advantages:
- Recursive file search
- Free
- Open source
- Universal
Enjoy.
