Home   Help Search Login Register  

Author Topic: Creating explosion  (Read 956 times)

0 Members and 1 Guest are viewing this topic.

max_killer_payne

  • Guest
Creating explosion
« on: 25 Jul 2003, 19:07:21 »
hey every1. I just wanna know is there any way to create an explosion using the camcreate command?? I want a plane to b flying along and then  BOOM! An explosion comes. I want it to be the explosion of a hand grenade. plz help!!

Offline .pablo.

  • Former Staff
  • ****
  • When in doubt, empty the magazine.
Re:Creating explosion
« Reply #1 on: 25 Jul 2003, 19:32:57 »
try this:

Quote
"HandGrenade" camcreate (getpos planename)

max_killer_payne

  • Guest
Re:Creating explosion
« Reply #2 on: 25 Jul 2003, 19:36:49 »
cheers pablo i'll try it in a minute.

max_killer_payne

  • Guest
Re:Creating explosion
« Reply #3 on: 25 Jul 2003, 21:01:22 »
Just crashed 2 desktop, cant b arsed 2 try again. Im gonna go and complete a season in Madden

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Creating explosion
« Reply #4 on: 26 Jul 2003, 01:04:29 »
Sometimes you need to camcreate two shells in the same place at the same time to make them explode.
Plenty of reviewed ArmA missions for you to play

Offline .pablo.

  • Former Staff
  • ****
  • When in doubt, empty the magazine.
Re:Creating explosion
« Reply #5 on: 26 Jul 2003, 01:19:15 »
i tried "HandGrenade" camcreate (getpos planename) and it didn't work, idk why...

Rubble_Maker

  • Guest
Re:Creating explosion
« Reply #6 on: 26 Jul 2003, 01:31:11 »
The object name is "GrenadeHand" not "HandGrenade"

camcreating non-existant objects can cause severe crashes, so be careful ;)

Also, try these ammo types:

"SHELL120"
"HEAT120"
"LaserGuidedBomb"


Offline .pablo.

  • Former Staff
  • ****
  • When in doubt, empty the magazine.
Re:Creating explosion
« Reply #7 on: 26 Jul 2003, 02:36:37 »
lol i think someone with the proper authority should update kuro's weapon list then, because that's where i get all my weapon/mag names from

http://www.ofpec.com/editors/resource_view.php?id=499

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:Creating explosion
« Reply #8 on: 26 Jul 2003, 04:51:04 »
No, the weapon list is fine. That states the names of the magazines, not the names of the projectile.

The name of the magazine (as if you're adding it to a soldiers loadout) is "Handgrenade". The name of the projectile (after a grenade is thrown) is "GrenadeHand".

You just have to be careful of the differences ;)
You can also try using "Grenade", which is a rifle launched grenade...

Offline .pablo.

  • Former Staff
  • ****
  • When in doubt, empty the magazine.
Re:Creating explosion
« Reply #9 on: 26 Jul 2003, 05:16:46 »
Quote
The name of the magazine (as if you're adding it to a soldiers loadout) is "Handgrenade". The name of the projectile (after a grenade is thrown) is "GrenadeHand".

why didn't they just make the name something like Livegrenade so it was obvious what it was?

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:Creating explosion
« Reply #10 on: 26 Jul 2003, 05:22:41 »
Well... I'd imagine it is obvious... to them ;)

The thing you have to remember is that OFP was never meant to be a hugely editable game... so they really didn't make it with user friendly editing in mind ;D

max_killer_payne

  • Guest
Re:Creating explosion
« Reply #11 on: 26 Jul 2003, 12:01:42 »
So the command should be:

Code: [Select]
GrenadeHand" camcreate (getpos planename)
OR

Code: [Select]
"SHELL120" camcreate (getpos planename)
OR

Code: [Select]
"HEAT120 camcreate (getpos planename)
OR

Code: [Select]
"LaserGuidedBomb" camcreate (getpos planename)

max_killer_payne

  • Guest
Re:Creating explosion
« Reply #12 on: 27 Jul 2003, 12:19:07 »
Right, tested it on two civilians  ;D with funny results. Works. Thanks everyone