Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.36 KB

OpenRA Lobbies Detector

This program is used to monitor the OpenRA room in real-time. Currently, only D2K is supported.

Platforms

  • Windows (visual studio c++ 2019 with C++17)
  • Linux -- It should be supporting Linux, but it has not been verified.

Dependence

Install

  1. Install spdlog with vcpkg --- https://github.com/gabime/spdlog#package-managers vcpkg install spdlog:x64-windows

  2. install openssl win64 1.1.1

  3. download source code:

    $ git@github.com:cxytz01/OpenRADetector.git
    $ cd OpenRADetector

    Double click OpenRADetector.sln

  4. Set the openssl include directory: Properties -> C/C++/General -> Additional Include Directories: D:\OpenSSL-Win64-1_1_1L\include

  5. Set the openssl libray directory: Properties -> Linker/General -> Additional Library Directories: D:\OpenSSL-Win64-1_1_1L\lib\VC\static

Usage samples

OpenRADetector.exe F:\games\OpenRA\Dune2000.exe

0.When there are some waiting rooms, the console would be activated.

example

1.Enter q|Q|quit|QUIT to exist the command line.

Data Source

Grab from https://www.openra.net/games/ per 30s.