fabiantronc 0 Posted February 23, 2008 Hi Community. It's there a way to use a custom face of This topic for a soldier and make it by the config.cpp and not by a mission? An Can I use different texture for different soldier with one .p3d? for example use the "soldier.p3d" file and use 5 texture for 5 soldier. I say this for save space for my addon. Regards Share this post Link to post Share on other sites
fabiantronc 0 Posted February 27, 2008 Nobody knows? Share this post Link to post Share on other sites
Karko 0 Posted February 28, 2008 Inside CfgVehicles you put in your unit's settings a line such as this: faceType = "TESTCUSTOM"; Then add this to the end of the config.cpp class CfgFaces { class TESTCUSTOM { class Face1 { name = "Firstname Lastname"; texture = "\addonfolder\face_texture_path.paa"; east = true; west = true; }; }; }; Share this post Link to post Share on other sites
fabiantronc 0 Posted February 28, 2008 woow Thanks a lot man Share this post Link to post Share on other sites