Problem with fighter airplanes

Gwydion62

Warlord
Joined
Apr 25, 2004
Messages
193
Location
Austria
The fighters don't have AirRecon and AirDefence in my game...
Is that normal?

I think they should be able to Intercept incoming planes and the recon...

Somesthing wrong? And where (file, XML) can I find this orders?

regards
gwydion
 
Hello Gwydion,

did you give your fighters the right promotions ?

to intercept, recon, and patrol they need those lines in the Unit_FreePromotions part :

Code:
<Unit_FreePromotions>
		<Row>
			<UnitType>UNIT_EGYPT_LAGG3</UnitType>
			<PromotionType>PROMOTION_INTERCEPTION_IV</PromotionType>
		</Row>
		<Row>
			<UnitType>UNIT_EGYPT_LAGG3</UnitType>
			<PromotionType>PROMOTION_AIR_SWEEP</PromotionType>
		</Row>
		<Row>
			<UnitType>UNIT_EGYPT_LAGG3</UnitType>
			<PromotionType>PROMOTION_AIR_RECON</PromotionType>
		</Row>
</Unit_FreePromotions>
 
Worked - I changed Units for my Civ as special Unit and forgot that...
 
Back
Top Bottom