milos987 Posted November 4, 2021 Group: Administrators Content Count: 1,263 Reputation: 1,225 Achievement Points: 32,118 Solved Content: 0 Joined: 07/12/2012 Status: Offline Device: Windows Share Posted November 4, 2021 Pes Editor by Ejogc - Tutorials for database edits INTRODUCTION Due to so many questions and queries that many ask about how to edit the game database, I´ve decided to open this thread for Ejogc´s tool. I must clarify that I´m not the creator. You can find the tool here: https://ejogc327.blogspot.com/. Latest version it´s 0.11.6. Together with @ninet and @Albiceleste1994 we have been using this editor as main tool for creating or merging databases. I will upload tutorials related to differents editing jobs or database aplications. I will go from the simplest to the most complex. Of course, other modders with editing database knowledge can share their videos or explanations. To keep the thread in order, send me a DM with your tutorial theme. I hope this thread could help and encourage to anyone who wants to explore database edits and work together for more PES 2021 creations. ESSENCIAL INFORMATION A) Basic bin files structure: * Teams are located in Team.bin. Slot limits it´s 750 teams. Each one accepts as a limit 40 players. * Players ID, name, stats, youth team, owner team, etc. (except country, boots, gloves) are located in Player.bin. Slot limits it´s 30.000 players. * Players skin, eyes, hair, forehead, mouth, ears, etc. are located in PlayerAppearance.bin. * Player team club/national team info it´s located in PlayerAssignment.bin (this file manage teams assignments -transfers-). * Competition id, name, continent id, type, rules, etc., are located in Competition.bin / CompetitionRegulation.bin. * Competition structure & conformation it´s located in CompetitionEntry.bin. B) After any changes over team Id, player Id, competition structures, entry or regulation needs a new EDIT00000000. It´s MANDATORY. If you don´t want to lose your actual edit but needs tweaks just minor stuff, use "premium" version of Ejogc editor. With a small donation you can access to all tool features (check in the website). If you want to make a deep edit job (such a patch or detailed new players/teams), bin files it´s the ONLY way. C) If you want to merge your edited data stuff with each latest DLC, you would need advanced knowledge and estrict discipline in CSV files management. I will make a full example of this. CREDITS @ejogc327 for his wonderful tool (for me, the most complete that exists). @ninet for his wisdom, guidance and creativity to maximize the possibilities of this tool. @Albiceleste1994 for the several tests we have done together. Quote Link to comment Share on other sites More sharing options...
milos987 Posted November 4, 2021 Group: Administrators Content Count: 1,263 Reputation: 1,225 Achievement Points: 32,118 Solved Content: 0 Joined: 07/12/2012 Status: Offline Device: Windows Author Share Posted November 4, 2021 Loading files // Basic player Import-Export functions 1) Live update files first load: You know that latest live updates comes every thursday. Usually includes update of lineups and formations. Very useful to keep the game updated when starting to prepare a patch or database update. For this first video tutorial, I took the latest Live Update which already contains DLC 7.0 database features. The video start with pesXdecrypter to extract Live Update database. So first download the tool from here: https://drive.google.com/file/d/1fVTcaDgnUQSxykBv_MWQ68xLguDS1Tsm/view. I´m attached a txt tutorial to copy/paste the command lines. a) First at all, launch the game WITHOUT sider. b) Let the game download Live Update files. When it finish, exit the game and follow the video tutorial. 2) Player Import - Export process (Ejogc method & csv files method): You will find here some very basic things related to Player edits. I think every one will recognize this basic functions. Credits to @zlac for pesXdecrypter pesXdecrypter tutorial.rar Quote Link to comment Share on other sites More sharing options...
milos987 Posted November 4, 2021 Group: Administrators Content Count: 1,263 Reputation: 1,225 Achievement Points: 32,118 Solved Content: 0 Joined: 07/12/2012 Status: Offline Device: Windows Author Share Posted November 4, 2021 Coachs Id types. Export/Import/assignments 1) Coachs IDs type: Editing managers isn´t easy. There are different types of IDs through PES versions (managers exists from PES 2016). 2) Coach Id converter: https://www.mediafire.com/file/ceyy6khaw50vqwp/PES+ID+Converter+Tools+by+NFS_FM+v4.0.zip/file 3) Coach real names, related info & correct type ID: https://docs.google.com/spreadsheets/d/1cIQecXIKoCw9sleFBllXwPoXUFN_yBgGrWFClgIPmrM/edit#gid=1790688590 Quote Link to comment Share on other sites More sharing options...
Coachs Id types. Export/Import/assignments 1) Coachs IDs type: Editing managers isn´t easy. There are different types of IDs through PES versions (managers exists from PES 2016). 2) Coach Id converter: https://www.mediafire.com/file/ceyy6khaw50vqwp/PES+ID+Converter+Tools+by+NFS_FM+v4.0.zip/file 3) Coach real names, related info & correct type ID: https://docs.google.com/spreadsheets/d/1cIQecXIKoCw9sleFBllXwPoXUFN_yBgGrWFClgIPmrM/edit#gid=1790688590
milos987 Posted November 4, 2021 Group: Administrators Content Count: 1,263 Reputation: 1,225 Achievement Points: 32,118 Solved Content: 0 Joined: 07/12/2012 Status: Offline Device: Windows Author Share Posted November 4, 2021 Export/Import player data & IDs assignments (ted files & EDIT00000000 to BIN files through csv method) 1) Ted files to EDIT00000000 Like all knowns, in PES 2021 isn´t possible anymore to choose over what team you want to import data from ted fies. This add some difficults to the editing tasks. So in this tutorial I show how to use EDIT00000000 info and deep explanations about differences about bin files. 2) EDIT00000000 to BIN files Many just wants extract some players. Others want to build entires player rosters to create a new league. In this tutorial I show all aspects of this process in order to have the needed data from edit00000000 and use it into bin files. In this matter, player ID changes and the handling of csv files becomes essential knowledge. Quote Link to comment Share on other sites More sharing options...
milos987 Posted November 4, 2021 Group: Administrators Content Count: 1,263 Reputation: 1,225 Achievement Points: 32,118 Solved Content: 0 Joined: 07/12/2012 Status: Offline Device: Windows Author Share Posted November 4, 2021 Create new team with real ID using Konami slots // Players team assigments for new rosters (csv method) With this tutorial I complete basic process to create players, teams & rosters assignments. With exported csv files, you can import whatever and whenever you want over last DLC or newest Live Updates, merging content without losing your previous edits. Remember: it´s impossible avoid one rule... it´s MANDATORY create new EDIT00000000 after bins edits. Quote Link to comment Share on other sites More sharing options...
Create new team with real ID using Konami slots // Players team assigments for new rosters (csv method) With this tutorial I complete basic process to create players, teams & rosters assignments. With exported csv files, you can import whatever and whenever you want over last DLC or newest Live Updates, merging content without losing your previous edits. Remember: it´s impossible avoid one rule... it´s MANDATORY create new EDIT00000000 after bins edits.
milos987 Posted November 4, 2021 Group: Administrators Content Count: 1,263 Reputation: 1,225 Achievement Points: 32,118 Solved Content: 0 Joined: 07/12/2012 Status: Offline Device: Windows Author Share Posted November 4, 2021 Set stadium names, rivalries & team banners (edit00000000) I decided to share this edit details. At least for me are very important to have a more real game atmosphere, specially for Master League mode. Please note that: * Stadium names, rivalries & team banners letters are only customizable through edit00000000 file. This isn´t allowed through bin files (at least far as I now). If you do this through pes editor, you would need paid version. * Do this edit ONLY after you already haves a finished team.bin & coach.bin files. * Like you will see in my video tutorial, I use as base information a Google Spreedsheet published a long time ago here in EvoWeb (don´t remember where so I can´t put the neccesary credits. Sorry for that, but clearly isn´t mine). Of course, you can use other any source information to search stadiums names, rivalries & banners: Quote Link to comment Share on other sites More sharing options...
milos987 Posted November 4, 2021 Group: Administrators Content Count: 1,263 Reputation: 1,225 Achievement Points: 32,118 Solved Content: 0 Joined: 07/12/2012 Status: Offline Device: Windows Author Share Posted November 4, 2021 Creating National Teams & CLASSIC teams (bin files) Classic teams are necessary, of course. So... here you have a fine tutorial to create them. Many patches already haves classic players/teams. For this tutorial, I´ve created a National classic team. So this proccedure can guide you to create a normal National Team too. You only need to set "None" in "Non playable" field information in "Teams" tab. Pay attention of the txt notes at beginning of the tutorial! Quote Link to comment Share on other sites More sharing options...
milos987 Posted November 4, 2021 Group: Administrators Content Count: 1,263 Reputation: 1,225 Achievement Points: 32,118 Solved Content: 0 Joined: 07/12/2012 Status: Offline Device: Windows Author Share Posted November 4, 2021 Tactics & formations - Custom & import/export csv process (bin files) Edit tactics & formations through bin files it´s little bit tricky, but can be useful when we want to export own custom tactics or formations to be available for other teams/leagues. So in this tutorial I show how you can do all this. Quote Link to comment Share on other sites More sharing options...
tomy13 Posted April 19, 2023 Group: Members Content Count: 225 Reputation: 39 Achievement Points: 383 Solved Content: 0 Joined: 04/12/2012 Status: Offline Device: Windows Share Posted April 19, 2023 Kako naapraviti novi team sa nepostojecim ID i sa dresom Quote Link to comment Share on other sites More sharing options...
milos987 Posted April 19, 2023 Group: Administrators Content Count: 1,263 Reputation: 1,225 Achievement Points: 32,118 Solved Content: 0 Joined: 07/12/2012 Status: Offline Device: Windows Author Share Posted April 19, 2023 I mene interesuje, ako može pomoć pls. 1 Quote Link to comment Share on other sites More sharing options...
bogi888 Posted April 19, 2023 Group: Edit Team Content Count: 578 Reputation: 897 Achievement Points: 5,475 Solved Content: 0 Joined: 01/13/2020 Status: Offline Device: Android Share Posted April 19, 2023 Сутра на дискорду у 20 часова лајв за све заинтересоване. 1 Quote Link to comment Share on other sites More sharing options...
Hobbit Posted April 19, 2023 Group: Edit Team Content Count: 147 Reputation: 67 Achievement Points: 4,156 Solved Content: 0 Joined: 03/29/2020 Status: Offline Device: Android Share Posted April 19, 2023 Hoce biti na strimu i kako relinkovati bedz server za bedzeve na rukavu, to bih hteo da naucim? 1 Quote Link to comment Share on other sites More sharing options...
Beli19 Posted April 19, 2023 Group: Edit Team Content Count: 314 Reputation: 98 Achievement Points: 1,971 Solved Content: 0 Joined: 04/29/2020 Status: Offline Device: Windows Share Posted April 19, 2023 Ćao može pomoć kako da ubacim peč kaće novi peč? hvala unapred 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.