Mlp logo.png Congratulations /mlp/! Mlp logo.png
Winners of the 2025 4chan Winter Cup

Pro Evolution Soccer 2021/Edit file

From Rigged Wiki
Revision as of 01:13, 3 November 2020 by Giovani1906 (talk | contribs) (Basic Info and Edit File Header)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
2020 4chanlogo.png
Pro Evolution Soccer 2020
This is still a work in progress.
Please be patient.
Game
Rules
Info
Tools
Modding
Incomplete.svg The content of this page or section is incomplete because we're a bunch of lazy fucks. Feel free to help out.

The Edit file is called EDIT00000000 and can be found in %HOMEPATH%\Documents\KONAMI\eFootball PES 2020\%steamid%\save.

It is encrypted and thus, cannot be simply edited directly.

Refer to the Tools page for decrypting and editing tools.

This page is a work in progress, and currently only contains the parts that are somewhat properly mapped out.

Structure

Note: The beginning of the file is considered what pesXcrypter exports as data.dat.

  • Header
  • Player entries
  • Player appearance entries
  • Team entries
  • Manager entries
  • Competitions
  • Stadiums
  • Undocumented entries
  • Team-Player table
  • Competition entry entries
  • Game plan entries

Header

Start: HEX block 0
End: HEX block 7B
Length: 124 (0x7C) bytes, first 96 (0x60) omitted for now

Offset (byte:bit) Length Description Format Enforced limits Default value
0x60:0 2 bytes Amount of player entires (appearance and data) 0xDE12 (4830)
0x62:0 2 bytes Unknown A Possible leftover of appearance entry count. 0x0000
0x64:0 2 bytes Amount of team entires 0xD200 (210)
0x66:0 2 bytes Amount of manager entries 0xE700 (231)
0x68:0 2 bytes Amount of stadium entires 0x3700 (55)
0x6A:0 2 bytes Amount of competition entries 0x2E00 (46)
0x6C:0 2 bytes Amount of entries of a currently undocumented entry 0x4F00 (79)
0x6E:0 2 bytes Unknown B 0x0000
0x70:0 2 bytes Amount of team-player table entries 0xD200 (210)
0x72:0 2 bytes Unknown C 0x0000
0x74:0 2 bytes Amount of team game plan entries 0xD200 (210)
0x76:0 2 bytes Unknown D 0x0000
0x78:0 2 bytes Unknown E 0x0000
0x7A:0 2 bytes Unknown F 0x0000

Limitations enforced by PES

Even though editing the save files externally technically allows using the full range of all values, PES puts some additional limitations in place. Some of these might be checked and corrected by the game, others are just taken as they are. This might lead to unexpected behaviour or even crash the game. Be sure to check Appendix:Rules or the rules of the invitational in question to find out what is considered legal.