-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,40 @@ | ||
# zonetool-helper | ||
Batch script that automatically downloads Zonetool. | ||
# Zonetool Helper | ||
|
||
**A batch script that automatically downloads and installs [Zonetool](https://github.com/ZoneTool/zonetool)** | ||
|
||
- [Installation](#installation) | ||
- [Features](#features) | ||
- [To-Do List](#to-do-list) | ||
- [Credits](#credits) | ||
|
||
## Installation | ||
|
||
Simply download the script through [this link](https://github.com/4GlVE/zonetool-helper/releases/latest). Scroll down to `Assets` and download `zonetool-helper.bat`. | ||
|
||
Once the script is downloaded, drag and drop into any of your COD4, MW2/IW4x, or MW3 game directories. | ||
|
||
**Example directory:** | ||
```text | ||
.../ | ||
└── Steam/ | ||
└── .../ | ||
└── Call of Duty Modern Warfare 3 | ||
``` | ||
|
||
Once this is done run the script, then follow the prompts. | ||
|
||
## Features | ||
|
||
> Downloads Zonetool and its binaries into your game directory, allowing you to choose between Rekti's version or Quak's version. | ||
- **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. | ||
|
||
## To Do List | ||
- [ ] Build Quak's latest as the current download may be an older version. | ||
- [ ] Create a uninstall script within this script. | ||
- [ ] Create an auto-updater for this script. | ||
|
||
## Credits | ||
- [Rekti](https://github.com/RektInator) // For making Zonetool | ||
- [Quak](https://github.com/Joelrau) // For making their Zonetool version | ||
- [Expert](https://github.com/soexperttt) // For giving me the idea for this script | ||
- [Chopper](https://github.com/chopper1337) // For help with extra stuff |