Autopilot/Avignon

From #openttdcoop wiki

Revision as of 16:58, 7 March 2010 by Petert (Talk | contribs) (Basic Layout of Avignon's help page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
Powered by MediaWiki