Separate allow stations under bridges into settings for: rail, road, docks

This commit is contained in:
Jonathan G Rennison
2019-11-19 22:51:45 +00:00
parent acc946f505
commit 2b0c1a5930
7 changed files with 97 additions and 13 deletions

View File

@@ -1701,10 +1701,28 @@ base = GameSettings
var = construction.allow_stations_under_bridges
def = false
cat = SC_ADVANCED
str = STR_CONFIG_SETTING_ALLOW_STATIONS_UNDER_BRIDGES
strhelp = STR_CONFIG_SETTING_ALLOW_STATIONS_UNDER_BRIDGES_HELPTEXT
str = STR_CONFIG_SETTING_ALLOW_GRF_STATIONS_UNDER_BRIDGES
strhelp = STR_CONFIG_SETTING_ALLOW_GRF_STATIONS_UNDER_BRIDGES_HELPTEXT
patxname = ""allow_stations_under_bridges.construction.allow_stations_under_bridges""
[SDT_BOOL]
base = GameSettings
var = construction.allow_road_stops_under_bridges
def = true
cat = SC_ADVANCED
str = STR_CONFIG_SETTING_ALLOW_ROAD_STATIONS_UNDER_BRIDGES
strhelp = STR_CONFIG_SETTING_ALLOW_ROAD_STATIONS_UNDER_BRIDGES_HELPTEXT
patxname = ""allow_stations_under_bridges.construction.allow_road_stops_under_bridges""
[SDT_BOOL]
base = GameSettings
var = construction.allow_docks_under_bridges
def = false
cat = SC_ADVANCED
str = STR_CONFIG_SETTING_ALLOW_DOCKS_UNDER_BRIDGES
strhelp = STR_CONFIG_SETTING_ALLOW_DOCKS_UNDER_BRIDGES_HELPTEXT
patxname = ""allow_stations_under_bridges.construction.allow_docks_under_bridges""
[SDT_VAR]
base = GameSettings
var = construction.purchase_land_permitted