I know a lot of people have been looking for a way to make gunships cross water. I came across this solution when looking for a way to mod artillery to Civ3 values. Here´s how to do it:
Open your "CIV4UnitInfos.xml" file, you find it under civ4\Assets\XML\Units.
Search for "gunship".
The first two hits are upgrades for other units. When you hit search the third time you should find the following lines:
<UnitInfo>
<Class>UNITCLASS_GUNSHIP</Class>
<Type>UNIT_GUNSHIP</Type>
<UniqueNames/>
<Special>NONE</Special>
<Capture>NONE</Capture>
<Combat>UNITCOMBAT_HELICOPTER</Combat>
<Domain>Domain_land</Domain>
Now change the last line by deleting "domain_land".
it should look like this:
<UnitInfo>
<Class>UNITCLASS_GUNSHIP</Class>
<Type>UNIT_GUNSHIP</Type>
<UniqueNames/>
<Special>NONE</Special>
<Capture>NONE</Capture>
<Combat>UNITCOMBAT_HELICOPTER</Combat>
<Domain></Domain>
You will get a single error-message when starting Civ4, ignore it. I haven´t tested this thoroughly yet, but I do know you can attack and sink ships and so on, you also get your full movement allowance over water. This is still in a beta stage, of course, so do expect bugs to come along.
Please test it and report your success/failures here for all to see.
*EDIT*
Ok, the combat seems to work like this:
Anims are often weird, but that´s to be expected.
The combat values are the strangest thing so far.
If the gunships attack, they win, even if they attack battleships. But when destroyers or others attack gunships, the ships win. This seems to be the most common result, although a few times other outcomes has appeared.
The oddest thing is that a single warrior, in a city, can´t be harmed by the gunships. The gunships are all destroyed trying to tackle a single warrior. Perhaps because they can´t take cities...I´ll be back with more testing soon*/EDIT*
*EDIT 2* Turns out combat is far too buggy right now. I´ve been trying to understand why some units are always sunk by the gunship, while for example caravels cannot be hurt at all.
So what practical use is there to this?
You can make a transport chopper that can only defend, but can cross water. Could be neat. Other than that, no practical use until I have experimented some more.*/EDIT*
Open your "CIV4UnitInfos.xml" file, you find it under civ4\Assets\XML\Units.
Search for "gunship".
The first two hits are upgrades for other units. When you hit search the third time you should find the following lines:
<UnitInfo>
<Class>UNITCLASS_GUNSHIP</Class>
<Type>UNIT_GUNSHIP</Type>
<UniqueNames/>
<Special>NONE</Special>
<Capture>NONE</Capture>
<Combat>UNITCOMBAT_HELICOPTER</Combat>
<Domain>Domain_land</Domain>
Now change the last line by deleting "domain_land".
it should look like this:
<UnitInfo>
<Class>UNITCLASS_GUNSHIP</Class>
<Type>UNIT_GUNSHIP</Type>
<UniqueNames/>
<Special>NONE</Special>
<Capture>NONE</Capture>
<Combat>UNITCOMBAT_HELICOPTER</Combat>
<Domain></Domain>
You will get a single error-message when starting Civ4, ignore it. I haven´t tested this thoroughly yet, but I do know you can attack and sink ships and so on, you also get your full movement allowance over water. This is still in a beta stage, of course, so do expect bugs to come along.
Please test it and report your success/failures here for all to see.
*EDIT*
Ok, the combat seems to work like this:
Anims are often weird, but that´s to be expected.
The combat values are the strangest thing so far.
If the gunships attack, they win, even if they attack battleships. But when destroyers or others attack gunships, the ships win. This seems to be the most common result, although a few times other outcomes has appeared.
The oddest thing is that a single warrior, in a city, can´t be harmed by the gunships. The gunships are all destroyed trying to tackle a single warrior. Perhaps because they can´t take cities...I´ll be back with more testing soon*/EDIT*
*EDIT 2* Turns out combat is far too buggy right now. I´ve been trying to understand why some units are always sunk by the gunship, while for example caravels cannot be hurt at all.
So what practical use is there to this?
You can make a transport chopper that can only defend, but can cross water. Could be neat. Other than that, no practical use until I have experimented some more.*/EDIT*