Feature: Add config option to set default company secondary colour for new games

This does duplicate translation strings for the colours
This commit is contained in:
Henry Wilson
2023-06-24 21:50:04 +01:00
committed by rubidium42
parent 5653a94490
commit a9c65a69d0
5 changed files with 42 additions and 0 deletions

View File

@@ -190,6 +190,26 @@ STR_COLOUR_GREY :Grey
STR_COLOUR_WHITE :White
STR_COLOUR_RANDOM :Random
###length 17
STR_COLOUR_SECONDARY_DARK_BLUE :Dark Blue
STR_COLOUR_SECONDARY_PALE_GREEN :Pale Green
STR_COLOUR_SECONDARY_SECONDARY_PINK :Pink
STR_COLOUR_SECONDARY_YELLOW :Yellow
STR_COLOUR_SECONDARY_RED :Red
STR_COLOUR_SECONDARY_LIGHT_BLUE :Light Blue
STR_COLOUR_SECONDARY_GREEN :Green
STR_COLOUR_SECONDARY_DARK_GREEN :Dark Green
STR_COLOUR_SECONDARY_BLUE :Blue
STR_COLOUR_SECONDARY_CREAM :Cream
STR_COLOUR_SECONDARY_MAUVE :Mauve
STR_COLOUR_SECONDARY_PURPLE :Purple
STR_COLOUR_SECONDARY_ORANGE :Orange
STR_COLOUR_SECONDARY_BROWN :Brown
STR_COLOUR_SECONDARY_GREY :Grey
STR_COLOUR_SECONDARY_WHITE :White
STR_COLOUR_SECONDARY_SAME_AS_PRIMARY :Same As Primary
# Units used in OpenTTD
STR_UNITS_VELOCITY_IMPERIAL :{DECIMAL}{NBSP}mph
STR_UNITS_VELOCITY_METRIC :{DECIMAL}{NBSP}km/h
@@ -1418,6 +1438,9 @@ STR_CONFIG_SETTING_INFRASTRUCTURE_MAINTENANCE_HELPTEXT :When enabled, i
STR_CONFIG_SETTING_COMPANY_STARTING_COLOUR :Starting company colour: {STRING2}
STR_CONFIG_SETTING_COMPANY_STARTING_COLOUR_HELPTEXT :Choose starting colour for the company
STR_CONFIG_SETTING_COMPANY_STARTING_COLOUR_SECONDARY :Starting company secondary colour: {STRING2}
STR_CONFIG_SETTING_COMPANY_STARTING_COLOUR_SECONDARY_HELPTEXT :Choose starting secondary colour for the company, if using a NewGRF that enables it.
STR_CONFIG_SETTING_NEVER_EXPIRE_AIRPORTS :Airports never expire: {STRING2}
STR_CONFIG_SETTING_NEVER_EXPIRE_AIRPORTS_HELPTEXT :Enabling this setting makes each airport type stay available forever after its introduction