adjustments;
added lake tropic width adjustment added an extra large setting to the coasts (51radius) set minimum width for rivers and lakes to 2 (setting it to 1 actually CTD'd the game) made max for rivers and lakes be 51 tiles to match the 51tiles of the coast setting.
This commit is contained in:
@@ -2108,6 +2108,7 @@ static SettingsContainer &GetSettingsTree()
|
||||
rivers->Add(new SettingEntry("game_creation.river_route_random"));
|
||||
rivers->Add(new SettingEntry("game_creation.rivers_top_of_hill"));
|
||||
rivers->Add(new SettingEntry("game_creation.river_tropics_width"));
|
||||
rivers->Add(new SettingEntry("game_creation.lake_tropics_width"));
|
||||
rivers->Add(new SettingEntry("game_creation.coast_tropics_width"));
|
||||
rivers->Add(new SettingEntry("game_creation.lake_size"));
|
||||
rivers->Add(new SettingEntry("game_creation.lakes_allowed_in_deserts"));
|
||||
|
Reference in New Issue
Block a user