Kahotep
Warlord
So I'm in the process of creating a mod that re-skins the Egyptian War Chariot unit. I've already taken care of the .dds, .gr2, and .fxsxml portions, but I am almost completely clueless with regards to the XML part. Just how do you create an XML file that replaces the unit's vanilla texture with your own?
These are the contents of my EgyptianWarChariot.XML, the XML file I am currently using for the mod (needless to say it has not affected the unit one bit when I test the mod):
Moderator Action: Moved to main C&C forum.
These are the contents of my EgyptianWarChariot.XML, the XML file I am currently using for the mod (needless to say it has not affected the unit one bit when I test the mod):
Code:
<GameData>
<ArtDefine_UnitMemberInfos>
<Update>
<Where Type="ART_DEF_UNIT_MEMBER_U_EGYPTIAN_WARCHARIOT" />
<Set>
<Model>U_Egyptian_WarChariot_Reskinned.fxsxml</Model>
</Set>
</Update>
</ArtDefine_UnitMemberInfos>
</GameData>
Moderator Action: Moved to main C&C forum.