Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 514 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 514 Bytes

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

  1. Place the Dinosaur Planet ROM into the root of the repository as baserom.z64.
  2. Set up tools and extract the ROM: make setup
  3. Re-build the ROM: make