mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
a3dd7506d3
NoAI is an API (a framework) to build your own AIs in. See: http://wiki.openttd.org/wiki/index.php/AI:Main_Page With many thanks to: - glx and Rubidium for their syncing, feedback and hard work - Yexo for his feedback, patches, and AIs which tested the system very deep - Morloth for his feedback and patches - TJIP for hosting a challenge which kept NoAI on track - All AI authors for testing our AI API, and all other people who helped in one way or another -Remove: all old AIs and their cheats/hacks
18 lines
238 B
INI
18 lines
238 B
INI
[misc]
|
|
display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|WAYPOINTS
|
|
language = english.lng
|
|
|
|
[gui]
|
|
autosave = off
|
|
|
|
[game_creation]
|
|
town_name = english
|
|
|
|
[ai_players]
|
|
none =
|
|
regression =
|
|
|
|
[vehicle]
|
|
road_side = right
|
|
plane_speed = 2
|