Add minimum town distance patch, with minor modifications
Move implicitly added value of 20 to setting default. Adjust setting texts. From: https://www.tt-forums.net/viewtopic.php?p=1095146#p1095146
This commit is contained in:

committed by
Jonathan G Rennison

parent
7f66d4bc6a
commit
7b88f7a290
@@ -538,6 +538,7 @@ struct EconomySettings {
|
||||
uint8 initial_city_size; ///< multiplier for the initial size of the cities compared to towns
|
||||
TownLayoutByte town_layout; ///< select town layout, @see TownLayout
|
||||
bool allow_town_roads; ///< towns are allowed to build roads (always allowed when generating world / in SE)
|
||||
uint16 town_min_distance; ///< minimum distance between towns
|
||||
TownFoundingByte found_town; ///< town founding, @see TownFounding
|
||||
bool station_noise_level; ///< build new airports when the town noise level is still within accepted limits
|
||||
uint16 town_noise_population[3]; ///< population to base decision on noise evaluation (@see town_council_tolerance)
|
||||
|
Reference in New Issue
Block a user