OCAP is a mission recording software used for Arma 3. It allows us to watch the events of our previous missions from a top-down map view
The OCAP software doesn't come pre-packed with any maps, so we have to source them ourselves. There is a guide on the OCAP GitHub, but we've come up with a cleaner process.
OCAP's guide will direct you to export EMF files from Arma. We'll be exporting them using a different tool which should lead to some cleaner images.
C: drive called Maps
arma3_x64.exe to backup_arma3_x64.exearma3diag_x64.exe to arma3_x64.exeWe're using a profiling executable, so you're going to receive a lot more errors than normal. If you receive a prompt like this click Abort to continue on.
private _dir = format ["C:\Maps\%1.svg", (worldName)];
diag_exportTerrainSVG [_dir, false, false, false, false, false, false];
copyToClipboard format["%1, %2", worldName, worldSize];
worldName.svgSara, 20480, Sahrani