mirror of
https://github.com/nzp-team/documentation.git
synced 2025-03-13 06:03:07 +00:00
Add guide on installing maps
This commit is contained in:
parent
646dfab4ca
commit
461526c2a1
5 changed files with 86 additions and 0 deletions
|
@ -30,6 +30,9 @@ All documentation and media hosted is licensed under [CC-BY-SA 4.0](https://crea
|
|||
|
||||
At this current moment, no marked-stable builds of Nazi Zombies: Portable are made available. Instead, nightly builds on all platforms are released via GitHub releases, accessible [here](https://github.com/nzp-team/nzportable/releases/latest). This link will always take you to the latest release, identifiable via the build date in the release title.
|
||||
|
||||
|
||||
## [Downloading & Installing Maps in Nazi Zombies: Portable](../mapping/downloading-and-installing-maps.md)
|
||||
|
||||
## Core Documentation
|
||||
|
||||
Core documents contain information about Nazi Zombies: Portable's internal design. They may not be specifically relevant to custom content creators, though overlap will be present for map features that interact with NZ:P's QuakeC or for specialty features.
|
||||
|
|
83
markdown/mapping/downloading-and-installing-maps.md
Normal file
83
markdown/mapping/downloading-and-installing-maps.md
Normal file
|
@ -0,0 +1,83 @@
|
|||
% Downloading & Installing Maps on Web, PC & Consoles - Downloading & Installing Maps in Nazi Zombies: Portable
|
||||
|
||||
|
||||
# Downloading Maps
|
||||
|
||||
[Download a map from this page](https://github.com/nzp-team/nzportable/discussions/categories/map-releases){target="_blank"}
|
||||
|
||||
|
||||
|
||||
# Installing Maps on PC & Consoles
|
||||
|
||||
### Extracting
|
||||
Extract the map to a folder.
|
||||
|
||||
|
||||
- **Make sure its in this layout.**
|
||||
```
|
||||
├── derriese (custom map extracted folder)
|
||||
│ ├── gfx
|
||||
│ │ ├── env
|
||||
│ │ │ └── CloudyNightSky.png
|
||||
│ │ ├── lscreen
|
||||
│ │ │ └── derriese.png
|
||||
│ └── maps
|
||||
│ ├── derriese.bsp
|
||||
│ ├── derriese.txt
|
||||
│ └── derriese.way
|
||||
```
|
||||
|
||||
#### Installing
|
||||
Simply copy the contents of this extracted folder the game's `nzp` folder.
|
||||
|
||||
|
||||
# Installing Maps on Web
|
||||
|
||||
|
||||
- [Install 7-zip if you are using Windows](https://www.7-zip.org/){target="_blank"} **(REQUIRED)**
|
||||
|
||||
|
||||
|
||||
### Extracting
|
||||
|
||||
Extract the map to a folder.
|
||||
|
||||
|
||||
- **Make sure its in this layout.**
|
||||
```
|
||||
├── derriese (custom map extracted folder)
|
||||
│ ├── gfx
|
||||
│ │ ├── env
|
||||
│ │ │ └── CloudyNightSky.png
|
||||
│ │ ├── lscreen
|
||||
│ │ │ └── derriese.png
|
||||
│ └── maps
|
||||
│ ├── derriese.bsp
|
||||
│ ├── derriese.txt
|
||||
│ └── derriese.way
|
||||
```
|
||||
|
||||
|
||||
### Zipping
|
||||
|
||||
Then select the map folder along with any other folders inside the extracted folder and compress it to `.zip`
|
||||
|
||||
|
||||
for example:
|
||||
|
||||

|
||||
|
||||
Then we need to rename this new `.zip` to `.pk3`
|
||||
|
||||
### Installation
|
||||
|
||||
Drag and Drop the .pk3 file into the game.
|
||||
|
||||
Then reload the page afterwards, and the map will show up in user maps
|
||||
|
||||
### Video Demonstration
|
||||
|
||||

|
||||
|
||||
|
||||
|
BIN
markdown/res/images/copy-into-nzp-folder.png
Normal file
BIN
markdown/res/images/copy-into-nzp-folder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
BIN
markdown/res/images/how-to-compress.webp
Normal file
BIN
markdown/res/images/how-to-compress.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
markdown/res/images/how-to-install-mapgif.gif
Normal file
BIN
markdown/res/images/how-to-install-mapgif.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 MiB |
Loading…
Reference in a new issue