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.
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
- Download the latest release to your Windows game server
- Create a folder
/R3Extension/
in/%appdata%/local/
or set environment variableR3_EXTENSION_HOME
to a folder of your choice - Create a
config.properties
in the previous created folder with this template - Create a MySQL database (on your web hosting) with this structure
- Enter your db details into
config.properties
- Add @R3 to your server startup mod list
- Host the web component, follow instructions here
Not yet part of the release download, see issue #15
- Download the latest release to your Linux game server
- Create a folder in the Linux user's home folder Arma will be run from at
~/R3Extension
or set environment variableR3_EXTENSION_HOME
to a folder of your choice - Create a
config.properties
in the previous created folder with this template - Create a MySQL database (on your web hosting) with this structure
- Enter your db details into
config.properties
- Add @r3 to your server startup mod list (make sure it's lower case for Linux servers)
- Host the web component, follow instructions here
[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.