Pes 6 Scoreboard Editor ((full))
The Ultimate Guide to the PES 6 Scoreboard Editor: Reviving a Classic
Phase 3 – Visual Positioning (Week 3)
- Parse the "layout table" inside
.bin (offset +0x400 usually)
- Create coordinate editor (sliders or numeric input)
- Store modified coordinates back into binary
Phase 4 – Advanced Features (Week 4)
- Real-time preview window (load stadium background from screenshot or 3D view)
- Undo/redo stack
- Batch mode (replace scoreboard across multiple BINs)
Part 5: Troubleshooting Common Issues
| Problem | Solution |
|---------|----------|
| Scoreboard invisible | Check texture transparency – must have alpha channel. |
| Game crashes after import | Forgot to rebuild AFS in DKZ. |
| Score digits cut off | Texture size mismatch – re-export original to check dimensions. |
| Wrong colors in game | Save PNG without color profile (sRGB) or use indexed color. |
| Scoreboard position wrong | Need to edit coordinates via hex editor or position tool. |
2.1 Scoreboard Detection
- Scan game’s
dat/e_text.afs or 0_text.afs
- Identify known scoreboard file IDs (e.g.,
unnamed_54.bin, unnamed_57.bin depending on patch version)
- Display preview of current scoreboard
Step 2 – Open BIN in Game Graphic Studio
- Launch GGS.
- File → Open → select
unnamed_54.bin.
- You will see a list of textures (e.g., scoreboard background, team name panels, timer, score digits).