Difference between revisions of "Autopilot/Avignon"

From #openttdcoop wiki

Jump to: navigation, search
(Basic Layout of Avignon's help page)
 
(Starting a Server OpenTTD: Start)
Line 21: Line 21:
 
load = Alias DemoPlugin
 
load = Alias DemoPlugin
 
load = OpenTTD</pre>
 
load = OpenTTD</pre>
 +
Then, either in IRC or the Terminal window, type:
 +
<pre>start</pre>
 +
and it will start the OpenTTD server. You can configure it with !rcon or in openttd.cfg.

Revision as of 17:07, 7 March 2010

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