OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: silent_64 on 08 Feb 2005, 19:02:35

Title: Attack of the clones
Post by: silent_64 on 08 Feb 2005, 19:02:35
Can you imagine how it is like to see 4 soldiers look alike? Pretty bad. Right, so I used the International soldier model as a basis for my own soldier. When I was done i got him in game and everything was good. Now the only problem is , the poor sod has only got on face.

I know it's the blady named selections fault so after haveing copy & pasted a the head from the standart international soldier model over to my bloke, and with the same result I'd like to know if you had any tips?
Title: Re:Attack of the clones
Post by: Infierie Blou on 09 Feb 2005, 16:56:06
I'm going to have to watch this thred because I want the anser myself.
Title: Re:Attack of the clones
Post by: silent_64 on 10 Feb 2005, 16:19:49
Nobody has anything to say to help?
Title: Re:Attack of the clones
Post by: oyman on 10 Feb 2005, 20:41:04
do you have a cfg models part in the config?
Title: Re:Attack of the clones
Post by: Infierie Blou on 11 Feb 2005, 12:24:49
well I do but it still does not work?
Title: Re:Attack of the clones
Post by: silent_64 on 11 Feb 2005, 15:50:03
Code: [Select]
class CfgModels
{
   class Default{};
   class Man: Default
   {
      sections[] =
                {
         "head injury",
         "body injury",
         "l arm injury",
         "r arm injury",
         "p arm injury",
         "l leg injury",
         "r leg injury",
         "p leg injury",
         "medic",
         "hlava",
         "krk",
         "zasleh",
         "osobnost",
         "zadni svetlo",
         "zasleh",
         "facenull",
         "gooAX",
         "google",
         "goo",
         "mic",
         "holster",
                        "p knee pad",
                        "l knee pad",
                        "glasses"
      };
      sectionsInherit=Head;
   };
};
Title: Re:Attack of the clones
Post by: oyman on 11 Feb 2005, 20:41:46
do you have the heads name in the list of definintions?

edit

  think you do, its named hlava right?
Title: Re:Attack of the clones
Post by: silent_64 on 11 Feb 2005, 23:25:42
No reckon it's "osobnost", "hlava" is what you want not to show up in pilot veiw.