ocapmod / ocap-legacy

OCAP is a game-changing tool that allows the recording and playback of operations on an interactive (web-based) map.
Other
38 stars 42 forks source link

[QUESTION] Start recording Function #53

Closed byjokese closed 7 years ago

byjokese commented 7 years ago

Is there any function to make it start recording, from console? Same as stoping is doing.

JamieGoodson commented 7 years ago

Yes, set ocap_capture = false; in your OCAP userconfig file. Then in debug console type ocap_capture = true; during mission.

Note: Even if ocap_capture == true, capture will still not start unless number of players present is >= ocap_minPlayerCount (set in userconfig).

byjokese commented 7 years ago

Thank you. Great Work.

byjokese commented 7 years ago

Sorry, but having Web and Arma 3 server in different servers, is not yet implemented, right?