Fork of dQuakePlus, client/engine for NZ:P on PSP.
Go to file
Steam Deck User 972c7c2e1a Re-Wrap R_DrawEntitiesOnList 2022-12-27 22:56:12 -05:00
.github/workflows Use new docker image 2022-04-05 11:57:03 -04:00
source Re-Wrap R_DrawEntitiesOnList 2022-12-27 22:56:12 -05:00
.gitignore Initial commit 2022-02-08 16:49:56 -05:00
LICENSE Initial commit 2022-02-08 16:49:56 -05:00
MakePHAT Crow_Bar's VFPU-driven matrix math; ADQ Physics Enhancements 2022-05-22 11:21:10 -04:00
MakeSLIM Crow_Bar's VFPU-driven matrix math; ADQ Physics Enhancements 2022-05-22 11:21:10 -04:00
README.md Restore new loading screens 2022-04-05 11:54:40 -04:00

README.md

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 (Advanced)

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

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 MakePHAT install # for PSP PHAT/1000
make -f MakeSLIM install # for any other model

We also provide prebuilt EBOOTs on the Releases page.