Home   Help Search Login Register  

Author Topic: WTF I can see my mouth!  (Read 1287 times)

0 Members and 1 Guest are viewing this topic.

Wires

  • Guest
WTF I can see my mouth!
« 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?

DeadMeatXM2

  • Guest
Re:WTF I can see my mouth!
« Reply #1 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...

Wires

  • Guest
Re:WTF I can see my mouth!
« Reply #2 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

DeadMeatXM2

  • Guest
Re:WTF I can see my mouth!
« Reply #3 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{};

Wires

  • Guest
Re:WTF I can see my mouth!
« Reply #4 on: 07 Dec 2002, 02:18:36 »
 :cheers:
Working perfectly