Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ Toolbox can do the following in its current state:

2: [Download](https://github.com/nzp-team/toolbox/archive/refs/heads/main.zip) this repository (releases are TBD and depend on growth and strategy changes)

3a: On systems with Bash or other UNIX shells:
```bash
./nzp fetch
```
3b: On Windows:
```cmd
nzp.cmd fetch
```

4: Profit. You can use `nzp help` for the complete command list (including optional and required parameters)
3: Go to the toolbox directory you have downloaded via command line and based on your system do the following:

On systems with Bash or other UNIX shells:
```bash
./nzp fetch
```
On Windows (You can write CMD on the address bar of the File Explorer to open CMD on that directory):
```cmd
nzp.cmd fetch
```

4: Profit. You can use `nzp help` for the complete command list (including optional and required parameters)
4 changes: 2 additions & 2 deletions scripts/build-map.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# @name build-map
# @desc Builds a map stored in repos/assets into a bsp and builds zone file (if data exists). Default behavior will build all maps.
# @usage nzp build [--map map_name] [--full]
# @usage nzp build-map [--map map_name] [--full]
set -e

VENV="/workspace/python_envs/spawn-zone-tool"
Expand All @@ -10,4 +10,4 @@ VENV="/workspace/python_envs/spawn-zone-tool"
cd /workspace/repos/assets
tools/compile-maps.sh $@ --zone-tool-path /workspace/repos/spawn-zone-tool

deactivate || true
deactivate || true