trying to make it so you can build naval units in any sized lake, but...

papakapp

Chieftain
Joined
Jan 13, 2010
Messages
44
I somehow made it so you can't build lighthouses in the ocean. anybody know that line that might have been? and what .xml it might have been in?

Moderator Action: Moved to Creation & Customization forum. Best of luck. - lymond
 
Last edited by a moderator:
<bWater> in Assets\XML\Civ4BuildingInfos.xml

If that's not the tag you've changed, then perhaps look at a diff (using WinMerge or so) between your version of that file and the original file (from BtS or from whichever mod you're using)?
 
You can easily change how many sea-tiles a seasidebuilding should have access to for being builded - and set limitation for any shiptype if you want that. Even the water-based bonuses have it (fish fx.). Value of the <iMinAreaSize> is the key.


In my own games, I have changed most values for all seaside-buildings and most shiptypes and a few "water"-bonuses, that I want to limit (pearls, amber and whales - I don't want them in smaller inland-seas).

I'm using:
<iMinAreaSize>-1</iMinAreaSize> for workboats (it's default and must NOT be changed).
<iMinAreaSize>3</iMinAreaSize> for docks.
<iMinAreaSize>8</iMinAreaSize> for smaller ships.
<iMinAreaSize>50</iMinAreaSize>, <iMinAreaSize>100</iMinAreaSize> or <iMinAreaSize>200</iMinAreaSize> for early buildings and larger ships.
<iMinAreaSize>500</iMinAreaSize> for shipyards and medium vessels
<iMinAreaSize>1000</iMinAreaSize> for industial shipyards and big vessels.

I have tried to "get" fish into lakes by setting <iMinAreaSize>2</iMinAreaSize> for the fish - but it doesn't look like any of my 2 favourite map-engines are hooked on that - I still have to do it manually....
 
Last edited:
Top Bottom