Allows configuring the width of the coast in tropic maps that generates as tropiczone_normal before the desert kicks in, it does this by creating two additional arrays which house the coordinates to create a filled circle of radius of 19 tiles, and 25 tiles. the default creates a radius of 13 tiles.
I'd eventually like to add an Extra Large setting but manually creating the array of coordinates is horrible. I wedged this setting in beside the setting for tropic width around rivers despite it not fitting into the rivers/lakes category because it still feels the most relevant place for now.
This commit is contained in:
@@ -1679,6 +1679,12 @@ STR_CONFIG_SETTING_RIVERS_TOP_OF_HILL :Rivers require
|
||||
STR_CONFIG_SETTING_RIVERS_TOP_OF_HILL_HELPTEXT :Choose whether rivers require their springs to generate towards the top of hills.
|
||||
STR_CONFIG_SETTING_RIVER_TROPICS_WIDTH :Tropics width around rivers: {STRING}
|
||||
STR_CONFIG_SETTING_RIVER_TROPICS_WIDTH_HELPTEXT :Controls the width of the tropic zone that surrounds rivers in sub-tropic landscape.
|
||||
STR_CONFIG_SETTING_COAST_TROPICS_WIDTH :Tropics width around coasts: {STRING}
|
||||
STR_CONFIG_SETTING_COAST_TROPICS_WIDTH_HELPTEXT :Controls the width of the tropic zone that surrounds coasts in sub-tropic landscape.
|
||||
###length 3
|
||||
STR_CONFIG_SETTING_COAST_TROPICS_WIDTH_DEFAULT :Default
|
||||
STR_CONFIG_SETTING_COAST_TROPICS_WIDTH_MEDIUM :Medium
|
||||
STR_CONFIG_SETTING_COAST_TROPICS_WIDTH_LARGE :Large
|
||||
STR_CONFIG_SETTING_LAKE_SIZE :Size of lakes: {STRING}
|
||||
STR_CONFIG_SETTING_LAKE_SIZE_HELPTEXT :Controls the size of lakes that are generated along rivers.
|
||||
STR_CONFIG_SETTING_LAKE_SIZE_VALUE :{NUM}
|
||||
|
||||
Reference in New Issue
Block a user