OCAP2 / OCAP

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.
Other
58 stars 14 forks source link

Ability to define custom events #7

Open Fank opened 3 years ago

Fank commented 3 years ago

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 need some kind of option to easily define them on our own, or/and add some predefined events.

Fank commented 3 years ago

Add documentation in this repo of how to use, which events do exists and how to call them

indig0fox commented 3 years ago

[objectiveName, objectiveNumber (if in sequence), name player]

indig0fox commented 2 years ago

added general custom event handler for next ver (including web) that will simply add text to the timeline announcing something has occurred.