mirror of
https://github.com/zestydevy/dinosaur-planet.git
synced 2024-12-04 11:13:22 +00:00
514 B
514 B
Dinosaur Planet
A WIP decompilation of Dinosaur Planet for the Nintendo 64
Note: To use this repository, you must already have a ROM for the game.
OS:
Linux (Debian / Ubuntu)
Windows 10 (WSL)
Prerequisites:
sudo apt install -y build-essential git binutils-mips-linux-gnu python3
pip3 install -r requirements.txt
To use
- 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