TheFlyingCorpse / OCAP

OCAP is a game-changing tool that allows the recording and playback of operations on an interactive (web-based) map.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCAP

Operation Capture And Playback (BETA)

OCAP Screenshot

Live Web Demo

What is it?

OCAP is a game-changing tool that allows the recording and playback of operations on an interactive (web-based) map. Reveal where the enemy were located, discover how each group carried out their assaults, and find out who engaged who, when, and what with. 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

Credits

About

OCAP is a game-changing tool that allows the recording and playback of operations on an interactive (web-based) map.

License:Other


Languages

Language:Python 40.1%Language:JavaScript 23.3%Language:CSS 10.5%Language:PHP 9.7%Language:SQF 9.6%Language:C# 5.8%Language:C++ 0.8%Language:Dockerfile 0.2%Language:Batchfile 0.0%