Modified version of 4ccEditor for PES for use in ICUP matches.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
erisian e5642567a2 Update LICENSE 2 years ago
4ccEditor.vcproj PES21 Preview Edition (Version B) 2 years ago
4cc_logo.bmp Replace external 4CC branding with ICUP branding 2 years ago
4cc_med.ico Replace external 4CC branding with ICUP branding 2 years ago
4cc_sm.ico Replace external 4CC branding with ICUP branding 2 years ago
LICENSE.md Update LICENSE 2 years ago
README.md Update README 2 years ago
aatf.cpp Update AATF to ICUP6 rules 2 years ago
comparator.cpp 10th Anniversary Edition (Version B) 2 years ago
crypt.cpp Summer 19 Version B 4 years ago
crypt.h PES21 Preview Edition (Version B) 2 years ago
data_util.cpp PES21 Preview Edition (Version A) 2 years ago
editor.h Allow team game plan import for PES17 2 years ago
main.cpp Fix set stats buttons for ICUP regulations 2 years ago
pes16.cpp Summer 19 Version B 4 years ago
pes17.cpp Allow team game plan import for PES17 2 years ago
pes18.cpp Summer 19 Edition (Version C) 4 years ago
pes19.cpp PES21 Preview Edition (Version B) 2 years ago
pes20.cpp 10th Anniversary Edition (Version A) 2 years ago
pstdint.h Summer 19 Version B 4 years ago
resource.h 10th Anniversary Edition (Version A) 2 years ago
resource.rc PES21 Preview Edition (Version A) 2 years ago
window.cpp 10th Anniversary Edition (Version B) 2 years ago
window.h PES21 Preview Edition (Version B) 2 years ago

README.md

4ccEditor

4ccEditor is a save file (EDIT00000000) editor for Konami's Pro Evolution Soccer series. At present, it supports save files from PES 2016-PES 2021. This project contains the source code needed to compile 4ccEditor as a Microsoft Visual C++ project.

ICUP version

This version contains modifications to assist use in ICUP (Infinity Cup) events. Because of this, only PES 2017 modifications are made and tested. Compatibility with other releases of PES is unlikely without modification, the original 4chan Cup version should be used instead for those versions.

Changes to origin:

  • Rebranding (to easily differentiate between the official 4ccEditor and this mod)
  • AATF ruleset changed to ICUP rules
  • Players are sorted by team roster order instead of player ID order
  • Squad export and import preserves team game plan settings
  • Warning appears when an imported squad has a different number of players to the current team

4ccEditor depends on libpesXcrypter.dll, a library that can be found in the libpesXcrypter branch of pesXdecrypter.

This project is released under the zlib license. See License.md for details.