https://github.com/keyboardcrash32/wartool
Warcraft III mod with a set of tools that I deemed necessary
https://github.com/keyboardcrash32/wartool
reverse-engineering tools warcraft3
Last synced: about 2 months ago
JSON representation
Warcraft III mod with a set of tools that I deemed necessary
- Host: GitHub
- URL: https://github.com/keyboardcrash32/wartool
- Owner: keyboardcrash32
- License: gpl-3.0
- Created: 2024-06-15T10:32:51.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-17T12:43:54.000Z (11 months ago)
- Last Synced: 2025-03-23T18:51:51.627Z (2 months ago)
- Topics: reverse-engineering, tools, warcraft3
- Language: C++
- Homepage:
- Size: 2 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wartool
Warcraft III mod with a set of tools that I deemed necessary. **This project is now discontinued and abandoned.**This mod was developed just for fun and contains not very good code.
Only 1.26a version is supported, but other versions should be working just fine (well, not really, widescreen and custom FOV fixes are working only on 1.26a).
## Features
- Locking cursor in a window
- Discord RPC
- PNG screenshots (INCOMPLETE)
- Widescreen fix
- Custom FOV fix## Installation
Installation process should be very easy, just grab the wartool.mix file and move it to the Warcraft III folder.The file itself can be found in [Actions](https://github.com/keyboardcrash32/wartool/actions).
## Building
Building process should be really straightforward:
1. Install the Visual Studio 2022.
2. Launch it, choose a "Clone a repository" option and insert this link: `https://github.com/keyboardcrash32/wartool.git`.
3. Once the project is cloned and loaded, choose the build type (Debug enables the console logging), press Ctrl+B and wait until it's over.
4. You're done! The file should be in the src/Release folder (or src/Debug if you selected the Debug type).