All Projects → alexcroox → R3

alexcroox / R3

Licence: other
Arma After Action Replay System, ongoing development in git branches

Programming Languages

SQF
54 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to R3

extDB2
Arma3 Extension DB C++ dll / so by @Torndeco. [superseded by extDB3]
Stars: ✭ 17 (-51.43%)
Mutual labels:  arma, arma3
Pythia
An extension for Arma 3 that lets you write extensions in Python 3
Stars: ✭ 50 (+42.86%)
Mutual labels:  arma, arma3
Streamator
A Spectator Specifically build for Content Creation and Streaming
Stars: ✭ 18 (-48.57%)
Mutual labels:  arma, arma3
TheseusServices
Private Military Company content mod for Arma 3
Stars: ✭ 16 (-54.29%)
Mutual labels:  arma, arma3
mts marker
NATO joint military symbols for ArmA 3
Stars: ✭ 14 (-60%)
Mutual labels:  arma, arma3
Bulletproof-Arma-Launcher
Customisable mod installer and launcher for Arma 3 mods that takes care of *everything* for your community players! Why "bulletproof", you ask? Because "Idiotensicher" was mean :)
Stars: ✭ 21 (-40%)
Mutual labels:  arma, arma3
PboViewer
Cross-platform PBO maker / unpacker
Stars: ✭ 28 (-20%)
Mutual labels:  arma, arma3
3den-Enhanced
Official 3den Enhanced repository
Stars: ✭ 36 (+2.86%)
Mutual labels:  arma, arma3
SQFDiscordEmbedBuilder
Send discord webhook embeds from your Arma 3 Server
Stars: ✭ 27 (-22.86%)
Mutual labels:  arma, arma3
awesome-arma3
Curated list of awesome Arma 3 missions and addons
Stars: ✭ 18 (-48.57%)
Mutual labels:  arma, arma3
A3ExtendedChat
Adds new functionality to the Arma 3 chat system with emojis, history viewer, message filters and commands!
Stars: ✭ 16 (-54.29%)
Mutual labels:  arma, arma3
CLib
CLib is a Function/Script Library for ArmA 3
Stars: ✭ 22 (-37.14%)
Mutual labels:  arma, arma3
tabler
Arma 3 Translation Helper
Stars: ✭ 29 (-17.14%)
Mutual labels:  arma, arma3
slotlist-backend
Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
Stars: ✭ 13 (-62.86%)
Mutual labels:  arma, arma3
sqf
Parser, static analyzer and interpreter of SQF (Arma programming language)
Stars: ✭ 67 (+91.43%)
Mutual labels:  arma3
Benny-Edition-CTI-0.97-Zerty-Modification
Modification of BECTI made by zerty for the JMW Arma 3 server
Stars: ✭ 36 (+2.86%)
Mutual labels:  arma3
arma-intellij-plugin
A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
Stars: ✭ 37 (+5.71%)
Mutual labels:  arma
diwako dui
A UI showing unit positions and names of units in your squad
Stars: ✭ 39 (+11.43%)
Mutual labels:  arma3
arma-dialog-creator
A dialog/GUI creation tool for Arma 3.
Stars: ✭ 73 (+108.57%)
Mutual labels:  arma
Arma-Server-Config-Generator
Generate custom server config files for your arma 3 sever easily.
Stars: ✭ 13 (-62.86%)
Mutual labels:  arma3

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].