Skip to content

Releases: Zealot111/OCAP

Ocap latest stable full package

04 Apr 16:33
Compare
Choose a tag to compare

How to install (on arma3 server windows, only arma3_64 supported):

  1. Download and install Visual Studio 2019 Redistributables from Microsoft site
    https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0
  2. Unpack @ocap.zip and userconfig.zip into your arma3 server directory
  3. Add "-servermod=C:\YOUR_ARMA3_FOLDER\@ocap" to your arma3 server startup parameters
  4. Unpack and run ocap-web.zip into separate folder
  5. Edit ocap-web/option.json and userconfig/ocap/config.hpp, @ocap/OcapReplaySaver2.cfg.json if you need
  6. Add ocap_fnc_exportData in your mission framework to call each time when mission ended https://github.com/Zealot111/OCAP#running-ocap
  7. Run mission and check address described in ocap-web/option.json whether mission was correctly exported

map can set its maximum zoom

23 Aug 06:34
Compare
Choose a tag to compare

Some maps are so large that no detail can be seen at standard zoom. In the map configuration, you can specify the maximum and minimum magnification.

Example:

{
  "name": "Kidal",
  "worldname": "kidal",
  "worldSize": 61441,
  "imageSize": 65536,
  "multiplier": 1.066649305838121,
  "maxZoom": 8
}

We support backward compatible cards. That is, all previous maps will display correctly, but some newer maps, such as kidal, will not display correctly in the old version.

Don't forget to update your config)

latest web deploy

02 Apr 15:42
Compare
Choose a tag to compare

Lastest web part of ocap

2.3.1-hotfix

31 Mar 16:41
Compare
Choose a tag to compare

mozilla support

new dll

07 Feb 15:08
Compare
Choose a tag to compare

Dll with support go webservice and gzip packing

  • various fixes

2.3.1

07 Feb 14:53
Compare
Choose a tag to compare
Merge branch 'go-web'

2.3.0

26 Jan 12:28
Compare
Choose a tag to compare

webserver on golang with support http/2, letscrypt, support new dll

Fixed bug with uploading

26 Jan 20:13
Compare
Choose a tag to compare
dll-4.1.1.0

fixed bug with uploading

Dll: small optimizations

26 Jan 17:38
Compare
Choose a tag to compare
- adding include dir for include files

- small fix in cmakelists

Dll version 4.0.0.6 latest and stable

29 Apr 16:21
Compare
Choose a tag to compare

Dll version 4.0.0.6 latest and stable