Civ5ArtDefines_Units.xml ??? Where is it??

poncratias

Prince
Joined
Feb 9, 2010
Messages
336
So in Kael's Modders Guide, Page 46, "How to: Change the Unit Art Defines" , He talks about chaging the unit art definitions file, where lots of important settings are in.

Civ5ArtDefines_Units.xml
Civ5ArtDefines_UnitMembers.xml

an example of content:
Code:
<UnitArtInfos>
<UnitArtInfo>
<Type>ART_DEF_UNIT_BARBARIAN_EURO</Type>
<Formation>Barbarian</Formation>
<DamageStates>1</DamageStates>
<UnitMemberArt>
<MemberType>ART_DEF_UNIT_MEMBER_BARBARIAN_EURO_ALPHA</MemberType>
<MemberCount>2</MemberCount>
</UnitMemberArt>
<UnitMemberArt>
<MemberType>ART_DEF_UNIT_MEMBER_BARBARIAN_EURO_BRAVO</MemberType>
<MemberCount>4</MemberCount>
</UnitMemberArt>
<UnitMemberArt>
<MemberType>ART_DEF_UNIT_MEMBER_BARBARIAN_EURO_CHARLIE</MemberType>
<MemberCount>4</MemberCount>
</UnitMemberArt>
</UnitArtInfo>
</UnitArtInfos>

But there is nowhere such a file!

Only in his "Queen of the Iceny" Mod, and there only in v3, there are those files.

But they are not vanilla, lots off stuff got changed in there, and I (we!) would need a vanilla version of it!


Any clues?
 
Back
Top Bottom