namreg 0 Posted June 5, 2007 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
Big Dawg KS 6 Posted June 5, 2007 SetFace should suffice. Share this post Link to post Share on other sites
namreg 0 Posted June 5, 2007 but.... if I want a specific identity for that concrete unit? And, anyway, what would be the syntax if I have "enemyface.jpg" this setface "enemyface.jpg" or this setface "enemyface" ? Share this post Link to post Share on other sites
Big Dawg KS 6 Posted June 5, 2007 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
namreg 0 Posted June 23, 2007 I'm completetely new to addons..... how do I create a face addon??? Share this post Link to post Share on other sites