Duke Nukem Zero Hour N64
A decompilation of Duke Nukem Zero Hour for N64.
Note: To use this repository, you must already own a copy of the game.
Dependencies
The build instructions assume that you will be using Ubuntu 20.04; either natively or via WSL2.
Package requirements can be install via:
sudo apt update sudo apt install make git build-essential binutils-mips-linux-gnu cpp-mips-linux-gnu python3 python3-pip
Tools requires Python 3.8+. Package requirements can be installed via:
pip3 install --upgrade pip pip3 install -U splat64[mips] pip3 install -r requirements.txt
Building
... continue reading