Jump to content
Sign in to follow this  
namreg

Custom faces for everybody

Recommended Posts

Hello everybody....

I would like to know how to place custom faces to diferent units not just my own unit.

Is it possible to set an identity for that purpose???

Ok, this is what i want to do...

I have three characters with a leading role in my stories.

A is the one controlled by the player

B is the commander, and

C is the badass enemy...

I want the the three of them to have different and special faces, not the ones contained in the game.

If I have a "myself.jpg", "commander.jpg" and "enemy.jpg" as A,B and C faces.... could the code below work???

class CfgIdentities

{

class commander

{

name="John Bartholemew Doe";

face="commander.jpg";

glasses="None";

speaker="Dan";

pitch=1.1;

};

};

...and so on with the rest of the characters?

Share this post


Link to post
Share on other sites

but.... if I want a specific identity for that concrete unit?huh.gif

And, anyway, what would be the syntax if I have "enemyface.jpg"huh.gif

this setface "enemyface.jpg" or this setface "enemyface" huh.gif?

Share this post


Link to post
Share on other sites

Well, since 'face' is a classname from CfgFaces and not a file with pathname and file extension, I doubt it works otherwise. You'll probably need to make a face addon.

Share this post


Link to post
Share on other sites

I'm completetely new to addons..... how do I create a face addon???

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  

×