I'm trying to replace BIS faces with the ones from Hyakushiki's US Soldier Pack but it's not working and I don't know why?
I mean when modifying within addon's original config like this:
it's working just fine. But when replacing the cfgFaces class in the main config.cpp like that:Code:class EventHandlers { Init="[_this select 0] exec {\HYK_BISfaces\faceinit.sqs}"; };
it's not working at all and faces look like this:Code:class CfgFaces { class Default { name="$STR_CFG_FACES_DEFAULT"; //texture="xicht_2f.paa"; texture="\HYK_BISfaces\face00.paa"; east=0; west=0; }; class Face1 { name="Peter P."; //texture="xicht_a.paa"; texture="\HYK_BISfaces\face01.paa"; east=0; west=0; };
Could you please explain it to me and tell how it should be done properly?
HOME 
Reply With Quote

And I don't know why?





