Guest major gandhi Posted June 21, 2005 I had and have this prbolem on numerous addons. During game, the blur and staticka parts of the main and rear rotor show up at the same time. Somehow I fixed that on some modells, but I don't know how. Currently I'm working on two aircrafts (one heli, one plane) and both have this problem. For the plane I made new rotors. The rotor in the heli were copied from another helicopter. This is the relevant config part for the heli: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgModels { class Default { sections[] = {}; sectionsInherit=""; }; class Air: default {}; class Helicopter: Air { sectionsInherit="Vehicle"; sections[]={"velka vrtule staticka","velka vrtule blur","mala vrtule staticka","mala vrtule blur"}; }; class AFR_TTH: helicopter { sectionsInherit="Vehicle"; sections[]={"velka vrtule staticka","velka vrtule blur","mala vrtule staticka","mala vrtule blur"}; }; }; Share this post Link to post Share on other sites
SWIFT88 0 Posted June 21, 2005 I had and have this prbolem on numerous addons. During game, the blur and staticka parts of the main and rear rotor show up at the same time. Somehow I fixed that on some modells, but I don't know how. Currently I'm working on two aircrafts (one heli, one plane) and both have this problem. For the plane I made new rotors. Â The rotor in the heli were copied from another helicopter. This is the relevant config part for the heli: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgModels { class Default { sections[] = {}; sectionsInherit=""; }; class Air: default {}; class Helicopter: Air { sectionsInherit="Vehicle"; sections[]={"velka vrtule staticka","velka vrtule blur","mala vrtule staticka","mala vrtule blur"}; }; class AFR_TTH: helicopter { sectionsInherit="Vehicle"; sections[]={"velka vrtule staticka","velka vrtule blur","mala vrtule staticka","mala vrtule blur"}; }; }; whats the P3ds name.... say for instance its SWF_Seaking put that in cfg models CFG models Class Default{}; class Air: default {}; class Helicopter: Air{}; SWF_Seaking: Helicopter { sectionsInherit="Vehicle"; sections[]={"velka vrtule staticka","velka vrtule blur","mala vrtule staticka","mala vrtule blur"}; }; Share this post Link to post Share on other sites
Guest major gandhi Posted June 21, 2005 thanks, learned soemthing new again Share this post Link to post Share on other sites