SDK and ArtDefineTag

FinlandGamer

Chieftain
Joined
Aug 1, 2011
Messages
66
Location
Vantaa, Finland
I would like to know how to add a new promotion that would change the ArtDefineTag of an unit?
From this...
Code:
	<UnitMeshGroup>
	      <iRequired>2</iRequired>
	      <EarlyArtDefineTag>ART_DEF_UNIT_US_MARINES<EarlyArtDefineTag>
	</UnitMeshGroup>
	<UnitMeshGroup>
	      <iRequired>1</iRequired>
	      <EarlyArtDefineTag>ART_DEF_UNIT_ARVN_INFANTRY<EarlyArtDefineTag>
	</UnitMeshGroup>
to this?
Code:
	<UnitMeshGroup>
	      <iRequired>2</iRequired>
	      <EarlyArtDefineTag>ART_DEF_UNIT_US_MARINES<EarlyArtDefineTag>
	</UnitMeshGroup>
	<UnitMeshGroup>
	      <iRequired>1</iRequired>
	      <EarlyArtDefineTag>ART_DEF_UNIT_US_MARINES_M60<EarlyArtDefineTag>
	</UnitMeshGroup>

Any ideas?
 
Top Bottom