mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-10 06:31:40 +00:00
GIT: Rename to Vril Engine
This commit is contained in:
parent
8cc00c95a2
commit
4bb4e817dd
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Nazi Zombies: Portable dQuakePlus
|
||||
# Nazi Zombies: Portable Vril Engine
|
||||
|
||||
## About
|
||||
This repository contains the PlayStation Portable and Nintendo 3DS engine for NZ:P, based on dQuakePlus and ctrQuake, containing optimizations from the NZ:P Team, adQuake, and Xash3D-PSP, as well as NZ:P-specific feature implementation. It has also been modified to build on the latest versions of the [PSPSDK](https://github.com/pspdev/pspsdk).
|
||||
This repository contains the PlayStation Portable and Nintendo 3DS engine for NZ:P, based on dQuakePlus and ctrQuake, lovingly titled "Vril". It contains optimizations from the NZ:P Team, adQuake, and Xash3D-PSP, as well as NZ:P-specific feature implementation. It has also been modified to build on the latest versions of the [PSPSDK](https://github.com/pspdev/pspsdk).
|
||||
|
||||
## Building for PlayStation Portable
|
||||
Building requires a full install of [psptoolchain](https://github.com/pspdev/psptoolchain/). You can either follow the instructions on the GitHub repository or use a Docker container (we recommend [the official one](https://hub.docker.com/r/pspdev/pspdev))!
|
||||
|
@ -18,7 +18,7 @@ cd ../../
|
|||
make -f Makefile.psp install
|
||||
```
|
||||
|
||||
We also provide a prebuilt EBOOT on the [Releases](https://github.com/nzp-team/dquakeplus/releases/tag/bleeding-edge) page.
|
||||
We also provide a prebuilt EBOOT on the [Releases](https://github.com/nzp-team/vril-engine/releases/tag/bleeding-edge) page.
|
||||
|
||||
## Building for Nintendo 3DS
|
||||
Building requires a full install of [libctru](https://github.com/devkitPro/libctru). You can either follow the instructions on the GitHub repository or use a Docker container (we recommend [the official one](devkitpro/devkitarm))!
|
||||
|
@ -36,4 +36,4 @@ 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](https://github.com/nzp-team/dquakeplus/releases/tag/bleeding-edge) page.
|
||||
We also provide prebuilt .3dsx files on the [Releases](https://github.com/nzp-team/vril-engine/releases/tag/bleeding-edge) page.
|
Loading…
Reference in a new issue