masterfeizz / nzportable-3ds

Fork of ctrQuake, client/engine for NZ:P on Nintendo 3DS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nazi Zombies: Portable glQuake

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

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

About

Fork of ctrQuake, client/engine for NZ:P on Nintendo 3DS.

License:GNU General Public License v2.0


Languages

Language:C 99.6%Language:Makefile 0.4%