Page 1 of 1

Need a tut

Posted: Thu Mar 21, 2013 7:40 pm
by Jabuthewookiee
I've figured out how to add custom gibs to a model. Can you switch out a model for a damaged model
in a QC. ?

Here is the QC

_______________

$modelname Macho/Space_ship/Mag_slip_drive_01/Mag_slip_drive_01.mdl
$cdmaterials models/Macho/Space_ship/
$scale 16.0
$body studio "modelsrc/Space_ship/Mag_slip_drive_01/Mag_slip_drive_01.smd"
//$staticprop
$sequence idle "modelsrc/Space_ship/Mag_slip_drive_01/Mag_slip_drive_01_idle" fps 1
$sequence ragdoll "modelsrc/Space_ship/Mag_slip_drive_01/Mag_slip_drive_01_idle" ACT_DIERAGDOLL 1 fps 30.00

//$sequence opening01 "modelsrc/Door/Macho_door_wheel01_opening01.smd" fps 24

$surfaceprop "metalgrate"

$keyvalues
{
"prop_data"
{
"base" "Metal.Large"
"health" "10"
}
}
$collisiontext
{
break
{
//"model" "models/Macho/Space_ship/Mag_slip_drive_01/Mag_slip_drive_01_DM" "health" "200" "fade" "0"
"ragdoll" "models/Macho/Space_ship/Mag_slip_drive_01/Mag_slip_drive_01_DM" "health" "200" "fade" "0"

}
}

//$collisionmodel "modelsrc/Space_ship/Mag_slip_drive_01/Mag_slip_drive_01.smd"
$collisionjoints "modelsrc/Space_ship/Mag_slip_drive_01/Mag_slip_drive_01.smd"
{
{
$Mass 1000
$concave
$rootbone "root_mag_slip_drive"
}

And this is the example of what I'm trying to accomplish.
First video show the full ship and how it has the potential of having a crew on board.
video 1 why?
http://www.xfire.com/video/5ecbe4
Second is how the model gibs but i just want the model to break down in stages.
video 2 example
http://www.xfire.com/video/5ecbe7

Re: Need a tut

Posted: Fri Mar 22, 2013 9:06 am
by MaestraFĂ©nix
Your idea is interesting, but didn´t just made it on the QC? It should work.