OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Wires on 06 Dec 2002, 06:20:05

Title: WTF I can see my mouth!
Post 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?
Title: Re:WTF I can see my mouth!
Post by: DeadMeatXM2 on 06 Dec 2002, 12:45:13
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...
Title: Re:WTF I can see my mouth!
Post by: Wires on 06 Dec 2002, 16:10:38
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
Title: Re:WTF I can see my mouth!
Post by: DeadMeatXM2 on 07 Dec 2002, 01:27:15
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{};
Title: Re:WTF I can see my mouth!
Post by: Wires on 07 Dec 2002, 02:18:36
 :cheers:
Working perfectly