agentsmith952
Warlord
I'm trying to make a unique modified Egyptian Unit Art Style using some of the downloadable units on this site. I've made new unit art styles in the past, both separately and using modular modding, and haven't had any problems with it. However, now with this Egyptian Unit Art Style, things are not showing up properly.
I have CIV4CivilizationInfos.xml modded with UnitArtStyleType pointing to my new UNIT_ARTSTYLE_EGYPTIAN. Here is an example of a unit from that artstyle using the Horus Knight:
So, the problem is that the game is still loading the Middle Eastern unit art style for Egypt and using the generic unit graphics for it, even though I have the Civ Info pointing to my new Egyptian Unit Art Style.
Anyone else run into a similar problem or know of a fix?
I have CIV4CivilizationInfos.xml modded with UnitArtStyleType pointing to my new UNIT_ARTSTYLE_EGYPTIAN. Here is an example of a unit from that artstyle using the Horus Knight:
Code:
<UnitArtInfo>
<Type>ART_DEF_UNIT_EGYPT_SWORDSMAN</Type> <Button>,Art/Interface/Buttons/Units/Swordsman.dds,Art/Interface/Buttons/Unit_Resource_Atlas.dds,4,5</Button>
<fScale>0.44</fScale>
<fInterfaceScale>1.0</fInterfaceScale>
<bActAsLand>0</bActAsLand>
<bActAsAir>0</bActAsAir>
<NIF>Mods/Mike/Assets/Art/Units/Swordsman_Egyptian/horusknight.nif</NIF>
<KFM>Art/Units/Unique/Roman/Praetorian/Praetorian.kfm</KFM>
<SHADERNIF>Mods/Mike/Assets/Art/Units/Swordsman_Egyptian/horusknight_fx.nif</SHADERNIF>
<ShadowDef>
<ShadowNIF>Art/Units/01_UnitShadows/UnitShadow.nif</ShadowNIF>
<ShadowAttachNode>BIP Pelvis</ShadowAttachNode>
<fShadowScale>1.0</fShadowScale>
</ShadowDef>
<fBattleDistance>0.35</fBattleDistance>
<fRangedDeathTime>0.31</fRangedDeathTime>
<bActAsRanged>0</bActAsRanged>
<TrainSound>AS2D_UNIT_BUILD_UNIT</TrainSound>
<AudioRunSounds>
<AudioRunTypeLoop/>
<AudioRunTypeEnd/>
</AudioRunSounds>
</UnitArtInfo>
So, the problem is that the game is still loading the Middle Eastern unit art style for Egypt and using the generic unit graphics for it, even though I have the Civ Info pointing to my new Egyptian Unit Art Style.
Anyone else run into a similar problem or know of a fix?