Home   Help Search Login Register  

Author Topic: My weapons work on 1.46 but texture bug in 1.75  (Read 2458 times)

0 Members and 1 Guest are viewing this topic.

NKP

  • Guest
My weapons work on 1.46 but texture bug in 1.75
« on: 08 Jan 2003, 04:02:24 »
Hi
Can someone explain me how to correct the "Zasleh" bugs on my weapons?
All texture are great in OFP v1 to 1.46 but in resitance the "zasleh" is no transparent texture !!!http://
you can find my thompson here
http://cf.geocities.com/nkpzone/thompsonv1.0.zip
PLEASE IF SOMEONE CAN HELP ME !!!!!!!!!!!!!!!!!!!!!

Wires

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #1 on: 08 Jan 2003, 04:45:09 »
Good model, nice textures you just have some code errors and omitions. The CfgModels section was needed to solve the muzzle flash problem but you have other errors that need attending to.

Adding this after the CfgPatches will fix your problem  ;)

class CfgModels
{
   class Default
   {
   sections[]={};
   sectionsInherit="";
   };
   class Weapon: Default
   {
   sections[]={"zasleh"};
      };
   class Thom: Weapon{};

};

NKP

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #2 on: 08 Jan 2003, 05:18:15 »
THANKS A LOT I WILL TRY IT NOW ...
I LL COME BACK FOR RESULT
TEXTURE IS NOT MY SEE READ ME

NKP

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #3 on: 08 Jan 2003, 05:32:47 »
IT DOESN T WORK  ???
BUT THANKS FOR YOUR ANSWER AND HELP  ;)
if you know where i can find some help or doc about this mail me .
I ve made a Higgens boat with turret and activate door all work good but there is the same bug with the machine gun ...
I know who's my new hostile : his name is Zasleh  :D :D :D


NKP

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #4 on: 08 Jan 2003, 05:37:35 »
Now I'm using version 1.90
I've put new lod in my p3d and our piece of config in Cpp and now it 's work
THX
I now look for the "Zasleh" 's turret of my boat ...
« Last Edit: 08 Jan 2003, 05:53:15 by NKP »

NKP

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #5 on: 08 Jan 2003, 06:19:39 »
I VE TRY UNSUCESSFULLY TO PUT THAT CFG CODE FOR MY BOAT




class CfgModels
{
   class Default
   {
      sections[]={};
      sectionsInherit="";
      
   };
   class Vehicle: Default
   {
   sections[]={"zasleh"};
   };
   class NKPhiggens: Vehicle{};
      
};


WHO CAN HELP MEEEEEEEEEEEEEEEE !!!!!!!!!!!!!!!!!!

Wires

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #6 on: 08 Jan 2003, 11:30:00 »
You'll need the correct classes for a boat, I'm not sure what they are but I'm sure someone around here knows off the top of their head  ;)

DeadMeatXM2

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #7 on: 08 Jan 2003, 13:37:15 »
Quote
     };
   class Thom: Weapon{};

};

is "Thom" the name of the p3d?

because this code ONLY works when the p3d[/u] name is used, it will not work if you use the cpp name class...

NKP

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #8 on: 08 Jan 2003, 19:04:06 »
THOMPSON WORKS GOOG NOW in both version :
YOU can FIND IT at :
http://cf.geocities.com/nkpzone/NKPthompsonnonresistance.zip
http://cf.geocities.com/nkpzone/NKPthompsonresistance.zip

I m still working on boat ...

NKP

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #9 on: 08 Jan 2003, 19:05:02 »
THOMPSON WORKS GOOG NOW in both version :
YOU can FIND IT at :
http://cf.geocities.com/nkpzone/NKPthompsonnonresistance.zip
http://cf.geocities.com/nkpzone/NKPthompsonresistance.zip

I m still working on boat ...

NKP

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #10 on: 08 Jan 2003, 19:06:16 »
THOMPSON WORKS GOOG NOW in both version :
YOU can FIND IT at :
http://cf.geocities.com/nkpzone/NKPthompsonnonresistance.zip
http://cf.geocities.com/nkpzone/NKPthompsonresistance.zip

I m still working on boat ...

NKP

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #11 on: 08 Jan 2003, 19:06:59 »
THOMPSON WORKS GOOG NOW in both version :
YOU can FIND IT at :
http://cf.geocities.com/nkpzone/NKPthompsonnonresistance.zip
http://cf.geocities.com/nkpzone/NKPthompsonresistance.zip

I m still working on boat ...

NKP

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #12 on: 08 Jan 2003, 19:07:01 »
THOMPSON WORKS GOOG NOW in both version :
YOU can FIND IT at :
http://cf.geocities.com/nkpzone/NKPthompsonnonresistance.zip
http://cf.geocities.com/nkpzone/NKPthompsonresistance.zip

I m still working on boat ...

NKP

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #13 on: 08 Jan 2003, 19:07:08 »
THOMPSON WORKS GOOG NOW in both version :
YOU can FIND IT at :
http://cf.geocities.com/nkpzone/NKPthompsonnonresistance.zip
http://cf.geocities.com/nkpzone/NKPthompsonresistance.zip

I m still working on boat ...

STGN

  • Guest
Re:My weapons work on 1.46 but texture bug in 1.75
« Reply #14 on: 10 Jan 2003, 12:41:39 »
okay :) control your self.
STGN