Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

TelluriumCrystal/ocap-revived

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release (latest by date) GitHub release (latest by date including pre-releases) GitHub issues GitHub license

OCAP

Operation Capture And Playback - REVIVED (BETA)

OCAP Screenshot

What is it?

OCAP is a tool for Arma 3 that facilitates recording and playback of operations on an interactive web-based map. Reveal where the enemy was located, analyze how each group carried out their assaults, and find out who engaged who, when, and with what. Use it simply for fun or as a training tool to see how well your group performs on ops.

Overview

  • Interactive web-based playback. All you need is a browser.
  • Captures positions of all units and vehicles throughout an operation.
  • Captures events such as shots fired, kills, and hits.
  • Event log displays events as they happened in realtime.
  • Clicking on a unit lets you follow them.
  • Server based capture - no mods required for clients.

Running OCAP

Capture automatically begins when server becomes populated (see userconfig for settings).

To end and export capture data, call the following (server-side):

[] call ocap_fnc_exportData;

Tip: You can use the above function in a trigger. e.g. Create a trigger that activates once all objectives complete. Then on activiation:

if (isServer) then {
    [] call ocap_fnc_exportData;
};

"end1" call BIS_fnc_endMission; // Ends mission for everyone

Revival

When the original development of OCAP was abandoned, the data collection/map data server was shut down. We are currently in the process of re-writing the application to facilitate running on a local server only. The tool is currently functional but is buggy and lacking features. We will continue to work on getting it into a more polished state.

Credits

Original work copyright (C) 2016 Jamie Goodson (aka MisterGoodson) (goodsonjamie@yahoo.co.uk)

Modified work copyright (C) 2020 OCAP Revived contributors

About

OCAP is a tool for Arma 3 that facilitates recording and playback of operations on an interactive web-based map.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Python 41.7%
  • JavaScript 24.7%
  • SQF 10.9%
  • CSS 10.9%
  • C# 6.6%
  • C++ 3.2%
  • Other 2.0%