PES 2021 [Tutorial] How to change Green Text and Icon Highlight Colour

 

PES 2021 [Tutorial] How to change Green Text and Icon Highlight Colour
PES 2021 [Tutorial] How to change Green Text and Icon Highlight Colour

Kazemario Evolution | How to change Green Text and Icon Highlight Colour By SoulBallZ - This thread is a collection of information on how to change one of the most annoying things in the game: the Green Text and Icon Highlight Colour.
This is a mix of information shared by other modders and my own research. Credits to: @milos987, @jovic1901, @afandix

Changing the Green Colour in the game is quite complex, as it is present in the exe, in the various bin files and in the image files too. I have divided the tutorial into two parts, the First Part is about editing the exe and bin files, and the Second Part is about which image files still contain green parts that can be changed to achieve a complete green-free experience.

Notes:

Before you start editing, always make a backup copy of the file you want to edit, so that you can restore the old file if something goes wrong! When choosing a colour, take into account that the background is usually light/white but in some cases it can be dark/black. So don't choose a colour that is too light or too dark. I recommend vibrant colours.

In this tutorial I have used the colour red with the colour code: FF0000. Look at the Red Text and Icon Highlight Colour in the Spoilers to see what changes.

First Part - Hex Editing - Changing the Green Text and Icon Highlight Colour

1) Editing the PES2021.exe - Changing General Text Colour

Open the PES2021.exe with any Hex Editor. (For example HxD Hex Editor or Hex Workshop)
C:\Program Files (x86)\Steam\steamapps\common\eFootball PES 2021\PES2021.exe
- Search for hex-values: 00AA8CFF
Four hits will be found:
Offset: 34CC868 = 00AA8CFF
Offset: 34CC86C = 00AA8CFF
Offset: 34CC874 = 00AA8CFF
Offset: 34CC878 = 00AA8CFF

- For all four hits, replace the first 6 digits - 00AA8C - with the colour of your choice.
- For example: 00AA8CFF -> FF0000FF

2) Editing various bin files - Changing Text, Icon and Number Colour

- Open the bin file with any Hex Editor.
- Search for hex-values: 00A98B
- For all hits you find, replace all 6 digits - 00A98B - with the colour of your choice.
- For example: 00A98B -> FF0000
- Repeat the process with the following bin files:
common\menu\general\gamePlan.bin
Offset: 13C7C = 00A98B

gamePlan - Icon

common\menu\general\matchMenuSettingList.bin
Offset: 371C = 00A98B

matchMenuSettingList - Icon

common\menu\general\matchMenuStadium.bin
Offset: 32AC = 00A98B

matchMenuStadium - Icon

common\menu\general\matchMenuUniform.bin
Offset: 3818 = 00A98B

matchMenuUniform - Icon

common\menu\general\pauseMenu.bin
Offset: 18D5C = 00A98B
Offset: 1CDDC = 00A98B

pauseMenu - Icon

common\menu\general\schedule.bin
Offset: 763C = 00A98B
Offset: 76D0 = 00A98B

schedule - Text

common\menu\general\scheduleProceed.bin
Offset: 5158 = 00A98B
Offset: 53C0 = 00A98B
Offset: 5568 = 00A98B

scheduleProceed - Number

common\menu\general\topModeSelectDMM.bin
Selected Text Colour (Green):
Offset: 3B154 = 00A98B
Offset: 3D54C = 00A98B

Unselected Text Colour (Optional):
- Search for hex-values: FEFEFE00 and replace the first 6 digits.
Offset: 3B124 = FEFEFE00
Offset: 3D51C = FEFEFE00

topModeSelectDMM - Text

3) Editing cmnTeamSelect.bin - Changing Text Colour of Team Selection

This file is a bit more complicated because you have to replace different shades of green.
- Open cmnTeamSelect.bin with any Hex Editor.
common\menu\parts\cmnTeamSelect.bin
- Search for the following hex-values one by one and replace all 6 digits with the colour of your choice. You can choose different colours for each, but I recommend you to use the same colour for all.
- For example: 00A98B -> FF0000, 019A80 -> FF0000, 038B74 -> FF0000
Selected Text Colour (Green):
1. Offset: 5A38 = 00A98B
2. Offset: 5AC4 = 019A80
3. Offset: 5AF8 = 038B74
4. Offset: 5B2C = 047C67
5. Offset: 5B60 = 066D5B
6. Offset: 5B94 = 085D4E
7. Offset: 5BC8 = 094E42
8. Offset: 5BF8 = 0B3F36
9. Offset: 5C1C = 0C2F29
10. Offset: 5C40 = 0E201D
11. Offset: 5CF8 = 0F1F1C
12. Offset: 5D2C = 0D2E28
13. Offset: 5D60 = 0C3E35
14. Offset: 5D94 = 0A4D41
15. Offset: 5DC8 = 085D4E
16. Offset: 5DF8 = 076C5A
17. Offset: 5E1C = 057B66
18. Offset: 5E40 = 048A73
19. Offset: 5E64 = 02997F
20. Offset: 5E88 = 00A98B
21. Offset: 601C = 00A98B

Unselected Text Colour (Optional):
Offset: 5C64 = 101010

cmnTeamSelect - Text

Second Part - Image Editing - Changing the Green Textures, to Get the Full Experience

The Second Part is about the remaining green textures in the game and where to find them. You can edit them like any other texture in the game, using Adobe Photoshop with NVIDIA Texture Tools Exporter or Intel Texture Works to edit and export the images to dds and CGPE to import them back into the game files.

are some textures with green parts that I have found so far. If you find anything else with green parts that needs to be changed, let me know and I'll add it to the list.

common\menu\general

divisionExchange_tex000
matchMenuStadium_cloud_over_tex000
matchMenuStadium_rain_over_tex000
matchMenuStadium_random_over_tex000
matchMenuStadium_snow_over_tex000
matchMenuStadium_sun_over_tex000
negotiation_tex000
offerList_tex000
playerList_tex000
playerListInfoRole_tex000
playerListInfoRole_tex001
schedule_tex000
scheduleProceed_tex000
scoutSetting_tex000
staffReport_agent_tex000
staffReport_coach_tex000
staffReport_doctor_tex000
staffReport_manager_tex000
staffReport_mix_tex000
staffReport_owner_tex000
staffReport_scout_tex000
staffReport_sportsDirector_tex000
teamReport_tex000
teamRoleList_tex000
teamTacticalComparision_tex000
titlePressStart_pes_tex000
topModeSelectDMM_tex000
weeklyView_tex000

common\menu\parts

cmnIconMOM_tex000
cmnIconRegistered_tex000
netUserInfo_tex000
playerFavorFoot_tex000
playerFavorFootSmall_tex000
tacticalLink_tex000
thumbnailNumber_tex000

common\menu\system

cmnTexture_tex000
cmnTextureAcl_tex000
cmnTexturePes_tex000

eng\menu\system

cmnIcon_tex000

Tutorial By : SoulBallZ

● Found Missing / Wrong Credits ? : if you find the wrong credits please report to our fanpage or tell at the comments
● If you are the owner of these mods and want to request removal from our website, please contact us.
© all rights reserved, if you copy our blog post put a link back to our website kazemario.com

Next Post Previous Post
No Comment
Add Comment
comment url