nzp-team / dquakeplus

Fork of dQuakePlus, client/engine for NZ:P on PSP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fork of dQuakePlus, client/engine for NZ:P on PSP.

License:GNU General Public License v2.0


Languages

Language:C 57.3%Language:C++ 42.6%Language:Makefile 0.1%Language:Assembly 0.0%Language:Shell 0.0%