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

initial upload of ocap.pas #43

Closed destotelhorus closed 6 years ago

destotelhorus commented 7 years ago

When merged this pull request will: Add a crude freepascal version of OCAPExporter to allow compilation under non windows OS. Fix https://github.com/mistergoodson/OCAP/issues/26

Avokadomos commented 7 years ago

Have you been able to make this work on Linux?

destotelhorus commented 7 years ago

Yes, albeit in a different way. I am using a mini c-library to export the stuff to a fixed directory and then use a cronjob'd bash-script to import it and move it out of the export-queue-directory.

let me add you the required files. no warranty and absolutely no beauty. ocap-daemon.sh.txt ocap-exporter.c.txt

JamieGoodson commented 6 years ago

Thanks for your contribution. I'm gonna close this since the logic of the DLL has changed drastically since this PR.