Fork of ctrQuake, client/engine for NZ:P on Nintendo 3DS.
Go to file
cypress c52f62a18b
Archival notice.
2024-09-08 18:28:21 -07:00
.github/workflows YML: Ignore directory structure 2024-09-08 16:58:46 -07:00
source Clean up build object paths for consolidation 2024-09-08 16:52:11 -07:00
.gitignore Actually remove built binary files. 2022-11-27 12:18:15 -05:00
LICENSE Downgrade GPL license to v2 to match source files 2022-11-27 12:20:50 -05:00
Makefile.ctr what. 2024-09-08 16:54:13 -07:00
README.md Archival notice. 2024-09-08 18:28:21 -07:00

README.md

Nazi Zombies: Portable glQuake

The Nintendo 3DS engine has been unified with the PlayStation Portable engine to create Vril. Please use this new repository instead.

About

This repository contains the 3DS engine for NZ:P, based on the glQuake port by masterfeizz. It contains optimizations from the NZ:P Team as well as NZ:P-specific feature implementation.

Building (Advanced)

Building requires a full install of libctru. 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 the latest picaGL, which needs cloned from the official GitHub repository:

git clone https://github.com/masterfeizz/picaGL.git -b revamp
cd picaGL
mkdir clean
make install

Now you can navigate to the root of the repository and build the .3dsx.

make -f Makefile.ctr

We also provide prebuilt .3dsx files on the Releases page.