OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Wires on 06 Dec 2002, 06:20:05
-
The wierdest thing just happened in OFP I'm trying to make new soldiers and I was testing them. Got in a tank and I could see my glasses (which could see through to the outside of the tank!) my hat and my mouth! WTF is going on? I checked the ViewPilot LOD and they aren't there. Is there something I'm missing?
-
yes - the cfgModels section in the config.
You need to add the code in the config that allows ver 1.75+ to cope with the O2 made models.
I can't remember the exact code, but I will post it up when i get home from college...
-
Thanks
I know what you're talking about I do have a CfgModels class in there must be configured wrong. Clarification would be great :D
Thanks again
Wires
-
here goes:
class CfgModels
{
class Default
{
sections[]={};
sectionsInherit="";
};
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"
};
sectionsInherit=Head;
};
class NAMEOFYOURP3D[/b]: Man{};
-
:cheers:
Working perfectly