Skip to content

cxytz01/OpenRADetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    $ [email protected]: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published