Home   Help Search Login Register  

Author Topic: How to add certain faces to the units?  (Read 779 times)

0 Members and 1 Guest are viewing this topic.

Laser

  • Guest
How to add certain faces to the units?
« on: 03 Jun 2003, 11:54:42 »
Here's the question: how do I add only some certain faces for my addon? Suppose I'm making Somalian militia pack and I would like the to use only african faces. How do I do that? Thanks.

qwertyuio

  • Guest
Re:How to add certain faces to the units?
« Reply #1 on: 03 Jun 2003, 20:01:50 »
class CfgFaces
{
   class unit
   {
      name="unit";
      texture="\pbo\face.paa";
      east=1;
      west=1;
                   etc=1;
                };
};

This is the closest youll get I think. You might have to set face manually in the init field.

Note don't type the etc above