Project

openra

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Openra Rubygem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

 Project Readme

OpenRA Rubygem

Unofficial gem for OpenRA; a free, open-source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C#

Currently this gem implements the following commands:

  • replay-data - parse and extract data from replay files
  • detect-production-macros - parse replay data and attempt to detect production macro usage by players

If this is not what you're looking for, please see the Other tools section, perhaps what you need has already been implemented elsewhere.

Installation

gem install openra

NOTE: Requires Ruby (Installation guide)

Updating

gem update openra

Example usage

openra replay-data /path/to/replay.orarep [--format json|pretty-json|yaml]
openra replay-metadata /path/to/replay.orarep [--format json|pretty-json|yaml]

Other tools

A web visualisation tool created by dragunoff, designed to work with this gem, enter the output from the replay-data command with the json or pretty-json format to see a visualisation of the replay, including game information, clients and build orders.

Created by spanglel, a gem designed to strip extraneous data from OpenRA replay files, see the readme for installation and usage instructions.