OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Luke on 17 Aug 2008, 00:47:13

Title: Body part spawn
Post by: Luke 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
Title: Re: Body part spawn
Post by: Planck 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
Title: Re: Body part spawn
Post by: Luke on 18 Aug 2008, 07:07:21
What is this separate model? and can it be identitied(setidentity "John Doe")?

Luke
Title: Re: Body part spawn
Post by: CrazyAce 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.
Title: Re: Body part spawn
Post by: Wolfrug 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.
Title: Re: Body part spawn
Post by: Luke on 19 Aug 2008, 18:00:53
Say I take the SLX route,

In which .pbo should I look?

Luke
Title: Re: Body part spawn
Post by: CrazyAce 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.