Add guide on installing maps

This commit is contained in:
Linus_tt 2024-12-19 12:39:44 +00:00
parent 646dfab4ca
commit 461526c2a1
5 changed files with 86 additions and 0 deletions

View file

@ -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.

View 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:
![](../res/images/how-to-compress.webp)
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
![gif showing how to install the map](../res/images/how-to-install-mapgif.gif)

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB