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.
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)
# pacman -S lib32-gcc-libs
# 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.shSetup a venv for splat:
$ pipenv installpipenv run ./configure.py ultimately does the setup.
ninja should do the trick.