OCAP
OCAP copied to clipboard
OCAP is an Arma 3 mission recording suite. It consists of a serverside addon and a packaged web server executable that allows for after-action review and better insight into what really happened.
Not a huge issue but can be upsetting for people who connect 5 times due to technical issues. Repro: 1. Connect to server already recording 2. Disconnect 3. Repeat steps...
AAR:  http://aar.globalconflicts.net/?file=2022_04_17__21_09_OperationLastMinute.json&frame=999&zoom=5&x=-56.018668831168974&y=112.71915584415613 Ingame: 
Include stats - time in mission per player (extrapolated from frameDelay / numFrames from start to end) Allow sorting
As currently defined here it is possible to send custom events: https://github.com/OCAP2/addon/blob/103b38d2bce8084e09775e9a477bcaeaaca120fe/addons/%40ocap/addons/ocap/functions/fn_addEventMission.sqf#L33-L41 But these are not shown on the web, because they needed to be registered for that. We may...
The web should create leaflet tiles based on a exported svg from [diag_exportTerrainSVG](https://community.bistudio.com/wiki/diag_exportTerrainSVG) or any other map image. This would make it easier to create tiles for new maps which...
 The source of the line is the player not the remote controlled unit
userconfig hpp file to include variable for marker types "VANILLA" "SWT_MARKERS" Marker event calls should then follow this choice. Potentially for future, integrate SWT marker polyline/rect/ellipse drawing if able.
By opening a record, the url should be a direct link to the new record. This would make it easy to share the record. - Adding record id/name when opening...
pass through requirement to record in-game > extension (player info logged w OCAP ID) > Leaflet support for unique icons by role in-game: - record via unit type > primary...