项目作者: cpp-sc2

项目描述 :
Scrub type ids from a game client
高级语言: C++
项目地址: git://github.com/cpp-sc2/scrubber.git
创建时间: 2021-02-07T11:38:59Z
项目社区:https://github.com/cpp-sc2/scrubber

开源协议:MIT License

下载


Scrubber

Scrub type ids from a running Starcraft II game client and print JSON to stdout.

Build requirements

  1. A compiler with C++17 support.
  2. Cmake >= 3.1.

Build instructions

OS X (cmdline)

  1. # Get the project.
  2. $ git clone --recursive git@github.com:cpp-sc2/scrubber.git && cd scrubber
  3. # Create build directory.
  4. $ mkdir build && cd build
  5. # Generate a Makefile.
  6. # Use 'cmake -DCMAKE_BUILD_TYPE=Debug ../' if debuginfo is needed
  7. $ cmake ../
  8. # Build the project.
  9. $ make
  10. # Launch a game client, e.g. using Docker.
  11. # See: https://github.com/cpp-sc2/docker-sc2
  12. # Launch.
  13. $ ./bin/Scrubber -p 8167 -m 2020S2/DeathAuraLE.SC2Map > out.json

License

Copyright (c) 2021-2024 Alexander Kurbatov
Licensed under the MIT license.