Home   Help Search Login Register  

Author Topic: LGB at point of destruction??  (Read 534 times)

0 Members and 2 Guests are viewing this topic.

FW200

  • Guest
LGB at point of destruction??
« on: 06 Sep 2002, 17:58:01 »
Hi,

I want to make some kamikaze planes for my mission... but the planes just dont explode heavily enough..

I would like to see that when the planes gets destroyed (shot down or when it crashes) that an LGB or satchels charge like explosion happens at the planes position....

Is that possible??

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:LGB at point of destruction??
« Reply #1 on: 06 Sep 2002, 18:12:44 »
You can do it with a trigger.

Name the plane and put the condition of the trigger as;

!(Alive PlaneName)

Activation as;

bomb1 = "laserguidedbomb" camcreate (Getpos PlaneName); bomb2 = "laserguidedbomb" camcreate (Getpos PlaneName)

This way when the plane dies it will explode in a giant explosion.  Either on the ground or in the air.  Notice you need to create two bombs since if the plane dies in mid air the two bombs will collide and explode, otherwise one would just fall to the floor.  This way the plane will explode mid air.  And on the ground, its going to make one heck of a booom.

CrashnBurn

  • Guest
Re:LGB at point of destruction??
« Reply #2 on: 06 Sep 2002, 18:17:32 »
Yes you can but the problem is you can never get the extra explosion to happen at exactly the same time as the planes explosion, so it looks stupid. Maybe some expert will come along here and prove me wrong?

FW200

  • Guest
Re:LGB at point of destruction??
« Reply #3 on: 06 Sep 2002, 21:33:05 »
Ah thank you very much icarus!!! ;)

My mission is becoming really much fun  ;D

@  CrashnBurn the explosion doesnt matter.. as long as it does enough damage :P

Pandoz

  • Guest
Re:LGB at point of destruction??
« Reply #4 on: 17 Jan 2003, 07:36:17 »
also...the plane wouldnt blow up the instant it hit...the fuel tank could take a few seconds to a few minutes to explode once the plane has hit.