Home   Help Search Login Register  

Author Topic: Body part spawn  (Read 1232 times)

0 Members and 1 Guest are viewing this topic.

Offline Luke

  • Members
  • *
  • Thank God! The OFPEC Staff are here!
Body part spawn
« on: 17 Aug 2008, 00:47:13 »
I saw with one of the editor updates in ofp that you can spawn a head.

Is there any way to spawn limbs in ArmA?

Maybe
Code: [Select]
"Hlava" createvehicle _at_this_posor
Code: [Select]
"Ruce" createvehicle _at_this_pos
Someone do let me know!!

Luke
Pesky Human!!
Wort Wort Wort.

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re: Body part spawn
« Reply #1 on: 17 Aug 2008, 02:19:51 »
 :no:

The head in OFP is a separate model, so it can be setposed, there are no limb models.


Planck
« Last Edit: 17 Aug 2008, 02:21:35 by Planck »
I know a little about a lot, and a lot about a little.

Offline Luke

  • Members
  • *
  • Thank God! The OFPEC Staff are here!
Re: Body part spawn
« Reply #2 on: 18 Aug 2008, 07:07:21 »
What is this separate model? and can it be identitied(setidentity "John Doe")?

Luke
Pesky Human!!
Wort Wort Wort.

Offline CrazyAce

  • Members
  • *
Re: Body part spawn
« Reply #3 on: 18 Aug 2008, 08:12:51 »
Dissect the SLX mod, I know for a fact they included body parts as I shot a dude with a tank round and saw body limbs spawn all over the place, a head here a torso there... I know it's not much help, but it's a start.

Offline Wolfrug

  • Addons Depot
  • Former Staff
  • ****
  • Official OFPEC Old Timer
Re: Body part spawn
« Reply #4 on: 18 Aug 2008, 09:22:24 »
The SLX mod is an addon, and uses an addon to create the body parts - they're not a part of native ArmA, but entirely new models. The "body part explosion" is just a script that deletes (or something) the original body and spawns the "gibs" whenever a shot of sufficiently high velocity hits. :)

So no - you can't really get separate body parts without using an addon of some sort, sorry!

Wolfrug out.
"When 900 years YOU reach, look as good you will not!"

Offline Luke

  • Members
  • *
  • Thank God! The OFPEC Staff are here!
Re: Body part spawn
« Reply #5 on: 19 Aug 2008, 18:00:53 »
Say I take the SLX route,

In which .pbo should I look?

Luke
Pesky Human!!
Wort Wort Wort.

Offline CrazyAce

  • Members
  • *
Re: Body part spawn
« Reply #6 on: 19 Aug 2008, 19:58:22 »
Ahh... shoot, maybe under slx_people.pbo... I think the best thing to do is to ask Solus and see what he says.