Have you seen this code before? Share your experience in the comments below!
To understand how Sony manages digital assets on the PlayStation Store, we can break this long string down into its key components:
This code is used within the Apollo Save Database for handling save files associated with the European version of the title.
After the sixteenth Colossus falls, a group of shamans led by arrives at the shrine to stop Wander, revealing that he has been used as a vessel to reunite the fragmented soul of Dormin, a dark being sealed long ago. EP9000-CUSA08809-00-SOTC0000000000EU-A0100-V0100
The narrative relies heavily on environmental storytelling, utilizing an orchestral score by Kow Otani that dynamically shifts from triumphant fanfares during climbs to somber, melancholic arrangements upon a giant's fall. This subverts typical gaming tropes by framing the player's victories as tragic, costly acts. Digital Archiving and Homebrew Relevance
Disclaimer: This information is for technical identification purposes based on publicly available databases like GitHub and Apollo Save Database, accurate as of mid-2026.
Indicates the European region, which covers EU PSN stores. Have you seen this code before
This article will deconstruct the string byte-by-byte, explain its origins in Sony PlayStation architecture, and provide actionable insights for anyone encountering this code in the wild (e.g., on a PCB, a debug menu, or a firmware update log).
The software behind this ID strips away standard modern open-world mechanics like side quests, towns, non-player characters, and inventory systems. The experience centers exclusively on a quiet, minimalist journey across a vast, forbidden landscape.
When Bluepoint Games took on the task of bringing it to the PlayStation 4 ecosystem under Title ID CUSA08809 , they chose to completely rebuild the visual presentation from the ground up while carefully preserving the underlying gameplay logic. Technical Achievements of the PS4 Remake After the sixteenth Colossus falls, a group of
EP9000 firmware expects debug hardware registers that do not exist on a retail CUH-1000/2000/7000 console. Flashing this will brick your console.
Let’s dissect it piece by piece.
They are different SKU regional identifiers for the same game, but patches for one may not work on the other without modification.
: Players control a young warrior named Wander.
| Segment | Meaning | |---------|---------| | | Publisher/Product prefix (often “EP” for European PlayStation titles, followed by a numeric code – here, 9000 likely refers to Sony Interactive Entertainment Europe) | | CUSA08809 | The core Title ID for the PS4 version of Shadow of the Colossus (2018 remake) in Europe/region 2 | | 00 | Usually denotes the base game or a specific content type (e.g., 00 = main game save, 01 = DLC) | | SOTC | Acronym for S hadow O f T he C olossus – a human-readable marker | | 0000000000 | Placeholder or padding; sometimes used for user-specific data or incremental save slots | | EU | Region code – European (PAL) version. Other regions would show US, JP, or AS | | A0100 | Asset or configuration version (e.g., patch level or specific data block) | | V0100 | Version number – in this case, version 1.00 (the launch version) |