/ra2yr-observer-overlay

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

ra2yr-observer-overlay

NOTE: As of 2023-06-12 this project is unmaintained.

Simple browser overlay for Red Alert 2: Yuri's Revenge, using ra2yrcpp and ra2yrproto. Displays each players' unit counts and build queues in real time.

Setup

$ git clone --recurse-submodules https://github.com:shmocz/ra2yr-observer-overlay.git
$ cd ra2yr-observer-overlay
$ npm install
# Generate protobuf definitions
$ npm run prebuild

Usage

Run directly with dev server:

$ npm run start

Alternatively create a production build and place the files under build/ to suitable location:

$ npm run build