Replies: 5 comments
-
|
@VyMajoris why |
Beta Was this translation helpful? Give feedback.
-
|
Ocap allow several type of missions to be filtered by user, for example you may have 'tvt1' arma3 instance, 'tvt2' instance and so on. User will be able to filter only tvt2 missions in ocap for example. |
Beta Was this translation helpful? Give feedback.
-
describes these instance names, only |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. To be honest I'm not sure why |
Beta Was this translation helpful? Give feedback.
-
|
@VyMajoris please consider starring repository if you find our project useful ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
OCAP Version:
3.2.0-stableServer OS:
WindowsDescription: When the addon calls the extention to upload the recording, the server returns 404.
The server is runnig. I can access my AAR webpage.
Steps to reproduce: Call ocap_fnc_exportData
ocap-web options.json:
{ "title": "OCAP", "description": "Operation Capture And Playback", "author": "Frontend: MisterGoodson (aka Goodson [3CB]), Backend: Dell", "language": "en", "version": "3.2.0", "listen": "127.0.0.1:5000", "secret": "secret", "logger": true, "classes-game": [ {"key": "", "name": "All"}, {"key": "tvt", "name": "TvT"} ] }OcapReplaySaver2.cfg.json:
{ "addFileUrl": "http://127.0.0.1:5000/data/receive.php?option=addFile", "dbInsertUrl": "http://127.0.0.1:5000/data/receive.php?option=dbInsert", "httpRequestTimeout": 120, "newMode": 0, "newServerGameType": "", "newUrl": "https://127.0.0.1:5000/api/v1/operations/add", "newUrlRequestSecret": "secret", "traceLog": 1 }userconfig/ocap.hpp:
RPT File
ocap-ext.20210609_222355.log
ocap-main.20210609_222355.log
Side note:
Please provide a quick documentaion on what these values mean and where they are used:
classes-game, newMode, newServerGameType, ocap_nameServer
Beta Was this translation helpful? Give feedback.
All reactions