How do I make Generals load outside models?
I got a hold of the beta crusader .w3d, and managed to make myself a new unit, HeavyCrusader. It put the *.w3d's into \Data\Art\W3D and the textures for it, into \Data\Art\Textures
\Data\Art\W3D\AVCrusader.W3D
\Data\Art\W3D\AVCrusader_d1.W3D
\Data\Art\W3D\AVCrusader_d2.W3D
\Data\Art\W3D\AVCrusader_d.W3D
\Data\Art\Textures\avcrusader.dds
\Data\Art\Textures\avcrusader_d1.dds
~
Model = AVCrusader
~
End
ConditionState = REALLYDAMAGED
Model = AVCrusader_d
End
ConditionState = RUBBLE
Model = AVCrusader_d
End
~
Those are the entries in the FactionUnit.ini (not actually like that in there, i just ripped out the pieces that refered to models.)
It shows up in the American War Factory, Slot 9, but when i build it, it comes out invisible. Hmm.... Any hints or anything on how i can fix this?
|