Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
First release, 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcroox committed Nov 19, 2016
1 parent 4603715 commit fb6551f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<p align="center">

# Arma 3 After Action Replay *Addon* Component

<p>
<a href="https://github.com/alexcroox/R3/releases/latest">
<img src="https://img.shields.io/badge/Version-0.1.0-blue.svg" alt="Project Version">
</a>
Expand All @@ -12,25 +15,31 @@
</a>
</p>

<p align="center">
<p>
<sup><strong>Requires the latest version of <a href="https://github.com/CBATeam/CBA_A3/releases">CBA A3</a><br/></strong></sup>
</p>

# Arma 3 After Action Replay *Addon* Component

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

### WIP
Being built along side the [web component](https://github.com/alexcroox/R3-Web).

### Install

1. Download the [latest release](https://github.com/alexcroox/R3/releases/latest)
2. Create a folder `/R3Extension/` in `/%appdata%/local/` and create a `config.properties` file with [this template](https://github.com/alexcroox/R3/blob/master/extension/config.properties)
3. Create a MySQL database with [this structure](https://github.com/alexcroox/R3-Web/blob/master/db-template.sql)
4. Enter your db details into `config.properties`
5. Add @R3 to your server startup mod list

This is a heavy work in progress, don't expect anything to work at this stage.

Being built along side the [web component](https://github.com/alexcroox/R3-Web).

### Special thanks

ACE3 dev team for providing [coding guidelines](http://ace3mod.com/wiki/development/coding-guidelines.html) and the [project template](https://github.com/acemod/arma-project-template) this was created from.

[ARK] Kami for building the custom extension
[ARK] Kami for building the custom db extension

[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.

2 changes: 1 addition & 1 deletion addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define MAJOR 1
#define MINOR 0
#define PATCHLVL 4
#define PATCHLVL 5
#define BUILD 0

#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
Expand Down
1 change: 0 additions & 1 deletion mod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description = "After Action Replays";
logo = "logo_aar_ca.paa";
logoOver = "logo_aar_ca.paa";
tooltip = "After Action Replay System";
tooltipOwned = "AAR Owned?";
overview = "Server Side addon for capturing unit movement to a database for After Action Replays on a website";
author = "Titan";
overviewPicture = "logo_ace3_ca.paa";

0 comments on commit fb6551f

Please sign in to comment.