A WIP decompilation of Dinosaur Planet for the Nintendo 64
Note: To use this repository, you must already have a ROM for the game.
Linux (Debian / Ubuntu)
Windows 10 (WSL)
sudo apt install -y build-essential git binutils-mips-linux-gnu python3
pip3 install -r requirements.txt
- Place the Dinosaur Planet ROM into the root of the repository as
baserom.z64
. - Set up tools and extract the ROM:
make setup
- Re-build the ROM:
make