This article or section is outdated. Some of its content may no longer be accurate due to changes in the latest release. Please update this article.
Setting have been substantially re-organised since this last had a major update
Advanced Settings window: Competitors section
The Competitors section allows you to set various options related to the Script 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.
|
Computer players
Default settings profile
☒
☒
☑
☑
☑
☑
Difficulty level reported to AIs and game scripts. Generally: how hard the AI shall try to compete with the player.
Possible Settings: Easy, Medium, Hard
In Openttd.cfg config file: ([scripts] settings_profile = <easy|medium|hard>)
#opcodes before scripts are suspended
☒
☒
☑
☑
☑
☑
Amount of computation time granted to AIs and game scripts. Less time means usually easier AI.
- Possible Settings:
In Openttd.cfg config file: ([scripts] script_max_opcode_till_suspend)
Allow AIs in multiplayer
☑
☑
☑
☑
☑
☑
Enables computer players in multiplayer games. The number of computer players can be set through the difficulty settings window.
Possible Settings: On or Off
In Openttd.cfg config file: ([ai] ai_in_multiplayer = <true|false>)
Disable trains for computer
☑
☑
☑
☑
☑
☑
Computer cannot build Trains or rail infrastucture. This option has been moved from Vehicles section in 0.3.4.
Possible Settings: On or Off
In Openttd.cfg config file: ([ai] ai_disable_veh_train = <true|false>)
Disable road vehicles for computer
☑
☑
☑
☑
☑
☑
Computer cannot build Road vehicles or roads. This option has been moved from Vehicles section in 0.3.4.
Possible Settings: On or Off
In Openttd.cfg config file: ([ai] ai_disable_veh_roadveh = <true|false>)
Disable aircraft for computer
☑
☑
☑
☑
☑
☑
Computer cannot build Aircraft or Airports. This option has been moved from Vehicles section in 0.3.4.
Possible Settings: On or Off
In Openttd.cfg config file: ([ai] ai_disable_veh_aircraft = <true|false>)
Disable ships for computer
☑
☑
☑
☑
☑
☑
Computer cannot build Ships. This option has been moved from Vehicles section in 0.3.4.
Possible Settings: On or Off
In Openttd.cfg config file: ([ai] ai_disable_veh_ship = <true|false>)
#opcodes before 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.
Possible Settings: 5,000 to 250,000
In Openttd.cfg config file: ([ai] ai_max_opcode_till_suspend = <5000-250000>)
Allow sending money to other companies
☑
☑
☑
☑
☑
☑
Allows you to donate money to other companies.
Possible Settings: On or Off
In Openttd.cfg config file: ([economy] give_money = <true|false>)
☑
☑
☑
☑
☑
☑
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.
Possible Settings: On or Off
In Openttd.cfg config file: ([economy] allow_shares = <true|false>)
In previous versions
See also
- For 0.3.0 to 0.6.3 - See Configuring patches for information of how to change settings.
- For 0.2.0 and 0.2.1 - See Configuring patches in 0.2.0.