Modified version of 4ccEditor for PES for use in ICUP matches.
 
 
Go to file
erisian e5642567a2 Update LICENSE 2021-03-10 12:49:11 +01:00
4ccEditor.vcproj PES21 Preview Edition (Version B) 2021-01-09 14:10:20 -06:00
4cc_logo.bmp Replace external 4CC branding with ICUP branding 2021-03-10 07:31:46 +00:00
4cc_med.ico Replace external 4CC branding with ICUP branding 2021-03-10 07:31:46 +00:00
4cc_sm.ico Replace external 4CC branding with ICUP branding 2021-03-10 07:31:46 +00:00
LICENSE.md Update LICENSE 2021-03-10 12:49:11 +01:00
README.md Update README 2021-03-10 11:38:58 +00:00
aatf.cpp Update AATF to ICUP6 rules 2021-03-10 11:32:05 +00:00
comparator.cpp 10th Anniversary Edition (Version B) 2021-03-07 13:27:56 -06:00
crypt.cpp Summer 19 Version B 2019-08-16 21:30:43 -05:00
crypt.h PES21 Preview Edition (Version B) 2021-01-09 14:10:20 -06:00
data_util.cpp PES21 Preview Edition (Version A) 2020-11-17 20:06:49 -06:00
editor.h Allow team game plan import for PES17 2021-03-10 11:32:40 +00:00
main.cpp Fix set stats buttons for ICUP regulations 2021-03-10 11:32:40 +00:00
pes16.cpp Summer 19 Version B 2019-08-16 21:30:43 -05:00
pes17.cpp Allow team game plan import for PES17 2021-03-10 11:32:40 +00:00
pes18.cpp Summer 19 Edition (Version C) 2019-10-16 22:33:22 -05:00
pes19.cpp PES21 Preview Edition (Version B) 2021-01-09 14:10:20 -06:00
pes20.cpp 10th Anniversary Edition (Version A) 2021-03-07 10:09:45 -06:00
pstdint.h Summer 19 Version B 2019-08-16 21:30:43 -05:00
resource.h 10th Anniversary Edition (Version A) 2021-03-07 10:09:45 -06:00
resource.rc PES21 Preview Edition (Version A) 2020-11-17 20:06:49 -06:00
window.cpp 10th Anniversary Edition (Version B) 2021-03-07 13:27:56 -06:00
window.h PES21 Preview Edition (Version B) 2021-01-09 14:10:20 -06:00

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.