Skip to content

A work-in-progress matching decompilation of SSX Tricky (2001).

Notifications You must be signed in to change notification settings

ssxdecomp/ssxdvd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSX Tricky

This is a work-in-progress decompilation of SSX Tricky for the PlayStation 2.

This project builds the NTSC-U version of the game (SLUS_203.26). Other regions and versions may be considered once NTSC-U has been completed and matched.

Setup

You will need:

  • a Linux system that can run 32 bit applications. WSL2 should work as well.
  • Python (with pipenv)
  • A NTSC-U disc image (obtained legally)

Arch Linux

# pacman -S lib32-gcc-libs

Debian/Ubuntu

# apt install -y pipenv ninja-build

Make a disc directory in the root of this repository, and copy the files from the NTSC-U game disc.

Download required tools:

$ ./download.sh

Setup a venv for splat:

$ pipenv install

pipenv run ./configure.py ultimately does the setup.

Building

ninja should do the trick.

About

A work-in-progress matching decompilation of SSX Tricky (2001).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published