Difference between revisions of "Autopilot/Avignon"

From #openttdcoop wiki

Jump to: navigation, search
(Starting a Server OpenTTD: Start)
(Starting a Server OpenTTD: Wrong spacing caused some <pre> things to fail)
Line 23: Line 23:
 
Then, either in IRC or the Terminal window, type:
 
Then, either in IRC or the Terminal window, type:
 
<pre>start</pre>
 
<pre>start</pre>
and it will start the OpenTTD server. You can configure it with !rcon or in openttd.cfg.
+
 
 +
and it will start the OpenTTD server. You can configure it with !rcon or in openttd.cfg.

Revision as of 17:08, 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