Pes 6 Scoreboard Editor Upd -

To edit scoreboards in Pro Evolution Soccer 6 (PES 6), you primarily use tools like the PES6 Ultimate Scoreboard Editor or the Scoreboard Editor by Pato_Lucas18. These tools allow you to modify graphical elements, team names, and coordinate positions on the screen. Essential Tools

PES6 Ultimate Scoreboard Editor: A visual tool for remapping textures and adjusting element coordinates.

Zlib Tool: Used to decompress the .bin files from the game’s data so they can be edited.

Game Graphic Studio (GGS): Often used to import or export textures (e.g., unnamed_151.bin) from the game's 0_text.afs file.

CGPE (Complete Gameplay Editor): Can be used to open scoreboard files and export textures as .dds files for editing in Photoshop or GIMP. General Editing Process

Prepare the Files: Locate your scoreboard files (typically .bin files like unnamed_151.bin) in the game's data folder. Use a Zlib tool to decompress these files if they are compressed. pes 6 scoreboard editor

Extract Textures: Open the decompressed file in Game Graphic Studio or a similar tool to extract the texture images. Use the Editor:

Run the PES6 Ultimate Scoreboard Editor and load your extracted files.

Texture Mapping: Go to the "Texture Mapping" tab to set coordinates for specific elements (like the clock or score) by clicking and dragging on the texture preview.

Live Preview: Use the tool’s simulation system to see how the elements will appear on the game screen in real-time.

Save and Import: After making changes, save the file. If you edited textures externally (e.g., in Photoshop), save them as ARGB or DXT5 .dds files before importing them back. To edit scoreboards in Pro Evolution Soccer 6

Re-compress and Install: Re-compress the .bin file using the Zlib tool and place it back into the appropriate game directory (often replacing the original file in the 0_text.afs or via a kitserver). Key Considerations

Coordinate Systems: Modern editors use understandable coordinate values rather than complex hex numbers, making it easier to move or resize elements with a mouse.

Logos: You can add extra elements, such as TV station logos, to your scoreboard using these tools.

Hex Editing: For more advanced features or if using older methods, you may need to manually edit hex numbers to change overlay positions.

Are you planning to create a new scoreboard from scratch or just update the TV logos on an existing one? Bitmap assets: raster images for background plates, digits,


2. Conceptual Model: What Is a PES 6 Scoreboard

A PES 6 scoreboard package consists of:

  • Bitmap assets: raster images for background plates, digits, icons (goals, cards), and team badges.
  • Font assets: bitmap or vector-derived glyph sheets used for team names, timer, and other text.
  • Layout descriptors: numeric coordinates, z-order (draw order), scaling, alignment rules.
  • Palette and color mapping: indexed-color tables or RGBA data (depending on format).
  • Scripting/flags: small metadata controlling dynamic behavior (blinking, halftime, penalty mode).
  • Container file: the file or folder structure the game recognizes and loads (conventionally stored in the game's PES6 directory mods folder, depending on loader).

Think of the scoreboard as a layered composition: background → icons → numbers/text → dynamic overlays. The engine composites these each frame according to layout metadata and runtime state.

4. User Interface Mockup

+-------------------------------------------------+
|  PES 6 Scoreboard Editor                        |
+-------------------------------------------------+
| [Load Scoreboard]  [Save As...]  [Inject to AFS] |
+-------------------------------------------------+
|                                                 |
|  Preview (current)        |  Edit Area         |
|  ┌───────────────┐        |  ┌───────────────┐ |
|  │  0 : 0        │        |  │ [Select element]│ |
|  │  HOME  AWAY   │        |  │ - Team Home    │ |
|  │  [TV LOGO]    │        |  │ - Team Away    │ |
|  └───────────────┘        |  │ - Score Left   │ |
|                           |  │ - Score Right  │ |
|  Texture List:            |  │ - Timer        │ |
|  - tex_0 (logo) [Edit]    |  │ - TV Logo      │ |
|  - tex_1 (bg)    [Edit]   |  └───────────────┘ |
|  - tex_2 (digits)[Edit]   |  Position: X[___] Y[___]|
+-------------------------------------------------+
|  Log: Scoreboard loaded successfully.           |
+-------------------------------------------------+

File Format Specs (simplified)

BIN structure (scoreboard example):

Header (0x20 bytes)
  - Magic: "BIN" or "PES6"
  - Number of textures (1-4)
For each texture:
  - Offset to texture data
  - Width, Height, BPP
  - Format (0x08 = 8-bit indexed, 0x44 = DXT5)
  - Palette offset (if indexed)
Data: raw pixel/palette blocks

1.2 Key Scoreboard Files

Depending on the patch or original game, the main scoreboard files are typically:

  • unnamed_46.bin – Main scoreboard background, team name panels, and timer box.
  • unnamed_47.bin – Player name bar (the strip that appears when a goal is scored or a substitution happens).
  • unnamed_48.bin – Scoreboard numbers (0-9, plus special characters like dash, dot, and "VS").
  • unnamed_49.bin – Position icons (GK, CB, CMF, CF, etc.) in some versions.
  • unnamed_50.bin – Additional overlays (red/yellow card popups, substitution tickers).

Note: In many modern superpatches (like Firebird, PES 6 Evolution, or OFM 2018), file indices may shift due to added content.

Abstract

This monograph explains the PES 6 Scoreboard Editor: what it is, why it matters, how it works, and how to create, edit, test, and distribute scoreboards. It blends technical detail and practical guidance with context and examples to keep readers engaged while providing a definitive reference.

Go to Top