Author Topic: Checking for Add-Ons  (Read 388 times)

How would I (On the client side) check if a server is running an add-on?

And how would I (On the server side) check if a client that joins the game has an add-on?

Use commamdToClient and commandToServer.

Use commamdToClient and commandToServer.
Is there any way of doing it without having code on the server side?

Not sure. I doubt it.

The game does not by default provide callbacks for installed mods. The mods themselves would have to apply callbacks. However, RTB should have these callbacks, so you could theoretically work through that was long as you don't go breaking anything with it. Although it'd be good to make your own in an unobstructive way just in case.