CBA Settings | |
Auto-Start Settings | |
CBA Settings | |
OCAP_settings_autoStart | Automatically start OCAP recordings at session start. |
OCAP_settings_minPlayerCount | Auto-start will begin once this player count is reached. |
Core | |
CBA Settings | |
OCAP_settings_frameCaptureDelay | Positioning, medical status, and crew states of units and vehicles will be captured every X amount of seconds. |
OCAP_settings_preferACEUnconscious | If true, will check ACE3 medical status on units. |
Exclusions | |
CBA Settings | |
OCAP_settings_excludeClassFromRecord | Array of object classnames that should be excluded from recording. |
OCAP_settings_excludeKindFromRecord | Array of classnames which, along with all child classes, should be excluded from recording. |
OCAP_settings_excludeMarkerFromRecord | Array of prefixes. |
Extra Tracking | |
CBA Settings | |
OCAP_settings_trackTickets | Will track respawn ticket counts for missionNamespace and each playable faction every 30th frame. |
OCAP_settings_trackTimes | Will continuously track in-game world time during a mission. |
OCAP_settings_trackTimeInterval | If OCAP_settings_trackTimes is enabled, it will be checked every X capture frames. |
Save/ | |
CBA Settings | |
OCAP_settings_saveTag | If not overriden by the OCAP_exportData CBA event or if a mission is auto-saved, this will be used to categorize and filter the recording in the database and web list of missions. |
OCAP_settings_saveMissionEnded | If true, automatically save and export the mission when the MPEnded event fires. |
OCAP_settings_saveOnEmpty | Will automatically save recording when there are 0 players on the server and existing data accounts for more time than the minimum save duration setting. |
OCAP_settings_minMissionTime | A recording must be at least this long (in minutes) to auto-save. |
CBA Settings | |
OCAP_settings_autoStart | Automatically start OCAP recordings at session start. |
OCAP_settings_minPlayerCount | Auto-start will begin once this player count is reached. |
CBA Settings | |
OCAP_settings_frameCaptureDelay | Positioning, medical status, and crew states of units and vehicles will be captured every X amount of seconds. |
OCAP_settings_preferACEUnconscious | If true, will check ACE3 medical status on units. |
CBA Settings | |
OCAP_settings_excludeClassFromRecord | Array of object classnames that should be excluded from recording. |
OCAP_settings_excludeKindFromRecord | Array of classnames which, along with all child classes, should be excluded from recording. |
OCAP_settings_excludeMarkerFromRecord | Array of prefixes. |
CBA Settings | |
OCAP_settings_trackTickets | Will track respawn ticket counts for missionNamespace and each playable faction every 30th frame. |
OCAP_settings_trackTimes | Will continuously track in-game world time during a mission. |
OCAP_settings_trackTimeInterval | If OCAP_settings_trackTimes is enabled, it will be checked every X capture frames. |
If OCAP_settings_trackTimes is enabled, it will be checked every X capture frames. Default: 10
Mission Time Tracking Interval
Number
CBA Settings | |
OCAP_settings_saveTag | If not overriden by the OCAP_exportData CBA event or if a mission is auto-saved, this will be used to categorize and filter the recording in the database and web list of missions. |
OCAP_settings_saveMissionEnded | If true, automatically save and export the mission when the MPEnded event fires. |
OCAP_settings_saveOnEmpty | Will automatically save recording when there are 0 players on the server and existing data accounts for more time than the minimum save duration setting. |
OCAP_settings_minMissionTime | A recording must be at least this long (in minutes) to auto-save. |
If not overriden by the OCAP_exportData CBA event or if a mission is auto-saved, this will be used to categorize and filter the recording in the database and web list of missions.
Mission Type Tag
String
A recording must be at least this long (in minutes) to auto-save. Calling an OCAP_exportData CBA server event will override this restriction. Default: 20
Required Duration to Sav
Boolean