Lake tiles bug

Glassmage

The Desert Flame
Joined
Apr 23, 2011
Messages
1,740
Location
USA
In Civlopedia, a lake was said to be a ten-tiles or smaller body of water surrounded by land. However, the actual lake size is set to be 9 tiles. The only way to fix this is to go to GlobalDefines.xml and change the lake max area size from 9 to 10, and change ocean min area size from 10 to 11.


Fixed codes in GlobalDefines:
Code:
<Row Name="LAKE_MAX_AREA_SIZE">
			<Value>10</Value>
		</Row>

<Row Name="MIN_WATER_SIZE_FOR_OCEAN">
			<Value>11</Value>
		</Row>
 
Back
Top Bottom