Fork of dQuakePlus, client/engine for NZ:P on PSP.
Find a file
2024-09-08 17:51:24 -07:00
.github/workflows Restructure PSP code paths and names; consolidate slim and phat binaries 2024-09-08 17:51:24 -07:00
source Restructure PSP code paths and names; consolidate slim and phat binaries 2024-09-08 17:51:24 -07:00
.gitignore Initial commit 2022-02-08 16:49:56 -05:00
LICENSE Initial commit 2022-02-08 16:49:56 -05:00
Makefile.psp Restructure PSP code paths and names; consolidate slim and phat binaries 2024-09-08 17:51:24 -07:00
README.md Restructure PSP code paths and names; consolidate slim and phat binaries 2024-09-08 17:51:24 -07:00

Nazi Zombies: Portable dQuakePlus

About

This repository contains the PSP engine for NZ:P, based on dQuakePlus and containing optimizations from the NZ:P Team, adQuake, and Xash3D-PSP, as well as NZ:P-specific feature implementation. It has also been modified to build on the latest versions of the PSPSDK.

Building for PlayStation Portable

Building requires a full install of psptoolchain. You can either follow the instructions on the GitHub repository or use a Docker container (we recommend the official one)!

With the psptoolchain installed, you now need to install libpspmath, which we have included in the GitHub repository:

cd source/libpspmath
make && make install

Now you can navigate back to the root of the repository and build an EBOOT.

cd ../../
make -f Makefile.psp install

We also provide a prebuilt EBOOT on the Releases page.