Home   Help Search Login Register  

Author Topic: Custom Face in Config  (Read 1023 times)

0 Members and 3 Guests are viewing this topic.

WAKA-WAKA

  • Guest
Custom Face in Config
« on: 04 Aug 2004, 21:27:56 »
    I recently made a spiderman addon that needs the spiderman face i made to make it look right. I have put a Face.pbo with the config file into the game and i can see my face in the face scroll down thing when u go to edit your player.

    What I wanted to do was make it so whenever u selected the spiderman player u got the spiderman face i made on instead of anyother one.


      THANX

Maximus-Sniper

  • Guest
Re:Custom Face in Config
« Reply #1 on: 05 Aug 2004, 00:12:39 »
Hei
I'am not so good in this face area, but i think you have to add this in your config.cpp file:

class CfgFaces
{
   class Spiderman
   {
      name="Spiderman";
      texture=\Youaddonsname\Pic\Faces\spiderman.paa;
      east=1;
      west=1;
   };
};

I hope this help you.