Home   Help Search Login Register  

Author Topic: PMS - Navy SeAL  (Read 1419 times)

0 Members and 1 Guest are viewing this topic.

Agamennone

  • Guest
PMS - Navy SeAL
« on: 29 Jul 2004, 18:35:28 »
Hi all,

I'm Agamennone from PMS.
I've finished my Navy SeAL addons







but i can't solve several bug like:

-The goggle animation (when i turn the head the goggle don't move with the helmet)
-When i put the model in ofp...it moves as normal...but it can't move from a point A to a point B...it run on the same place :\
-the face...it's always the same..and it isn't a config problem :/


can someone help me ???


thank you all


Agamennone
« Last Edit: 29 Jul 2004, 18:46:43 by Agamennone »

DBR_ONIX

  • Guest
Re:PMS - Navy SeAL
« Reply #1 on: 29 Jul 2004, 18:44:33 »
The goggle prob.. What about including the the goggles in the head selection and the memory goggle axis too
Not 100% sure tho  :(
The running one.. Sounds like the animation if working properly.. Have you made a new one up for the units?
- Ben

Offline oyman

  • Members
  • *
  • king of pings
Re:PMS - Navy SeAL
« Reply #2 on: 29 Jul 2004, 19:30:57 »
Quote
the face...it's always the same..and it isn't a config problem :/
it is a config problem you probably forgot to put in a CFG Models section in youre config

Agamennone

  • Guest
Re:PMS - Navy SeAL
« Reply #3 on: 03 Aug 2004, 19:34:47 »
The running one.. Sounds like the animation if working properly.. Have you made a new one up for the units?
- Ben


no i haven't made a new animation.... :'( :'(




Quote
it is a config problem you probably forgot to put in a CFG Models section in youre config

no..i put it in the config...her come the code...
Code: [Select]
class CfgModels
{
   class Default {};
   class Head: 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",
         "osobnost",
         "zasleh"
      };
      sectionsInherit=Head;
   };

   class pms_seal01: Man
   {
      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",
         "osobnost",
         "zasleh"
      };
      sectionsInherit=Head;
   };
   class pms_seal02: Man
   {
      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",
         "osobnost",
         "zasleh"
      };
      sectionsInherit=Head;
   };
};



 ??? ???