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.
gem install openra
NOTE: Requires Ruby (Installation guide)
gem update openra
openra replay-data /path/to/replay.orarep [--format json|pretty-json|yaml]
openra replay-metadata /path/to/replay.orarep [--format json|pretty-json|yaml]
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.