bc28b5c593
Fixes the HUD completely on NX, some HUD issues on VITA. Most VITA Menus are now properly scaled. Adds social badges to main menu. Fixes load screens on both platforms. |
||
---|---|---|
.github/workflows | ||
assets | ||
launcher | ||
source | ||
.gitignore | ||
LICENSE | ||
Makefile.launcher | ||
Makefile.nx | ||
Makefile.vita | ||
README.md |
Nazi Zombies: Portable Quakespasm
About
This repository contains NZ:P Team's fork of Quakespasm, with support for building to Nintendo Switch (thanks to fgsfdsfgs) and PS VITA (thanks to Rinnegatamante). It contains many enhancements to attempt parity with our fork of dQuakePlus.
Building for Nintendo Switch (Advanced)
Building requires a full install of libnx. Follow the instructions by either installing manually or by using the Docker container linked.
Now that libnx is installed, you can build the Switch binaries:
make -f Makefile.nx
The .NRO
will be built at build/nx
. We also provide binaries on the Releases page.
Building for PlayStation VITA (Advanced)
Similarly as building for NX, building a .VPK
will require the Vita SDK. We recommend gnuton
's Docker container, it can be found here.
You can build like so:
make -f Makefile.vita
The .VPK
will be built at build/vita
. We also provide binaries on the Releases page.