mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
203a77c1dc
The tst_stationlist savegame had to be changed to start the correct AI. In the old setup, all regression AIs had the same name, which made it impossible to run both regressions in parallel. With the new setup this is possible. Although all files are available to run the regression, it won't really work till CMake is introduced (which will happen in a few commits from here)
21 lines
278 B
INI
21 lines
278 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
|
|
|
|
[construction]
|
|
max_bridge_length = 100
|