Jump to content
Sign in to follow this  
NeilReed101

custom faces

Recommended Posts

HI people ,

I know how to add a custom face to my profile , but i was wondering if anyone has released a stand-alone face addon pack with a config cpp so i can set face with more than one person with custom textures .

i did it with ofp with this config :

class CfgPatches

{

class Faces

{

units[] = {};

weapons[] = {};

requiredVersion = 1.20;

};

};

class CfgFaces

{

class construction

{

name="construction";

texture="\newfaces\construction.jpg";

east=1;

west=1;

};

};

but i am pretty sure this will not work for arma ^_^

I am trying to add about 5 new faces is there any configs out there?

thanks

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×