https://github.com/bytekeeper/replaychecker
A small tool to automatically verify certain stats from Starcraft Broodwar 1.16 replay files.
https://github.com/bytekeeper/replaychecker
Last synced: about 1 month ago
JSON representation
A small tool to automatically verify certain stats from Starcraft Broodwar 1.16 replay files.
- Host: GitHub
- URL: https://github.com/bytekeeper/replaychecker
- Owner: Bytekeeper
- Created: 2020-10-13T09:55:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T12:40:10.000Z (over 5 years ago)
- Last Synced: 2025-02-25T09:20:45.925Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/Bytekeeper/replaychecker)
## Replay Checking Tool
This is a tool to check Starcraft Broodwar replays for:
* Who took part
* Who won
* What the scores were
* How long it lasted
## build
git submodule update --init --recursive
mkdir build
cmake .. -DCMAKE_BUILD_TYPE=Release -DOPENBW_DIR=../openbw
make