Files @ r23093:822801088774
Branch filter:

Location: cpp/openttd-patchpack/source/bin/ai/regression/regression.cfg

Patric Stout
Fix: [AzurePipelines] download Windows Dependencies from GitHub Releases

It turns out that Azure Pipelines has a lot of issues downloading
an artifact from your own project if it is triggered from a fork.
From what I could deduce, this is because the API requires a valid
token, which is not set (correctly?) when triggered from a fork.
As it is nicer anyway to publish the Windows Dependencies on GitHub,
it is now published there (and updated at least every week), and
we use the files from GitHub as our dependency.
[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

[construction]
max_bridge_length = 100