Releases: Zealot111/OCAP
Releases · Zealot111/OCAP
Ocap latest stable full package
How to install (on arma3 server windows, only arma3_64 supported):
- 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 - Unpack @ocap.zip and userconfig.zip into your arma3 server directory
- Add
"-servermod=C:\YOUR_ARMA3_FOLDER\@ocap"
to your arma3 server startup parameters - Unpack and run ocap-web.zip into separate folder
- Edit ocap-web/option.json and userconfig/ocap/config.hpp, @ocap/OcapReplaySaver2.cfg.json if you need
- Add ocap_fnc_exportData in your mission framework to call each time when mission ended https://github.com/Zealot111/OCAP#running-ocap
- Run mission and check address described in ocap-web/option.json whether mission was correctly exported
map can set its maximum zoom
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
Lastest web part of ocap
2.3.1-hotfix
mozilla support
new dll
Dll with support go webservice and gzip packing
- various fixes
2.3.1
2.3.0
Fixed bug with uploading
dll-4.1.1.0 fixed bug with uploading
Dll: small optimizations
- adding include dir for include files - small fix in cmakelists
Dll version 4.0.0.6 latest and stable
Dll version 4.0.0.6 latest and stable