Fork of Quakespasm-NX by fgsfdsfgs, client/engine for Nintendo Switch and PS VITA.
Go to file
cypress debfa4a9d6
Makefile.launcher: Remove -s for make-fself
2023-07-24 16:16:46 -04:00
.github/workflows VITA: Forget it, update VitaSHarK manually. 2023-04-04 13:16:18 -04:00
assets Delete eboot.bin 2022-12-22 17:30:25 -05:00
launcher UPDATER: woo 2023-07-24 15:58:58 -04:00
source NX/VITA: Stop using internal quake skin for zombies 2023-07-21 13:21:10 -04:00
.gitignore [CLIENT] Disable fog for Vita (for now) 2023-02-25 22:06:12 -05:00
LICENSE Initial commit 2022-02-08 14:06:54 -05:00
Makefile.launcher Makefile.launcher: Remove -s for make-fself 2023-07-24 16:16:46 -04:00
Makefile.nx Default to backup plan if loading screen doesn't exist, add logic for PNG loading in Draw_CachePic 2023-05-07 17:38:59 -07:00
Makefile.vita Added auto-updater for PSVITA release. 2023-07-24 21:38:26 +02:00
README.md Hotswap for official VitaSDK docker 2022-02-09 11:15:46 -05:00

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.