You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Batch script that automatically downloads Zonetool.
1
+
# Zonetool Helper
2
+
3
+
**A batch script that automatically downloads and installs [Zonetool](https://github.com/ZoneTool/zonetool)**
4
+
5
+
-[Installation](#installation)
6
+
-[Features](#features)
7
+
-[To-Do List](#to-do-list)
8
+
-[Credits](#credits)
9
+
10
+
## Installation
11
+
12
+
Simply download the script through [this link](https://github.com/4GlVE/zonetool-helper/releases/latest). Scroll down to `Assets` and download `zonetool-helper.bat`.
13
+
14
+
Once the script is downloaded, drag and drop into any of your COD4, MW2/IW4x, or MW3 game directories.
15
+
16
+
**Example directory:**
17
+
```text
18
+
.../
19
+
└── Steam/
20
+
└── .../
21
+
└── Call of Duty Modern Warfare 3
22
+
```
23
+
24
+
Once this is done run the script, then follow the prompts.
25
+
26
+
## Features
27
+
28
+
> Downloads Zonetool and its binaries into your game directory, allowing you to choose between Rekti's version or Quak's version.
29
+
-**Disclamer:** The download I supplied for Quak's version is believed to be an old build, it has other features that the base version doesn't have, but for most things the base version is good enough.
30
+
31
+
## To Do List
32
+
-[ ] Build Quak's latest as the current download may be an older version.
33
+
-[ ] Create a uninstall script within this script.
34
+
-[ ] Create an auto-updater for this script.
35
+
36
+
## Credits
37
+
-[Rekti](https://github.com/RektInator) // For making Zonetool
38
+
-[Quak](https://github.com/Joelrau) // For making their Zonetool version
39
+
-[Expert](https://github.com/soexperttt) // For giving me the idea for this script
40
+
-[Chopper](https://github.com/chopper1337) // For help with extra stuff
0 commit comments