Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
/ glquake Public archive

[Moved to https://github.com/nzp-team/vril-engine] Fork of ctrQuake, client/engine for NZ:P on Nintendo 3DS.

License

Notifications You must be signed in to change notification settings

nzp-team/glquake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.