Help me with mode name but not Caveman2Cosmos

ivo_

Chieftain
Joined
Oct 8, 2020
Messages
14
Can anyone recommend me CIV 4 mode in which-archers and ships can bombard, and planes can completely destroy unit. In normal CIV 4 air units can destroy till 50%
 
To make Planes be able to kill units go to the CIV4UnitInfos.xml in Assets/XML/Units/CIV4UnitInfos.xml and search for the plane you want and change this
Code:
            <iAirCombatLimit>50</iAirCombatLimit>
to this
Code:
            <iAirCombatLimit>100</iAirCombatLimit>
 
To make Planes be able to kill units go to the CIV4UnitInfos.xml in Assets/XML/Units/CIV4UnitInfos.xml and search for the plane you want and change this
Code:
<iAirCombatLimit>50</iAirCombatLimit>
to this
Code:
<iAirCombatLimit>100</iAirCombatLimit>
Thank you very much, I also want make ships to bombard till 100% and archers too!
 
Check out any mod with Dale's Combat Mod as a base. Legends of Revolution and the Giant Earth Map come to mind.
 
Back
Top Bottom