Flying Mod [SDK Mod]

i tried installing this mod and it doesn't seem to work. can somone plz help?

I made this mod before any of the expansions came out so that is the version it is intedned to work for. If someone wants to update it feel free to as I included the source code.
 
hi,
for helicopter units:
<bCanMoveImpassable>1</bCanMoveImpassable>
<bCanMoveAllTerrain>1</bCanMoveAllTerrain>

this unit will move on every terrain,

this unit will move on all terrain besides mountains (i think):
<bCanMoveImpassable>0</bCanMoveImpassable>
<bCanMoveAllTerrain>1</bCanMoveAllTerrain>

every mod today uses the first setting for units such as helicopters.

see civ wiki for help on every xml tag.

so no need for flying mod anymore (saw your new mod threads - good luck).
 
Is <bCanMoveAllTerrain>1</bCanMoveAllTerrain> compatible with:

<TerrainImpassable>
<TerrainType>TERRAIN_OCEAN</TerrainType>
<bTerrainImpassable>1</bTerrainImpassable>
</TerrainImpassable>
 
Top Bottom