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