From 3e9e31e59aa11fec04ebd03f9c0455159fe45a97 Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 <59412936+Stachelbeere1248@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:16:45 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32e1507..93f15a0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +This Overfiew file is currently outdated. I will update within 1-2 days. # zombies-utils Hello, I am currently working on this mod. More features will come. For now it has: - An accurate timer From 915d878e896a6b1f29e0b5059579e7010b61f9a4 Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 <59412936+Stachelbeere1248@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:17:03 +0100 Subject: [PATCH 2/5] Update README.md facking ret typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f15a0..b830d17 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This Overfiew file is currently outdated. I will update within 1-2 days. +This Overview file is currently outdated. I will update within 1-2 days. # zombies-utils Hello, I am currently working on this mod. More features will come. For now it has: - An accurate timer From c2b36b49fd1b62ef9fc84d2c71f7d282ed1d02ba Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 <59412936+Stachelbeere1248@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:23:24 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b830d17..c9adc42 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -This Overview file is currently outdated. I will update within 1-2 days. # zombies-utils Hello, I am currently working on this mod. More features will come. For now it has: -- An accurate timer -- Automatic splitting +- An accurate timer + Automatic splitting - Tracking of splits & segment PBs (with custom categories) - SLA hud - 1 chat macro +- Spawntime (no aa colors yet, but Rocket Launcher mode) #### Disclaimers - If you are using a Hypixel language other than english the mod may not work entirely. Use /lang en. ## For Users @@ -14,13 +13,15 @@ The timer automatically splits every round. The Personal-Best-recorder automatic - SLA Launcher: if on, sets and displays SLA when the mod starts the timer - short SLA: if on, hides inactive windows & rooms from the SLA display - chat macro: the text to be sent when pressing the respective keybind (-> control settings), DO NOT use "ยง" as symbol -- default category name: the category to be tracked until /runCategory is used +- default category name: the category to be tracked until /category is used +- Rocket Launcher offset: The amount of ticks to be added to wave-spawn times during RL mode +- passed Waves: Whether to show or hide spawn-times for previous waves. ### Commands -- /runCategory \ - Switches to the category called name. All recorded times are bound to its category. Tabcomplete suggests already existing categories, but you can insert a new (clean) one as well. +- /category \ - Switches to the category called name. All recorded times are bound to its category. Tabcomplete suggests already existing categories, but you can insert a new (clean) one as well. - Examples: - - /runCategory pistol_only - - /runCategory casual - - note: you do NOT need to make your own categories to distinguish difficulties or map + - /category pistol_only + - /category no_doors_solo + - note: you do NOT need to make your own categories to seperate difficulties or map - /sla \ - /sla off - Disables the SLA hud - /sla map \ - forcefully set the map @@ -28,5 +29,12 @@ The timer automatically splits every round. The Personal-Best-recorder automatic - /sla rotate - rotates all windows around the axis (0,y,0) - /sla mirror \ - mirrors all windows along the plane (0,y,z) or (x,y,0) - /sla offset \ \ \ - set an offset, allowing you to use sla on map-recreations, such as housings +- /zombiesutils \ + - /zombiesutils timer \ + - /zombiesutils timer kill - Stops the running timer completely + - /zombiesutils timer split \ - Splits as if \ was passed, not recommended to use as it might create impossible PBs +### Hotkeys +- Chat Macro: sends the message specified in the config +- RL Mode: Toggle usage of the rocket launcher spawn-time offset. ### Extra -- Managing split-categories: In your minecraft folder is a folder called "zombies". You can simply rename or delete the sub-folders. +- Managing split-categories: In your minecraft folder is a folder called "zombies" which contains the folder "splits". You can simply rename or delete the folders inside "splits". You can also edit your splits, the data is stored in ticks inside the MAP_DIFFICULTY.times files, a simple text editor should be able to edit it (UTF-16 encoded text). From e06568592be797418ae12e383790f4fa39f6b55a Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 <59412936+Stachelbeere1248@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:24:22 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9adc42..b41a942 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,6 @@ The timer automatically splits every round. The Personal-Best-recorder automatic - /zombiesutils timer split \ - Splits as if \ was passed, not recommended to use as it might create impossible PBs ### Hotkeys - Chat Macro: sends the message specified in the config -- RL Mode: Toggle usage of the rocket launcher spawn-time offset. +- RL Mode: Toggle usage of the rocket launcher mode spawn-time offset. ### Extra - Managing split-categories: In your minecraft folder is a folder called "zombies" which contains the folder "splits". You can simply rename or delete the folders inside "splits". You can also edit your splits, the data is stored in ticks inside the MAP_DIFFICULTY.times files, a simple text editor should be able to edit it (UTF-16 encoded text). From db861130f62194fc6811b8acb62721022b692415 Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 <59412936+Stachelbeere1248@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:33:48 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b41a942..e00b0f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # zombies-utils +##### Download latest release: [v1.2.0](https://github.com/Stachelbeere1248/zombies-utils/releases/tag/v1.2.0). Hello, I am currently working on this mod. More features will come. For now it has: - An accurate timer + Automatic splitting - Tracking of splits & segment PBs (with custom categories)