Changing the Airlift requirement

Wolfshanze

CFC Historian
Joined
Nov 12, 2001
Messages
5,689
Location
Florida
I know the airlift ability is granted with the advent of the Flight Tech.

If one wanted to change this from "Flight" to some other tech, where/how would you change this? Is it in XML, or some place else... if so, where do I change it?

I can't seem to find it.
 
its not a global :dunno:
I've not been able to find it in XML... at least not so-far... definately not in a global XML. Does anybody know how/where the airlift is assigned?
 
It's not Flight itself that allows airlifting, it's the Airport; the mission automatically appears as long as one of the buildings in the city allows airlifting. If you opened up CIV4BuildingInfos.xml and changed
Code:
			<iAirlift>0</iAirlift>
to
Code:
			<iAirlift>1</iAirlift>
on the barracks, you could airlift in 3500 BC ;)
 
It's not Flight itself that allows airlifting, it's the Airport; the mission automatically appears as long as one of the buildings in the city allows airlifting. If you opened up CIV4BuildingInfos.xml and changed
Code:
			<iAirlift>0</iAirlift>
to
Code:
			<iAirlift>1</iAirlift>
on the barracks, you could airlift in 3500 BC ;)
Ah... the correct answer... thank you very much! :goodjob:
 
Back
Top Bottom