Documentation on ACSMv2 plugins

I’m considering buying ACSM V2, I use and enjoy V1 but need to develop a couple of custom plugins for my community so ACSM V2 seems like it may be a good fit. Is the documentation available anywhere or could I get a copy of it emailed to me so I can determine if the plugin system is capable of handling my use cases?

My users are running some client lua scripts that would send data to the server plugin, and the server plugin would need to be able to send data back to the clients. Is this something the plugins can handle?

Thanks!

Hi,

Thanks for your interest in our Assetto Corsa Server Manager, we really appreciate it!

You can find documentation for our plugin systems on our wiki, these specific articles may be helpful:

The server itself doesn’t have a mechanism for receiving data from client side plugins as you describe - you would likely need to create your own interface (for example a HTTP api or similar) on your plugin to send and receive this data.

Thanks, I bought a license and set up a server. I’ll try writing a plugin tonight for it