Script
/File/en/Notice.png
Note
The user page is here: AI settings
NoAI Framework

NoAI Main Page

Development

Development milestones
Suggested API changes

AI Programming

API Documentation
Introduction
info.nut file
main.nut file
Basics
Using the road pathfinder
Using the rail pathfinder
Saving / Loading data
Things you need to know
Squirrel
Home page
Common mistakes
Lists
Coping with OTTD errors
Trams
AI Libraries
Forum
Forum FAQ
AI Behavior
ShortNames in use

AIs

TestAI
WrightAI
Convoy
SimpleAI
Comparison of AIs
See forum
See BaNaNaS
All articles in NoAI category

Welcome to the AI Development. Starting from 0.7.0 release it is possible for any user to create their own AI. Not only do we deliver a clean and simple API, we also allow you to make your AI in scripts. This should make it possible for anyone with a bit of programming knowledge to make fairly good AIs. It should also challenge people to build better AIs than the ones we had in 0.6. This page is all about telling you how to do it.

For all pages there is a rule: where examples are given, we will use Squirrel. We suggest everyone who wants to write an AI to read the Introduction as it will explain the basic concept.

Contents

Tutorials

API Documentation

AIs

Examples

User AIs

To download user made AIs, please use the online content service or alternatively have a look at the NoAI forum.

Comparison of AIs

Feature availability
<1.0
1.0-1.2
1.3
1.4
1.5-12.0
Nightly

Game Scripts

If you want to get started with game scripts, there is now a special article about that: Game Script