Autopilot/Avignon
From #openttdcoop wiki
Avignon
Avignon is an advanced re-write of ap+ which is easily extendable with plugins.
Basic Usage
First of all, checkout the source from the trunk repo.
svn co http://svn.codecubes.org/avignon/trunk/ avignon
This will checkout the source to ./avignon/
Once you have that set up, configure Avignon with default.ini located in ./config.
To connect your bot to IRC, make sure you have set all the settings in [irc], and type "connect".
Starting a Server OpenTTD
To start a server, make sure you have all necesarry OpenTTD binaries in ./avignon/openttd/
Then, load the OpenTTD module
load OpenTTD
Alternatively, you can auto-load the plugin on startup, just set it in the config:
[plugins] ... load = Alias DemoPlugin load = OpenTTD
Then, either in IRC or the Terminal window, type:
start
and it will start the OpenTTD server. You can configure it with !rcon or in openttd.cfg.