Hi need help editing something for the game

boneys26

BTS Play session tester
Joined
Nov 24, 2005
Messages
839
Location
Coventry, England
Hi guys I got a problem i downloaded a unit (the chinook helicopter) How do i get the AI to use it as transport? I thought of adding this bit to
civ4unitinfo.xml

<UnitAI>
<UnitAIType>UNITAI_CARRIER_SEA</UnitAIType>
<bUnitAI>1</bUnitAI>
</UnitAI>

like the carrier ond just changing the sea to air or i even thought of having it as

<UnitAI>
<UnitAIType>UNITAI_SETTLER_SEA</UnitAIType>
<bUnitAI>1</bUnitAI>
</UnitAI>

and again changing the sea to air.
But when i do this i get .xml errors pop up when loading the game. Is there any way of getting the AI to know this is a air transport unit?
 
boneys26 said:
Hi guys I got a problem i downloaded a unit (the chinook helicopter) How do i get the AI to use it as transport? I thought of adding this bit to
civ4unitinfo.xml

<UnitAI>
<UnitAIType>UNITAI_CARRIER_SEA</UnitAIType>
<bUnitAI>1</bUnitAI>
</UnitAI>

like the carrier ond just changing the sea to air or i even thought of having it as

<UnitAI>
<UnitAIType>UNITAI_SETTLER_SEA</UnitAIType>
<bUnitAI>1</bUnitAI>
</UnitAI>

and again changing the sea to air.
But when i do this i get .xml errors pop up when loading the game. Is there any way of getting the AI to know this is a air transport unit?

Of what I read seems it's currently impossible. You'll probably need this damn SDK.
 
Plo is right. The AI types cannot be changed yet, but will (hopefully) be added to and changed with the SDK.
 
Back
Top Bottom