Advanced Settings/Competitors

From OpenTTD

Jump to: navigation, search
Warning
Information on this page applies to 0.7.x and up. See Configuring patches for information of how to change settings in 0.6.x and earlier.
The Competitors section of the Advanced Settings window (0.7.0)
The Competitors section of the Advanced Settings window (0.7.0)

[edit] Advanced Settings window: Competitors section

The Competitors section allows you to set various options related to the AI and multiplayer. The purpose of the available settings is explained below. For each setting, the respective variable from the config file is listed as well, together with its possible values.

Contents


[edit] Computer players

[edit] Allow AIs in multiplayer

Enables computer players in multiplayer games. The number of computer players can be set through the difficulty settings window.
([ai] ai_in_multiplayer = <true|false>)

[edit] Disable trains for computer

Computer cannot build trains or rail infrastucture.
([ai] ai_disable_veh_train = <true|false>)

[edit] Disable road vehicles for computer

Computer cannot build road vehicles or roads.
([ai] ai_disable_veh_roadveh = <true|false>)

[edit] Disable aircraft for computer

Computer cannot build aircraft or airports.
([ai] ai_disable_veh_aircraft = <true|false>)

[edit] Disable ships for computer

Computer cannot build ships.
([ai] ai_disable_veh_ship = <true|false>)

[edit] #opcodes befor AI is suspended

Lower this value if the AI is making the game run slow. Increase this value if you find the AI doing a lot of nothing instead of actually building stuff. Leave value at 10,000 if unsure.
([ai] ai_max_opcode_till_suspend = <5000-250000>)

[edit] Allow sending money to other companies

Allows you to donate money to other companies.
([economy] give_money = <true|false>)

[edit] Allow buying shares from other companies

Allows you to enable or disable the ability to buy shares from competitors. You also have to wait for the company to get old enough before buying 25% or a full take over. This age is about 6 years old.
([economy] allow_shares = <true|false>)