Fork of dQuakePlus, client/engine for NZ:P on PSP.
Go to file
cypress 471866ab58
Unify pr_comp.h across all sourceports
2024-09-03 19:16:59 -07:00
.github/workflows ACTIONS: Only deploy release on main branch 2023-12-14 15:06:08 -05:00
source Unify pr_comp.h across all sourceports 2024-09-03 19:16:59 -07:00
.gitignore Initial commit 2022-02-08 16:49:56 -05:00
LICENSE Initial commit 2022-02-08 16:49:56 -05:00
MakePHAT Force Update 2024-03-16 19:53:03 -07:00
MakeSLIM Refactor clut4 conversion to its own file, use 8bpp resampling to better reuse code 2023-09-22 08:26:11 +03:00
README.md Update to the new, POSIX-Complient PSPSDK 2023-03-27 13:04:29 -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 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 MakePHAT install # for PSP PHAT/1000
make -f MakeSLIM install # for any other model

We also provide prebuilt EBOOTs on the Releases page.