Uhm I’ve been tearing out my hair for a while now, but just can’t figure it out. For some reason the limbs - specifically the legs on a ragdoll I’m attempting to rig just seem to be disconnected from the rest of the body.
My assumption is, that is has something to do with the collision model, since the upper body seems to sort of spasm out when I attempt to move the chest in gmod.
If anyone knew how to fix it I’d be grateful.
Reference pic
http://localhostr.com/files/825234/Bez%20nzvu.jpg
Ragdoll smd http://localhostr.com/files/5439f1/phymodel.smd
Collision smd http://localhostr.com/files/b2c0e3/fem_pris_ref.SMD
QC
$cd "E:\My scribbles\!3d_projects\fem_prisoner"
$modelname "kit\pariah_F\pariah_female.mdl"
$model "Pariah Female prisoner" "fem_pris_ref.smd"
$poseparameter move_yaw -180.00 180.00
$cdmaterials "Models\kit\pariah\"
$hboxset "default"
$hbox 1 "ValveBiped.Bip01_Head1" -2.250 -5.000 -3.150 7.250 5.000 3.350
$hbox 4 "ValveBiped.Bip01_L_UpperArm" -0.810 -2.250 -3.050 11.191 2.750 1.200
$hbox 4 "ValveBiped.Bip01_L_Forearm" -1.250 -1.880 -2.000 11.750 1.620 1.000
$hbox 4 "ValveBiped.Bip01_L_Hand" 0.000 -1.070 -1.500 6.000 0.680 3.000
$hbox 5 "ValveBiped.Bip01_R_UpperArm" -1.500 -2.250 -1.250 11.500 2.750 2.750
$hbox 5 "ValveBiped.Bip01_R_Forearm" -0.820 -1.900 -1.150 11.180 1.600 1.850
$hbox 5 "ValveBiped.Bip01_R_Hand" -0.500 -1.130 -3.250 5.500 0.630 1.750
$hbox 6 "ValveBiped.Bip01_L_Thigh" 0.500 -3.500 -3.250 17.500 4.500 3.250
$hbox 6 "ValveBiped.Bip01_L_Calf" 0.740 -2.350 -2.150 17.740 3.650 2.350
$hbox 6 "ValveBiped.Bip01_L_Foot" -2.000 -1.800 -1.450 6.000 3.200 2.050
$hbox 6 "ValveBiped.Bip01_L_Toe0" -0.170 -1.500 -1.300 2.570 0.300 1.700
$hbox 7 "ValveBiped.Bip01_R_Thigh" 0.500 -3.500 -3.000 17.500 4.500 3.000
$hbox 7 "ValveBiped.Bip01_R_Calf" 0.740 -2.350 -2.350 17.740 3.650 2.150
$hbox 7 "ValveBiped.Bip01_R_Foot" -2.000 -1.750 -2.150 6.000 3.250 1.350
$hbox 7 "ValveBiped.Bip01_R_Toe0" 0.000 -1.380 -1.630 2.740 0.380 1.630
$hbox 3 "ValveBiped.Bip01_Pelvis" -5.250 -3.880 -6.250 5.750 4.120 3.750
$hbox 3 "ValveBiped.Bip01_Spine1" -4.500 -2.000 -4.980 3.500 6.000 4.970
$hbox 2 "ValveBiped.Bip01_Spine2" -0.500 -2.500 -6.000 10.500 7.500 6.000
$surfaceprop "flesh"
$eyeposition 0.065 -0.000 65.127
$illumposition -0.144 0.043 35.480
$sequence ragdoll "ragdoll" ACT_DIERAGDOLL 1 fps 30.00
$jigglebone "jiggle1" {
is_flexible {
yaw_stiffness 700
yaw_damping 6
pitch_stiffness 700
pitch_damping 8
tip_mass 5
length 30
angle_constraint 37
}
}
$jigglebone "jiggle2" {
is_flexible {
yaw_stiffness 700
yaw_damping 6
pitch_stiffness 700
pitch_damping 8
tip_mass 5
length 30
angle_constraint 37
}
}
$ikchain rhand ValveBiped.Bip01_R_Hand knee 0.707 0.707 0.000
$ikchain lhand ValveBiped.Bip01_L_Hand knee 0.707 0.707 0.000
$ikchain rfoot ValveBiped.Bip01_R_Foot knee 0.707 -0.707 0.000
$ikchain lfoot ValveBiped.Bip01_L_Foot knee 0.707 -0.707 0.000
$collisionjoints "phymodel.smd" {
$mass 60.0
$inertia 5.00
$damping 0.01
$rotdamping 1.50
$rootbone "valvebiped.bip01_pelvis"