Gunship does NOT benefit from railroad, why?

This is only for those that are looking for choppers to behave as such in CIV 4. Make the changes to your units file and the choppers will fly and hover over any terrain as they should. They will attack land and sea targets and you can also carry 3 land units. The changes needed are in red

Code:
<UnitInfo>
			<Class>UNITCLASS_GUNSHIP</Class>
			<Type>UNIT_GUNSHIP</Type>
			<UniqueNames/>
			<Special>NONE</Special>
			<Capture>NONE</Capture>
			<Combat>UNITCOMBAT_HELICOPTER</Combat>
			[COLOR="DarkRed"]<Domain>NONE</Domain>[/COLOR]
			<DefaultUnitAI>UNITAI_ATTACK</DefaultUnitAI>
			<Invisible>NONE</Invisible>
			<SeeInvisible>NONE</SeeInvisible>
			<Description>TXT_KEY_UNIT_GUNSHIP</Description>
			<Civilopedia>TXT_KEY_UNIT_GUNSHIP_PEDIA</Civilopedia>
			<Strategy>TXT_KEY_UNIT_GUNSHIP_STRATEGY</Strategy>
			<Advisor>ADVISOR_MILITARY</Advisor>
			<bAnimal>0</bAnimal>
			<bFood>0</bFood>
			<bNoBadGoodies>0</bNoBadGoodies>
			<bOnlyDefensive>0</bOnlyDefensive>
			<bNoCapture>1</bNoCapture>
			<bRivalTerritory>0</bRivalTerritory>
			<bMilitaryHappiness>0</bMilitaryHappiness>
			<bMilitarySupport>1</bMilitarySupport>
			<bMilitaryProduction>1</bMilitaryProduction>
			<bPillage>1</bPillage>
			<bSabotage>0</bSabotage>
			<bDestroy>0</bDestroy>
			<bStealPlans>0</bStealPlans>
			<bInvestigate>0</bInvestigate>
			<bCounterSpy>0</bCounterSpy>
			<bFound>0</bFound>
			<bGoldenAge>0</bGoldenAge>
			<bInvisible>0</bInvisible>
			<bFirstStrikeImmune>0</bFirstStrikeImmune>
			<bNoDefensiveBonus>1</bNoDefensiveBonus>
			<bIgnoreBuildingDefense>1</bIgnoreBuildingDefense>
			<bCanMoveImpassable>0</bCanMoveImpassable>
			<bFlatMovementCost>1</bFlatMovementCost>
		             [COLOR="darkred"]<bIgnoreTerrainCost>1</bIgnoreTerrainCost>[/COLOR]
			<bNukeImmune>0</bNukeImmune>
			<bPrereqBonuses>0</bPrereqBonuses>
			<bPrereqReligion>0</bPrereqReligion>
			<bMechanized>1</bMechanized>
			<UnitClassUpgrades/>
			<UnitAIs>
				<UnitAI>
					<UnitAIType>UNITAI_ATTACK</UnitAIType>
					<bUnitAI>1</bUnitAI>
				</UnitAI>
				<UnitAI>
					<UnitAIType>UNITAI_PILLAGE</UnitAIType>
					<bUnitAI>1</bUnitAI>
				</UnitAI>
			</UnitAIs>
			<NotUnitAIs/>
			<Builds/>
			<ReligionSpreads/>
			<GreatPeoples/>
			<Buildings/>
			<ForceBuildings/>
			<HolyCity>NONE</HolyCity>
			<ReligionType>NONE</ReligionType>
			<StateReligion>NONE</StateReligion>
			<PrereqReligion>NONE</PrereqReligion>
			<PrereqBuilding>NONE</PrereqBuilding>
			<PrereqTech>TECH_ROCKETRY</PrereqTech>
			<TechTypes>
				<PrereqTech>TECH_FLIGHT</PrereqTech>
				<PrereqTech>NONE</PrereqTech>
				<PrereqTech>NONE</PrereqTech>
			</TechTypes>
			<BonusType>BONUS_OIL</BonusType>
			<PrereqBonuses/>
			<ProductionTraits/>
			<Flavors/>
			<iAIWeight>0</iAIWeight>
			<iCost>160</iCost>
			<iHurryCostModifier>0</iHurryCostModifier>
			<iMinAreaSize>-1</iMinAreaSize>
			<iMoves>4</iMoves>
			<iAirRange>0</iAirRange>
			<iNukeRange>-1</iNukeRange>
			<iWorkRate>0</iWorkRate>
			<iBaseDiscover>0</iBaseDiscover>
			<iDiscoverMultiplier>0</iDiscoverMultiplier>
			<iBaseHurry>0</iBaseHurry>
			<iHurryMultiplier>0</iHurryMultiplier>
			<iBaseTrade>0</iBaseTrade>
			<iTradeMultiplier>0</iTradeMultiplier>
			<iGreatWorkCulture>0</iGreatWorkCulture>
			<TerrainImpassables/>
			<FeatureImpassables/>
			<iCombat>20</iCombat>
			<iAirCombat>0</iAirCombat>
			[COLOR="darkred"]<iAirCombatLimit>100</iAirCombatLimit>[/COLOR]
			<iXPValueAttack>4</iXPValueAttack>
			<iXPValueDefense>2</iXPValueDefense>
			<iFirstStrikes>0</iFirstStrikes>
			<iChanceFirstStrikes>0</iChanceFirstStrikes>
			<iInterceptionProbability>0</iInterceptionProbability>
			<iEvasionProbability>0</iEvasionProbability>
			<iWithdrawalProb>25</iWithdrawalProb>
			<iCollateralDamage>0</iCollateralDamage>
			<iCollateralDamageLimit>0</iCollateralDamageLimit>
			<iCollateralDamageMaxUnits>0</iCollateralDamageMaxUnits>
			<iCityAttack>0</iCityAttack>
			<iCityDefense>0</iCityDefense>
			<iAnimalCombat>0</iAnimalCombat>
			<iHillsDefense>0</iHillsDefense>
			<TerrainNatives/>
			<FeatureNatives/>
			<TerrainDefenses/>
			<FeatureDefenses/>
			<UnitClassAttackMods/>
			<UnitClassDefenseMods/>
			<UnitCombatMods>
				<UnitCombatMod>
					<UnitCombatType>UNITCOMBAT_ARMOR</UnitCombatType>
					<iUnitCombatMod>100</iUnitCombatMod>
				</UnitCombatMod>
			</UnitCombatMods>
			<DomainMods/>
			<BonusProductionModifiers/>
			<iBombRate>0</iBombRate>
			<iBombardRate>0</iBombardRate>
			<SpecialCargo>NONE</SpecialCargo>
			[COLOR="darkred"]<DomainCargo>DOMAIN_LAND</DomainCargo>
			<iCargo>3</iCargo>[/COLOR]
			<iConscription>0</iConscription>
			<iCultureGarrison>10</iCultureGarrison>
			<iExtraCost>0</iExtraCost>
			<iAsset>5</iAsset>
			<iPower>20</iPower>
			<UnitMeshGroups>
				<iGroupSize>1</iGroupSize>
				<fMaxSpeed>1.75</fMaxSpeed>
				<iMeleeWaveSize>1</iMeleeWaveSize>
				<iRangedWaveSize>1</iRangedWaveSize>
				<UnitMeshGroup>
					<iRequired>1</iRequired>
					<EarlyArtDefineTag>ART_DEF_UNIT_GUNSHIP</EarlyArtDefineTag>
				</UnitMeshGroup>
			</UnitMeshGroups>
			<Button>,Art/Interface/Buttons/Units/Gunship.dds,Art/Interface/Buttons/Unit_Resource_Atlas.dds,5,10</Button>
			<HotKey/>
			<bAltDown>0</bAltDown>
			<bShiftDown>0</bShiftDown>
			<bCtrlDown>0</bCtrlDown>
			<iHotKeyPriority>0</iHotKeyPriority>
			<FreePromotions/>
		</UnitInfo>
 
i remember this post a week or so back. Having played many games now i can see why choppers do not get rail benefit. Border cities u can build choppers - airport cities u can build choppers. Other cities build tanks or other units.
 
Gunships are the best, bar none, at pillaging the enemy during a war!
 
JFLNYC said:
I read the whole bloody thread! :crazyeye:
Yeah, me too. Crazy huh?

JFLNYC said:
This solution has the added benefit of not leaving them sitting ducks for the likes of macemen (one of whom killed one of my gunships with his trusty mace!).
Yeah, I tend to think the idea of melee units killing a gunship kinda stupid. Archers ***maybe*** in a freaky situation, but a guy with a sword or mace? No.
 
Here are my suggestions to improve gunship :
- Gunships should be able to move in water tiles but they couldn't end their turn in a water tile.
- Maybe they should be able to attack/defend against sea units but gunships would get penalty when doing so?
- Carriers should be able to transport gunships. When attacking from carrier gunships wouldn't receive amphibious penalty.
- And gunships should be able to use railroads.

I didn't bother to read the whole read so it is possible that all above suggestions have already been said :crazyeye:
 
Best animation was a pikeman stabbing my gunship in the belly causing it to explode.... :p
 
Top Bottom