SkillAgentSearch skills...

SOTC

An in-progress decompilation of the preview version of Shadow of the Colossus on the PlayStation 2

Install / Use

/learn @Fantaskink/SOTC
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Shadow of the Colossus Decompilation Project

<!-- Contributors shield --> <!-- Shields -->

loader-progress-badge kernel-progress-badge Contributors

We are currently targeting the Preview Version's main ELF (SCPS_150.97, sha1: c4d5576d1cae3721c411a746c7845f5c6f026dbb).

<a href="https://discord.gg/WGSnPQFtHU" target="_blank"> <img src="https://discord.com/api/guilds/465610776762384394/widget.png?style=banner2" alt="Discord Banner"> </a>

Getting Started

Requirements

Disclaimer: Linux or WSL2 required

  1. sudo apt install gcc-mipsel-linux-gnu binutils-mips-linux-gnu ninja-build
  2. sudo apt install python3-pip python3-venv
  3. python3 -m venv ./.python3
  4. source .python3/bin/activate
  5. python3 -m pip install -U -r requirements.txt
  6. scripts/setup_compiler.sh

(NOTE: If you have problems when compiling try installing gcc-multilib)

Setup

  1. Create an iso directory in the root directory
  2. From a Shadow of the Colossus Preview Version ISO, extract SCPS_150.97 and KERNEL.XFF into the iso directory
  3. Just run make to build all modules (make loader or make kernel to build just one module. make clean also works)

Contributing

Use our contribution guide.

View on GitHub
GitHub Stars66
CategoryDevelopment
Updated23h ago
Forks6

Languages

C

Security Score

100/100

Audited on Mar 26, 2026

No findings