From de40b812c60bb8e891d4019313728b43bacfb872 Mon Sep 17 00:00:00 2001 From: nonMat <84855544+nonMat@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:27:15 +0100 Subject: [PATCH 1/6] Update build-map.sh The usage section was wrong as it lacked "-map" on the command --- scripts/build-map.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-map.sh b/scripts/build-map.sh index fc816fe..732d11b 100644 --- a/scripts/build-map.sh +++ b/scripts/build-map.sh @@ -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" @@ -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 \ No newline at end of file +deactivate || true From 25fbe81600bb44a60f4802a3bc71a74ff4481415 Mon Sep 17 00:00:00 2001 From: nonMat <84855544+nonMat@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:14:34 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6ec4c36..f4a00bd 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,14 @@ 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) \ No newline at end of file +3: Go to the toolbox directory you have downloaded and: + 3a: On systems with Bash or other UNIX shells: + ```bash + ./nzp fetch + ``` + 3b: 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) From 09387f6c75b9f6ae1456225fd3a3cdad90289162 Mon Sep 17 00:00:00 2001 From: nonMat <84855544+nonMat@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:15:05 +0100 Subject: [PATCH 3/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4a00bd..69518ca 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ 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) 3: Go to the toolbox directory you have downloaded and: - 3a: On systems with Bash or other UNIX shells: + a: On systems with Bash or other UNIX shells: ```bash ./nzp fetch ``` - 3b: On Windows (You can write CMD on the address bar of the File Explorer to open CMD on that directory): + b: On Windows (You can write CMD on the address bar of the File Explorer to open CMD on that directory): ```cmd nzp.cmd fetch ``` From f7f4e89e1f1b3066873a7023afaac2d225201af7 Mon Sep 17 00:00:00 2001 From: nonMat <84855544+nonMat@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:16:31 +0100 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69518ca..a5fe398 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 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) -3: Go to the toolbox directory you have downloaded and: +3: Go to the toolbox directory you have downloaded via command line and based on your system do the following: a: On systems with Bash or other UNIX shells: ```bash ./nzp fetch From 88302449fb293b3867e129ed104da4ea07c3fa45 Mon Sep 17 00:00:00 2001 From: nonMat <84855544+nonMat@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:16:53 +0100 Subject: [PATCH 5/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5fe398..80a7202 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ 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) 3: Go to the toolbox directory you have downloaded via command line and based on your system do the following: - a: On systems with Bash or other UNIX shells: + On systems with Bash or other UNIX shells: ```bash ./nzp fetch ``` - b: On Windows (You can write CMD on the address bar of the File Explorer to open CMD on that directory): + On Windows (You can write CMD on the address bar of the File Explorer to open CMD on that directory): ```cmd nzp.cmd fetch ``` From c2cf27df9ca250229dccb85a044a5be82c3754de Mon Sep 17 00:00:00 2001 From: nonMat <84855544+nonMat@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:17:58 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80a7202..d0343f7 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ 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) 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