![]() |
![]() |
|---|
A lightweight utility to automate PES 6 registry configuration on Windows systems (x86/x64). No manual .reg files required!
- Windows 7/8/10/11 (Not tested in WinXP) (32-bit or 64-bit)
- Git Bash (recommended for compilation)
- Files from
./assetsfolder:python-3.4.0.msipywin32-221.win32-py3.4.exepefile-2017.11.5.tar.gzPyInstaller-3.2.tar.gz- UPX binaries (
upx-5.0.0-win32.zip/upx-5.0.0-win64.zip)
# File: "assets\python-3.4.0.msi"
msiexec /i "assets\python-3.4.0.msi"# File: "./assets/pywin32-221.win32-py3.4.exe"
./assets/pywin32-221.win32-py3.4.execurl -O https://bootstrap.pypa.io/pip/3.4/get-pip.py
/c/Python34/python.exe get-pip.py --trusted-host pypi.python.org/c/Python34/Scripts/pip.exe install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org future==0.18.2
/c/Python34/Scripts/pip.exe install ./assets/pefile-2017.11.5.tar.gz
/c/Python34/Scripts/pip.exe install ./assets/PyInstaller-3.2.tar.gz/c/Python34/Scripts/pyinstaller.exe pes6_reg_editor.spec --clean# Extract UPX from assets to C:\upx first
/c/upx/upx.exe --best --lzma --ultra-brute --force ./dist/pes6_reg_editor.exe- Navigate to
distfolder - Right-click
pes6_reg_editor.exe→ Run as Administrator - Select installation language (English/Spanish)
- Click Install
Success message will appear when done.
Error:
GUARD_CF enabled PE files are not supported
Solution:
/c/upx/upx.exe --best --ultra-brute --force ./dist/pes6_reg_editor.exe- Ensure you ran the executable as Administrator
- Verify Python 3.4 is installed at
C:\Python34 - Check error logs in the application directory
PES-6-Registry-Installer/
├── assets/ # Local dependencies
│ ├── python-3.4.0.msi
│ ├── pywin32-221.win32-py3.4.exe
│ ├── pefile-2017.11.5.tar.gz
│ ├── PyInstaller-3.2.tar.gz
│ └── upx-*.zip
├── pes6.ico # Application icon
├── pes6_reg_editor.py # Main script
├── pes6_reg_editor.spec # PyInstaller config
└── README.md # This file
- Developer: MichaelX17
- Icon Designer: MichaelX17
- Tools: PyInstaller, UPX, pefile
Educational/preservation project. Not affiliated with Konami.
/assets are provided for archival purposes only. Use at your own risk.

