OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Agamennone on 29 Jul 2004, 18:35:28
-
Hi all,
I'm Agamennone from PMS.
I've finished my Navy SeAL addons
(http://phantomclan.altervista.org/mod/navyseal/seals_gamelay_beta2.jpg)
(http://phantomclan.altervista.org/mod/navyseal/seals_gamelay_beta4.jpg)
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
-
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
-
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
-
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.... :'( :'(
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...
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;
};
};
??? ???