Home   Help Search Login Register  

Author Topic: How to add new faces into the game?  (Read 515 times)

0 Members and 1 Guest are viewing this topic.

IpeXeuS

  • Guest
How to add new faces into the game?
« on: 04 Nov 2004, 12:10:32 »
Hi, again...   :-\

I would like to add some new faces what I've downloaded into the game, but I don't know where to add them and what to do. So can anybody help me a little bit of this problem? Spank you!
« Last Edit: 04 Nov 2004, 12:17:55 by IpeXeuS »

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:How to add new faces into the game?
« Reply #1 on: 04 Nov 2004, 14:51:15 »
I think addon creation is needed to put faces on AI morons.

The config should look som'n like this:



class CfgPatches
{
   class My_Facepack
   {
      units[] = {};
      weapons[]={};
      requiredVersion=1.30;
   };
};

class CfgFaces
{
   class TMB_Face_01
   {
      east=1;
      west=1;
      name=TMB_Face_01;
      texture="\My_Facepack\myPicture.jpg";
   };
};


try it for size, m8 :-* it should work. Make a folder and name it "My_Facepack" or whatever,
and put the config.cpp file plus your images in there. Then compress it to a PBO file which can
be thrown into the OFP Addons folder

bored_onion

  • Guest
Re:How to add new faces into the game?
« Reply #2 on: 04 Nov 2004, 18:52:01 »
if you only want to do one i think you can put it in the user folder as "custom.jpg" (i think thats the right file extension) and then select it in your user profile but for lots of faces on different guys tomb's suggestion seems like the best