PDA

View Full Version : missile drive flare



Progenitor
29th Jul 05, 8:05 PM
which variable do i change if i wanted the drive flare [the white flare behind the missile] to be situated at the center of the missile?


setEngineTrail(NewShipType,0,5,"trail_ribbon1.tga",0.2,0.5,0.005,8);
setEngineBurn(NewShipType,15,0.5,1,15,0,0.7,0.1,25);

or would it only be possible if the hardpoint for the engine is IN the missile?

PS2MAN
30th Jul 05, 3:03 AM
Engine burn is the Flare that comes out the engine and the other 1 is the Trail.

To reposition the flare I thing you'd have to HoD a new missile or edit an existing one.

Alternatively try messing with the numbers for "setEngineBurn" and see if that alters the postion (It might as missiles act differently to ships, but I doubt it).

Hope that helps.