Spankyfart
Chieftain
- Joined
- Aug 13, 2008
- Messages
- 27
I'm working on a modular civ for BTS and I am using some of zervers units.
These unit only have the xxxxx_fx.nif a xxxxx.kfm but no xxxx.nif.
I've opened up some other already done modular civs and they use the xxx_fx.nif as the xxxx.nif but my unit just freezes (spread arms) and if I want to move them the game hangs.
I would really like to use his units.

Picture also shows 2 launchers, one in his hand and one under his armpit.
I am at a loss here.
I've tried to look for thhe problem, but I cannot find anything, if this is the wrong forum to ask please move the thread.
These unit only have the xxxxx_fx.nif a xxxxx.kfm but no xxxx.nif.
I've opened up some other already done modular civs and they use the xxx_fx.nif as the xxxx.nif but my unit just freezes (spread arms) and if I want to move them the game hangs.
I would really like to use his units.

Picture also shows 2 launchers, one in his hand and one under his armpit.
I am at a loss here.
Spoiler :
Code:
<UnitArtInfo>
<Type>ART_DEF_UNIT_AT_INFANTRY_FRISIAN</Type>
<Button>,Art/Interface/Buttons/Units/ICBM.dds,Art/Interface/Buttons/Beyond_the_Sword_Atlas.dds,5,11</Button>
<fScale>0.44</fScale>
<fInterfaceScale>1.0</fInterfaceScale>
<bActAsLand>0</bActAsLand>
<bActAsAir>0</bActAsAir>
<NIF>Modules/Custom Civilizations/Frisians/Flavor/antitankinfantry/AntiTankInfantry_FX.nif</NIF>
<KFM>Modules/Custom Civilizations/Frisians/Flavor/antitankinfantry/AntiTankInfantry.kfm</KFM>
<SHADERNIF>Modules/Custom Civilizations/Frisians/Flavor/antitankinfantry/AntiTankInfantry_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>1</bActAsRanged>
<TrainSound>AS2D_UNIT_BUILD_UNIT</TrainSound>
<AudioRunSounds>
<AudioRunTypeLoop/>
<AudioRunTypeEnd/>
</AudioRunSounds>
</UnitArtInfo>
I've tried to look for thhe problem, but I cannot find anything, if this is the wrong forum to ask please move the thread.