Skip to content
RonaldReagan edited this page Dec 7, 2013 · 2 revisions

PyAC

What is PyAC? In short: Embeds python into AssaultCube. In long: Embeds python into AssaultCube which provides more extensibility to servers. Instead of navigating the AssaultCube source, this provides an API for python to use and allows plugins to be created for it. As a programmer, this alows you to easily extend servers and make servers more advanced. As a server owner, this allows you to have a more fully featured server that you can customize by adding your own plugins.

What version of AC does this run on?* Hopefully the most recent. The repository will remain updated with the server code in AC.

How do I set this up? If you downloaded a release, you can run by using the server.sh or your normal means. It is important to run in the top directory of the project.

If you want to compile, this project migrated away from a make system, and is now compiled with scons. Compilation instructions may be found in the file ReadMe.md

API

Developer Documentation for:

Clone this wiki locally