Carrier xml files

_ViKinG_

BERSERKER
Joined
Mar 15, 2013
Messages
315
Hello. after bnw came the carrier could only have 2 flights without promotions. before it was 5. I never see the AI using promotions for the carrier so they only use 2 flight, and thats to litle. someone know where i can change it to higher value?
 
This is not handled directly within the carrier unit xml; rather this is the result of the carrier receiving the Cargo II promotion for free, which allows the unit to carry two (additional) planes.

The BNW file for editing this promotion is: C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization V\Assets\DLC\Expansion2\Gameplay\XML\Units\CIV5UnitPromotions.xml

Find line 1906, it should be this line encased within this XML block:
Code:
		<Row>
			<Type>PROMOTION_CARGO_II</Type>
			<Description>TXT_KEY_PROMOTION_CARGO_II</Description>
			<Help>TXT_KEY_PROMOTION_CARGO_II</Help>
			<Sound>AS2D_IF_LEVELUP</Sound>
			[COLOR="Blue"][B]<CargoChange>2</CargoChange>[/B][/COLOR]
			<PortraitIndex>58</PortraitIndex>
			<IconAtlas>ABILITY_ATLAS</IconAtlas>
			<PediaType>PEDIA_ATTRIBUTES</PediaType>
			<PediaEntry>TXT_KEY_PEDIA_PROMOTION_CARGO_II</PediaEntry>
		</Row>
If you change the 2 to a 5 and save the file, carriers will be able to carry 5 planes. But wary though - any unit with Cargo II will be able to carry 5 planes.

Really though, this sort of thread should go in the C&C (modding) forums.
 
Top Bottom