diff options
author | smatz <smatz@openttd.org> | 2009-02-04 20:17:25 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-02-04 20:17:25 +0000 |
commit | 832e392855c652766de1bdd15851f81d651eb9d6 (patch) | |
tree | 5a4050971fc92ae40d7612fdd0947e42eb1ae263 /src/lang | |
parent | 030984a763c0111ba17c8907a22cffe0eeb05f68 (diff) | |
download | openttd-832e392855c652766de1bdd15851f81d651eb9d6.tar.xz |
(svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks
-Fix: use a flag instead of TL_NO_ROADS to forbid towns to build roads. The flag is ignored during world generation, so there won't be 'ghost' towns anymore
-Feature: town layout is now stored per town, so it is possible to (manually) set different layout for each town
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 2cefac1ef..785cfa425 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1191,14 +1191,13 @@ STR_CONFIG_PATCHES_CYCLE_SIGNAL_NORMAL :Block signals o STR_CONFIG_PATCHES_CYCLE_SIGNAL_PBS :Path signals only STR_CONFIG_PATCHES_CYCLE_SIGNAL_ALL :All -STR_CONFIG_PATCHES_TOWN_LAYOUT_INVALID :{WHITE}The town layout "no more roads" isn't valid in the scenario editor -STR_CONFIG_PATCHES_TOWN_LAYOUT :{LTBLUE}Select town-road layout: {ORANGE}{STRING1} -STR_CONFIG_PATCHES_TOWN_LAYOUT_NO_ROADS :no more roads -STR_CONFIG_PATCHES_TOWN_LAYOUT_DEFAULT :default +STR_CONFIG_PATCHES_TOWN_LAYOUT :{LTBLUE}Road layout for new towns: {ORANGE}{STRING1} +STR_CONFIG_PATCHES_TOWN_LAYOUT_DEFAULT :original STR_CONFIG_PATCHES_TOWN_LAYOUT_BETTER_ROADS :better roads STR_CONFIG_PATCHES_TOWN_LAYOUT_2X2_GRID :2x2 grid STR_CONFIG_PATCHES_TOWN_LAYOUT_3X3_GRID :3x3 grid STR_CONFIG_PATCHES_TOWN_LAYOUT_RANDOM :random +STR_CONFIG_PATCHES_ALLOW_TOWN_ROADS :{LTBLUE}Towns are allowed to build roads: {ORANGE}{STRING1} STR_CONFIG_PATCHES_TOOLBAR_POS :{LTBLUE}Position of main toolbar: {ORANGE}{STRING1} STR_CONFIG_PATCHES_TOOLBAR_POS_LEFT :Left @@ -3470,8 +3469,6 @@ STR_SNOW_LINE_QUERY_CAPT :{WHITE}Change s STR_START_DATE_QUERY_CAPT :{WHITE}Change starting year STR_HEIGHTMAP_SCALE_WARNING_CAPTION :{WHITE}Scale warning STR_HEIGHTMAP_SCALE_WARNING_MESSAGE :{YELLOW}Resizing source map too much is not recommended. Continue with the generation? -STR_TOWN_LAYOUT_WARNING_CAPTION :{WHITE}Town layout warning -STR_TOWN_LAYOUT_WARNING_MESSAGE :{YELLOW}The town layout "no more roads" is not recommended. Continue with the generation? STR_HEIGHTMAP_NAME :{BLACK}Heightmap name: STR_HEIGHTMAP_SIZE :{BLACK}Size: {ORANGE}{NUM} x {NUM} STR_GENERATION_WORLD :{WHITE}Generating world... |