OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: sgtGunneryHighway on 13 Aug 2003, 04:32:25
-
some units are released with unremovable custom faces
how can i do to change that
its probably in cpp files but i dont know where
so if someone can tell my the way ............
tnx
-
Haaaa cmon dont tell me no one know :help:
-
:hmm:
-
>:( >:( >:( :gunman:
-
The same problem has been driving me nuts too.I found that if the class names in cfg models has been changed it stuffs up the faces.I solved this by entering the original p3d name above my first class name.eg:
class CfgModels
{
class Default
{
sections[] = {};
sectionsInherit="";
};
class Head : Default
{
sections[] = {"osobnost"};
};
class Man:Default {};
class DX_rus_sldr:Man {};
class wrusnagant:Man {};
class wrusnagants:Man {};
class wrussvt:Man {};
DX_rus_sldr, being the original name,This solved my problem anyway.Hope it helps you.
-
tnx m8 no time to try for the moment but thanks :cheers: