About
Shadow of the Colossus is a 2005 action-adventure game by Sony Computer Entertainment for the PlayStation 2, following Wander as he seeks to defeat sixteen giant colossi across a forbidden land in order to revive a girl named Mono. This project is a decompilation of Shadow of the Colossus targeting the Preview Version's main executable (SCPS_150.97) and kernel (KERNEL.XFF), built using a MIPS cross-compiler toolchain on Linux or WSL2.
Getting started
Set up requires Linux or WSL2 with the MIPS cross-compiler and build tools installed via the provided setup script, plus SCPS_150.97 and KERNEL.XFF extracted from a Shadow of the Colossus Preview Version ISO into an iso folder; running make then builds the project.
Additional notes
- Scope
- The project specifically targets the Shadow of the Colossus Preview Version build rather than the final retail release.