alexcroox / R3

Arma After Action Replay System, ongoing development in git branches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arma 3 After Action Replay Addon Component

Project Version Supports 64-bit Support for both Windows and Linux Travis build testing Project License

Requires the latest version of CBA A3

Server Side addon for capturing unit movement and behaviour to a database for After Action Replays on a website.

No modifications to your missions required, nothing for clients to download.

Being built along side the web component, extension component and the tile generation component

Built for Windows or Linux game servers.

Demo

An exact mirror of this repo can be viewed here which contains replays from ARK Group

Note: R3 is currently undergoing a big v1 data storage refactor read more

Discord

Install Windows Server

  1. Download the latest release to your Windows game server
  2. Create a folder /R3Extension/ in /%appdata%/local/ or set environment variable R3_EXTENSION_HOME to a folder of your choice
  3. Create a config.properties in the previous created folder with this template
  4. Create a MySQL database (on your web hosting) with this structure
  5. Enter your db details into config.properties
  6. Add @R3 to your server startup mod list
  7. Host the web component, follow instructions here

Install Linux Server

Not yet part of the release download, see issue #15

  1. Download the latest release to your Linux game server
  2. Create a folder in the Linux user's home folder Arma will be run from at ~/R3Extension or set environment variable R3_EXTENSION_HOME to a folder of your choice
  3. Create a config.properties in the previous created folder with this template
  4. Create a MySQL database (on your web hosting) with this structure
  5. Enter your db details into config.properties
  6. Add @r3 to your server startup mod list (make sure it's lower case for Linux servers)
  7. Host the web component, follow instructions here

Special thanks

[ARK] Kami for building the custom db extension and allowing me to ditch extdb!

ACE3 dev team for providing coding guidelines and the project template this was created from.

[ARK] Chairbourne for providing CUP source for the vehicle icons

[NRF1] Crazy for working with me on the original AAR as part of the old 5th Rifles mission framework.

About

Arma After Action Replay System, ongoing development in git branches

License:Other


Languages

Language:SQF 65.0%Language:C++ 35.0%