STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
871
IN-GAME
6,481
ONLINE
Founded
October 26, 2013
Language
English
help me please I need a as the correct this mistake:ERROR: bad command eyeball
ERROR: c:\games\modelfur\decompali\shopia.qc(7): - bad command eyeball
ERROR: Aborted Processing on 'Fursonas\Shopia.mdl'
< >
Showing 1-10 of 10 comments
Momo Sep 2, 2018 @ 1:41pm 
That error indicates there is a problem with the compiler parsing your QC file. Could you send us the contents of your QC file?
of course here:
// Created by Crowbar 0.56

$modelname "Fursonas\Shopia.mdl"

$model "shop" "shopia_body.smd"

eyeball "eye_right" "ValveBiped.Bip01_Head1" -1.722200 0.146502 61.635213 "eyeball_r" 1 4 "iris_unused" 2.7
eyeball "eye_left" "ValveBiped.Bip01_Head1" 1.722200 0.146502 61.635213 "eyeball_l" 1 -4 "iris_unused" 2.7


mouth 0 "mouth" "ValveBiped.Bip01_Head1" 0 1 0

flexfile "shopia_01.vta"
{
defaultflex frame 0
flex "LLID" frame 1
flex "RLID" frame 2
flexpair "BLINK" 1 frame 3
flexpair "normalblink" 1 frame 4
flexpair "joyblink" 1 frame 5
flexpair "LIDopen" 1 frame 6
flexpair "cheekraiser" 1 frame 7
flexpair "Ebrowinner" 1 frame 8
flexpair "Ebrowouter" 1 frame 9
flexpair "Ebrowall" 1 frame 10
flexpair "lower" 1 frame 11
flex "exaopen" frame 12
flex "assSize" frame 13
flex "IliacLine" frame 14
flex "AnusOpen" frame 15
flex "VAGOpen" frame 16
flex "VAGOpen1" frame 17
flex "VAGOPEN2" frame 18
flex "Genitalclosed" frame 19
flex "vaggrab" frame 20
flex "vagpush" frame 21
flexpair "mouthopen" 1 frame 22
flexpair "MO2" 1 frame 23
flexpair "MO3" 1 frame 24
flex "breastBIG" frame 25
flex "brestSmall" frame 26
flex "AreolaePerk" frame 27
flex "nippleshard" frame 28
flex "breasttogether" frame 29
flex "CollarUp50L" frame 30
flex "CollarUp50R" frame 31
flexpair "lowerLip" 1 frame 32
flexpair "puckerer" 1 frame 33
flexpair "jawdroop" 1 frame 34
flexpair "LIDlower" 1 frame 35
flexpair "depressor" 1 frame 36
flexpair "cornerpuller" 1 frame 37
flexpair "smile" 1 frame 38
flexpair "presser" 1 frame 39
flexpair "lipraiser" 1 frame 40
flex "noseexpand" frame 41
flex "muzzle" frame 42
flexpair "funneler" 1 frame 43
flexpair "strecher" 1 frame 44
flexpair "bite" 1 frame 45
flex "chinraiser" frame 46
flex "A" frame 47
flex "E" frame 48
flex "I" frame 49
flex "O" frame 50
flex "U" frame 51
flexpair "blow" 1 frame 52
flexpair "suck" 1 frame 53
flexpair "wide" 1 frame 54
flexpair "cheekfill" 1 frame 55
}

flexcontroller right_lowerLip range 0 1 "right_lowerLip"
flexcontroller left_lowerLip range 0 1 "left_lowerLip"
flexcontroller right_puckerer range 0 1 "right_puckerer"
flexcontroller left_puckerer range 0 1 "left_puckerer"
flexcontroller right_jawdroop range 0 1 "right_jawdroop"
flexcontroller left_jawdroop range 0 1 "left_jawdroop"
flexcontroller LLID range 0 1 "LLID"
flexcontroller RLID range 0 1 "RLID"
flexcontroller right_BLINK range 0 1 "right_BLINK"
flexcontroller left_BLINK range 0 1 "left_BLINK"
flexcontroller right_normalblink range 0 1 "right_normalblink"
flexcontroller left_normalblink range 0 1 "left_normalblink"
flexcontroller right_joyblink range 0 1 "right_joyblink"
flexcontroller left_joyblink range 0 1 "left_joyblink"
flexcontroller right_LIDopen range 0 1 "right_LIDopen"
flexcontroller left_LIDopen range 0 1 "left_LIDopen"
flexcontroller right_LIDlower range 0 1 "right_LIDlower"
flexcontroller left_LIDlower range 0 1 "left_LIDlower"
flexcontroller right_depressor range 0 1 "right_depressor"
flexcontroller left_depressor range 0 1 "left_depressor"
flexcontroller right_cornerpuller range 0 1 "right_cornerpuller"
flexcontroller left_cornerpuller range 0 1 "left_cornerpuller"
flexcontroller right_smile range 0 1 "right_smile"
flexcontroller left_smile range 0 1 "left_smile"
flexcontroller right_presser range 0 1 "right_presser"
flexcontroller left_presser range 0 1 "left_presser"
flexcontroller right_lipraiser range 0 1 "right_lipraiser"
flexcontroller left_lipraiser range 0 1 "left_lipraiser"
flexcontroller right_cheekraiser range 0 1 "right_cheekraiser"
flexcontroller left_cheekraiser range 0 1 "left_cheekraiser"
flexcontroller noseexpand range 0 1 "noseexpand"
flexcontroller muzzle range 0 1 "muzzle"
flexcontroller right_funneler range 0 1 "right_funneler"
flexcontroller left_funneler range 0 1 "left_funneler"
flexcontroller right_strecher range 0 1 "right_strecher"
flexcontroller left_strecher range 0 1 "left_strecher"
flexcontroller right_bite range 0 1 "right_bite"
flexcontroller left_bite range 0 1 "left_bite"
flexcontroller chinraiser range 0 1 "chinraiser"
flexcontroller right_Ebrowinner range 0 1 "right_Ebrowinner"
flexcontroller left_Ebrowinner range 0 1 "left_Ebrowinner"
flexcontroller right_Ebrowouter range 0 1 "right_Ebrowouter"
flexcontroller left_Ebrowouter range 0 1 "left_Ebrowouter"
flexcontroller right_Ebrowall range 0 1 "right_Ebrowall"
flexcontroller left_Ebrowall range 0 1 "left_Ebrowall"
flexcontroller right_lower range 0 1 "right_lower"
flexcontroller left_lower range 0 1 "left_lower"
flexcontroller exaopen range 0 1 "exaopen"
flexcontroller right_mouthopen range 0 1 "right_mouthopen"
flexcontroller left_mouthopen range 0 1 "left_mouthopen"
flexcontroller right_MO2 range 0 1 "right_MO2"
flexcontroller left_MO2 range 0 1 "left_MO2"
flexcontroller right_MO3 range 0 1 "right_MO3"
flexcontroller left_MO3 range 0 1 "left_MO3"
flexcontroller A range 0 1 "A"
flexcontroller E range 0 1 "E"
flexcontroller I range 0 1 "I"
flexcontroller O range 0 1 "O"
flexcontroller U range 0 1 "U"
flexcontroller right_blow range 0 1 "right_blow"
flexcontroller left_blow range 0 1 "left_blow"
flexcontroller right_suck range 0 1 "right_suck"
flexcontroller left_suck range 0 1 "left_suck"
flexcontroller right_wide range 0 1 "right_wide"
flexcontroller left_wide range 0 1 "left_wide"
flexcontroller right_cheekfill range 0 1 "right_cheekfill"
flexcontroller left_cheekfill range 0 1 "left_cheekfill"
flexcontroller breastBIG range 0 1 "breastBIG"
flexcontroller brestSmall range 0 1 "brestSmall"
flexcontroller AreolaePerk range 0 1 "AreolaePerk"
flexcontroller nippleshard range 0 1 "nippleshard"
flexcontroller breasttogether range 0 1 "breasttogether"
flexcontroller assSize range 0 1 "assSize"
flexcontroller IliacLine range 0 1 "IliacLine"
flexcontroller CollarUp50L range 0 1 "CollarUp50L"
flexcontroller CollarUp50R range 0 1 "CollarUp50R"
flexcontroller AnusOpen range 0 1 "AnusOpen"
flexcontroller VAGOpen range 0 1 "VAGOpen"
flexcontroller VAGOpen1 range 0 1 "VAGOpen1"
flexcontroller VAGOPEN2 range 0 1 "VAGOPEN2"
flexcontroller Genitalclosed range 0 1 "Genitalclosed"
flexcontroller vaggrab range 0 1 "vaggrab"
flexcontroller vagpush range 0 1 "vagpush"
flexcontroller Key 56 range 0 1 "Key 56"
flexcontroller eyes range -45 45 "eyes_updown"
flexcontroller eyes range -45 45 "eyes_rightleft"

localvar Key 56
%lowerLipL = left_lowerLip
%lowerLipR = right_lowerLip
%puckererL = left_puckerer
%puckererR = right_puckerer
%jawdroopL = left_jawdroop
%jawdroopR = right_jawdroop
%LLID = LLID
%RLID = RLID
%BLINKL = left_BLINK
%BLINKR = right_BLINK
%normalblinkL = left_normalblink
%normalblinkR = right_normalblink
%joyblinkL = left_joyblink
%joyblinkR = right_joyblink
%LIDopenL = left_LIDopen
%LIDopenR = right_LIDopen
%LIDlowerL = left_LIDlower
%LIDlowerR = right_LIDlower
%depressorL = left_depressor
%depressorR = right_depressor
%cornerpullerL = left_cornerpuller
%cornerpullerR = right_cornerpuller
%smileL = left_smile
%smileR = right_smile
%presserL = left_presser
%presserR = right_presser
%lipraiserL = left_lipraiser
%lipraiserR = right_lipraiser
%cheekraiserL = left_cheekraiser
%cheekraiserR = right_cheekraiser
%noseexpand = noseexpand
%muzzle = muzzle
%funnelerL = left_funneler
%funnelerR = right_funneler
%strecherL = left_strecher
%strecherR = right_strecher
%biteL = left_bite
%biteR = right_bite
%chinraiser = chinraiser
%EbrowinnerL = left_Ebrowinner
%EbrowinnerR = right_Ebrowinner
%EbrowouterL = left_Ebrowouter
%EbrowouterR = right_Ebrowouter
%EbrowallL = left_Ebrowall
%EbrowallR = right_Ebrowall
%lowerL = left_lower
%lowerR = right_lower
%exaopen = exaopen
%mouthopenL = left_mouthopen
%mouthopenR = right_mouthopen
%MO2L = left_MO2
%MO2R = right_MO2
%MO3L = left_MO3
%MO3R = right_MO3
%A = A
%E = E
%I = I
%O = O
%U = U
%blowL = left_blow
%blowR = right_blow
%suckL = left_suck
%suckR = right_suck
%wideL = left_wide
%wideR = right_wide
%cheekfillL = left_cheekfill
%cheekfillR = right_cheekfill
%breastBIG = breastBIG
%brestSmall = brestSmall
%AreolaePerk = AreolaePerk
%nippleshard = nippleshard
%breasttogether = breasttogether
%assSize = assSize
%IliacLine = IliacLine
%CollarUp50L = CollarUp50L
%CollarUp50R = CollarUp50R
%AnusOpen = AnusOpen
%VAGOpen = VAGOpen
%VAGOpen1 = VAGOpen1
%VAGOPEN2 = VAGOPEN2
%Genitalclosed = Genitalclosed
%vaggrab = vaggrab
%vagpush = vagpush
%Key 56 = Key 56
}
$bodygroup "torso"
{
studio "shopia_tshirt.smd"
studio "shopia_top.smd"
studio "shopia_bra.smd"
blank
}
$bodygroup "hair"
{
studio "shopia_hair1.smd"
studio "shopia_hair2hat.smd"
blank
}
$bodygroup "legs"
{
studio "shopia_skirt.smd"
studio "shopia_skirtnude.smd"
studio "shopia_short.smd"
studio "shopia_shortzipped.smd"
studio "shopia_shortriped.smd"
studio "shopia_pantie.smd"
blank
}
$bodygroup "tail"
{
studio "shopia_tail.smd"
blank
}
$bodygroup "tongueaux"
{
blank
studio "shopia_tongue.smd"
}
$bodygroup "detail"
{
studio "shopia_det.smd"
blank
}
$model "clamped1" "shopia_body7_model0.smd" {

flexcontroller right_lowerLip range 0 1 "right_lowerLip"
flexcontroller left_lowerLip range 0 1 "left_lowerLip"
flexcontroller right_puckerer range 0 1 "right_puckerer"
flexcontroller left_puckerer range 0 1 "left_puckerer"
flexcontroller right_jawdroop range 0 1 "right_jawdroop"
flexcontroller left_jawdroop range 0 1 "left_jawdroop"
flexcontroller LLID range 0 1 "LLID"
flexcontroller RLID range 0 1 "RLID"
flexcontroller right_BLINK range 0 1 "right_BLINK"
flexcontroller left_BLINK range 0 1 "left_BLINK"
flexcontroller right_normalblink range 0 1 "right_normalblink"
flexcontroller left_normalblink range 0 1 "left_normalblink"
flexcontroller right_joyblink range 0 1 "right_joyblink"
flexcontroller left_joyblink range 0 1 "left_joyblink"
flexcontroller right_LIDopen range 0 1 "right_LIDopen"
flexcontroller left_LIDopen range 0 1 "left_LIDopen"
flexcontroller right_LIDlower range 0 1 "right_LIDlower"
flexcontroller left_LIDlower range 0 1 "left_LIDlower"
flexcontroller right_depressor range 0 1 "right_depressor"
flexcontroller left_depressor range 0 1 "left_depressor"
flexcontroller right_cornerpuller range 0 1 "right_cornerpuller"
flexcontroller left_cornerpuller range 0 1 "left_cornerpuller"
flexcontroller right_smile range 0 1 "right_smile"
flexcontroller left_smile range 0 1 "left_smile"
flexcontroller right_presser range 0 1 "right_presser"
flexcontroller left_presser range 0 1 "left_presser"
flexcontroller right_lipraiser range 0 1 "right_lipraiser"
flexcontroller left_lipraiser range 0 1 "left_lipraiser"
flexcontroller right_cheekraiser range 0 1 "right_cheekraiser"
flexcontroller left_cheekraiser range 0 1 "left_cheekraiser"
flexcontroller noseexpand range 0 1 "noseexpand"
flexcontroller muzzle range 0 1 "muzzle"
flexcontroller right_funneler range 0 1 "right_funneler"
flexcontroller left_funneler range 0 1 "left_funneler"
flexcontroller right_strecher range 0 1 "right_strecher"
flexcontroller left_strecher range 0 1 "left_strecher"
flexcontroller right_bite range 0 1 "right_bite"
flexcontroller left_bite range 0 1 "left_bite"
flexcontroller chinraiser range 0 1 "chinraiser"
flexcontroller right_Ebrowinner range 0 1 "right_Ebrowinner"
flexcontroller left_Ebrowinner range 0 1 "left_Ebrowinner"
flexcontroller right_Ebrowouter range 0 1 "right_Ebrowouter"
flexcontroller left_Ebrowouter range 0 1 "left_Ebrowouter"
flexcontroller right_Ebrowall range 0 1 "right_Ebrowall"
flexcontroller left_Ebrowall range 0 1 "left_Ebrowall"
flexcontroller right_lower range 0 1 "right_lower"
flexcontroller left_lower range 0 1 "left_lower"
flexcontroller exaopen range 0 1 "exaopen"
flexcontroller right_mouthopen range 0 1 "right_mouthopen"
flexcontroller left_mouthopen range 0 1 "left_mouthopen"
flexcontroller right_MO2 range 0 1 "right_MO2"
flexcontroller left_MO2 range 0 1 "left_MO2"
flexcontroller right_MO3 range 0 1 "right_MO3"
flexcontroller left_MO3 range 0 1 "left_MO3"
flexcontroller A range 0 1 "A"
flexcontroller E range 0 1 "E"
flexcontroller I range 0 1 "I"
flexcontroller O range 0 1 "O"
flexcontroller U range 0 1 "U"
flexcontroller right_blow range 0 1 "right_blow"
flexcontroller left_blow range 0 1 "left_blow"
flexcontroller right_suck range 0 1 "right_suck"
flexcontroller left_suck range 0 1 "left_suck"
flexcontroller right_wide range 0 1 "right_wide"
flexcontroller left_wide range 0 1 "left_wide"
flexcontroller right_cheekfill range 0 1 "right_cheekfill"
flexcontroller left_cheekfill range 0 1 "left_cheekfill"
flexcontroller breastBIG range 0 1 "breastBIG"
flexcontroller brestSmall range 0 1 "brestSmall"
flexcontroller AreolaePerk range 0 1 "AreolaePerk"
flexcontroller nippleshard range 0 1 "nippleshard"
flexcontroller breasttogether range 0 1 "breasttogether"
flexcontroller assSize range 0 1 "assSize"
flexcontroller IliacLine range 0 1 "IliacLine"
flexcontroller CollarUp50L range 0 1 "CollarUp50L"
flexcontroller CollarUp50R range 0 1 "CollarUp50R"
flexcontroller AnusOpen range 0 1 "AnusOpen"
flexcontroller VAGOpen range 0 1 "VAGOpen"
flexcontroller VAGOpen1 range 0 1 "VAGOpen1"
flexcontroller VAGOPEN2 range 0 1 "VAGOPEN2"
flexcontroller Genitalclosed range 0 1 "Genitalclosed"
flexcontroller vaggrab range 0 1 "vaggrab"
flexcontroller vagpush range 0 1 "vagpush"
flexcontroller Key 56 range 0 1 "Key 56"

localvar Key 56
%lowerLipL = left_lowerLip
%lowerLipR = right_lowerLip
%puckererL = left_puckerer
%puckererR = right_puckerer
%jawdroopL = left_jawdroop
%jawdroopR = right_jawdroop
%LLID = LLID
%RLID = RLID
%BLINKL = left_BLINK
%BLINKR = right_BLINK
%normalblinkL = left_normalblink
%normalblinkR = right_normalblink
%joyblinkL = left_joyblink
%joyblinkR = right_joyblink
%LIDopenL = left_LIDopen
%LIDopenR = right_LIDopen
%LIDlowerL = left_LIDlower
%LIDlowerR = right_LIDlower
%depressorL = left_depressor
%depressorR = right_depressor
%cornerpullerL = left_cornerpuller
%cornerpullerR = right_cornerpuller
%smileL = left_smile
%smileR = right_smile
%presserL = left_presser
%presserR = right_presser
%lipraiserL = left_lipraiser
%lipraiserR = right_lipraiser
%cheekraiserL = left_cheekraiser
%cheekraiserR = right_cheekraiser
%noseexpand = noseexpand
%muzzle = muzzle
%funnelerL = left_funneler
%funnelerR = right_funneler
%strecherL = left_strecher
%strecherR = right_strecher
%biteL = left_bite
%biteR = right_bite
%chinraiser = chinraiser
%EbrowinnerL = left_Ebrowinner
%EbrowinnerR = right_Ebrowinner
%EbrowouterL = left_Ebrowouter
%EbrowouterR = right_Ebrowouter
%EbrowallL = left_Ebrowall
%EbrowallR = right_Ebrowall
%lowerL = left_lower
%lowerR = right_lower
%exaopen = exaopen
%mouthopenL = left_mouthopen
%mouthopenR = right_mouthopen
%MO2L = left_MO2
%MO2R = right_MO2
%MO3L = left_MO3
%MO3R = right_MO3
%A = A
%E = E
%I = I
%O = O
%U = U
%blowL = left_blow
%blowR = right_blow
%suckL = left_suck
%suckR = right_suck
%wideL = left_wide
%wideR = right_wide
%cheekfillL = left_cheekfill
%cheekfillR = right_cheekfill
%breastBIG = breastBIG
%brestSmall = brestSmall
%AreolaePerk = AreolaePerk
%nippleshard = nippleshard
%breasttogether = breasttogether
%assSize = assSize
%IliacLine = IliacLine
%CollarUp50L = CollarUp50L
%CollarUp50R = CollarUp50R
%AnusOpen = AnusOpen
%VAGOpen = VAGOpen
%VAGOpen1 = VAGOpen1
%VAGOPEN2 = VAGOPEN2
%Genitalclosed = Genitalclosed
%vaggrab = vaggrab
%vagpush = vagpush
%Key 56 = Key 56
}


$surfaceprop "flesh"

$contents "solid"

$illumposition 0 19.821 33.297

$eyeposition 0 0 70

$mostlyopaque

$cdmaterials "models\fursonas\sophiawm\"
$cdmaterials ""

$texturegroup "skinfamilies"
{
{
"eyeball_r"
"eyeball_l"
"lids"
"genitals"
"torso"
"arms"
"legs"
"head"
"tongetohide"
"interior"
"cloth"
"bura_2"
"hair"
"hat"
"W"
"tail"
"details"
}
}

$attachment "eyes" "ValveBiped.Bip01_Head1" 2.63 -4.13 0.04 rotate 0 -80.1 -90
$attachment "mouth" "ValveBiped.Bip01_Head1" -0.2 -5.8 0 rotate 0 -80 -90
$attachment "chest" "ValveBiped.Bip01_Spine2" 4 4 0 rotate 0 95 90
$attachment "anim_attachment_RH" "ValveBiped.Anim_Attachment_RH" 0 0 0 rotate -90 -90 0
$attachment "anim_attachment_LH" "ValveBiped.Anim_Attachment_LH" 0 0 0 rotate -90 -90 0

$cbox 0 0 0 0 0 0

$bbox -46.073 -32.345 -3.154 6.432 32.345 69.748

$hboxset "default"
$hbox 1 "ValveBiped.Bip01_Head1" -2.25 -5 -3.15 7.25 5 3.35
$hbox 4 "ValveBiped.Bip01_L_UpperArm" -0.81 -2.25 -3.05 11.19 2.75 1.2
$hbox 4 "ValveBiped.Bip01_L_Forearm" -1.25 -1.88 -2 11.75 1.62 1
$hbox 4 "ValveBiped.Bip01_L_Hand" 0 -1.07 -1.5 6 0.68 3
$hbox 5 "ValveBiped.Bip01_R_UpperArm" -1.5 -2.25 -1.25 11.5 2.75 2.75
$hbox 5 "ValveBiped.Bip01_R_Forearm" -0.82 -1.9 -1.15 11.18 1.6 1.85
$hbox 5 "ValveBiped.Bip01_R_Hand" -0.5 -1.13 -3.25 5.5 0.63 1.75
$hbox 6 "ValveBiped.Bip01_L_Thigh" 0.5 -3.5 -3.25 17.5 4.5 3.25
$hbox 6 "ValveBiped.Bip01_L_Calf" 0.74 -2.35 -2.15 17.74 3.65 2.35
$hbox 6 "ValveBiped.Bip01_L_Foot" -2 -1.8 -1.45 6 3.2 2.05
$hbox 7 "ValveBiped.Bip01_R_Thigh" 0.5 -3.5 -3 17.5 4.5 3
$hbox 7 "ValveBiped.Bip01_R_Calf" 0.74 -2.35 -2.35 17.74 3.65 2.15
$hbox 7 "ValveBiped.Bip01_R_Foot" -2 -1.75 -2.15 6 3.25 1.35
$hbox 3 "ValveBiped.Bip01_Pelvis" -5.25 -3.88 -6.25 5.75 4.12 3.75
$hbox 3 "ValveBiped.Bip01_Spine1" -4.5 -2 -4.98 3.5 6 4.97
$hbox 2 "ValveBiped.Bip01_Spine2" -0.5 -2.5 -6 10.5 7.5 6
$skipboneinbbox

$definebone "ValveBiped.Bip01_Pelvis" "" -0.000005 -0.585648 34.046577 0 0 89.99999 0 0 0
$definebone "ValveBiped.Bip01_Spine" "ValveBiped.Bip01_Pelvis" 0.000005 3.783081 -1.607851 -1.513033 90.003985 89.99988 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Spine1" "ValveBiped.Bip01_Spine" 3.446136 0.011163 0.00024 -0.004011 -6.091008 0.000438 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Spine2" "ValveBiped.Bip01_Spine1" 3.250118 -0.031677 -0.000002 0.001442 -0.683286 -0.000001 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Spine4" "ValveBiped.Bip01_Spine2" 6.774212 -0.075818 0.000166 0.001565 8.42829 -0.000216 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Neck1" "ValveBiped.Bip01_Spine4" 4.451649 0.078249 0.000231 -0.002944 12.162001 179.999242 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1" "ValveBiped.Bip01_Neck1" 2.532486 1.782057 0.000007 -0.000019 5.97403 0.000001 0 0 0 0 0 0
$definebone "JAW" "ValveBiped.Bip01_Head1" 0.769981 -2.360256 -0.000005 -89.999812 164.195618 0 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1.005" "ValveBiped.Bip01_Head1" 5.294109 1.141736 2.914115 64.484541 66.707596 90.000208 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1.007" "ValveBiped.Bip01_Head1.005" 0.000002 3.993114 0.000004 0.000003 -0.000002 0.000005 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Clavicle" "ValveBiped.Bip01_Spine4" 1.535358 0.119936 0.811316 -85.982602 33.974095 -133.769393 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_UpperArm" "ValveBiped.Bip01_L_Clavicle" 4.704308 -0.218525 -0.558756 2.946178 -6.516018 -83.788493 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Forearm" "ValveBiped.Bip01_L_UpperArm" 10.509882 -0.196773 -0.024372 -6.589831 -15.702118 1.17681 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Hand" "ValveBiped.Bip01_L_Forearm" 9.773283 0 0 6.398313 9.460466 86.408048 0 0 0 0 0 0
$definebone "ValveBiped.Anim_Attachment_LH" "ValveBiped.Bip01_L_Hand" 2.660824 -1.32312 -0.190911 -0.606918 94.759006 94.184 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger0" "ValveBiped.Bip01_L_Hand" 0.831287 0.049278 1.150446 -17.83191 -22.775437 -84.641904 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger01" "ValveBiped.Bip01_L_Finger0" 1.204109 -0.262226 -0.112442 0.099936 -2.47705 0.04994 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger02" "ValveBiped.Bip01_L_Finger01" 1.037539 -0.006427 0.020916 0.634959 -16.341605 0.326329 0 0 0 0 0 0
$definebone "lCarpal1" "ValveBiped.Bip01_L_Hand" 0.495443 0.215263 0.373927 -80.907191 -172.727508 82.965598 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger1" "ValveBiped.Bip01_L_Hand" 3.36739 0.173729 0.880143 -0.754594 9.048443 18.359071 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger11" "ValveBiped.Bip01_L_Finger1" 1.506325 -0.27161 0.107057 0.049259 -11.694807 1.721663 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger12" "ValveBiped.Bip01_L_Finger11" 0.719603 0.097134 -0.082068 -0.327277 3.291552 0.682505 0 0 0 0 0 0
$definebone "lCarpal2" "ValveBiped.Bip01_L_Hand" 0.560345 0.243629 0.028273 -87.392558 -93.361235 5.372154 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger2" "ValveBiped.Bip01_L_Hand" 3.252298 0.401958 -0.026324 -1.198751 3.642139 4.819012 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger21" "ValveBiped.Bip01_L_Finger2" 1.936218 -0.159817 0.003646 9.401348 -11.006648 0.189159 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger22" "ValveBiped.Bip01_L_Finger21" 0.895712 -0.047287 0.022404 2.059255 -0.008988 -0.658033 0 0 0 0 0 0
$definebone "lCarpal3" "ValveBiped.Bip01_L_Hand" 0.550219 0.270237 -0.352946 -83.169274 -12.190836 -76.290181 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger3" "ValveBiped.Bip01_L_Hand" 2.99824 0.488094 -0.672814 6.003756 -4.81497 -4.306024 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger31" "ValveBiped.Bip01_L_Finger3" 1.662003 0.026211 0.001735 5.510707 1.657251 2.092254 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger32" "ValveBiped.Bip01_L_Finger31" 0.912466 0.012871 0.000515 6.629666 -0.969937 0.851199 0 0 0 0 0 0
$definebone "lCarpal4" "ValveBiped.Bip01_L_Hand" 0.511646 0.293663 -0.700277 -72.667305 11.378078 -103.751558 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger4" "ValveBiped.Bip01_L_Hand" 2.887396 0.26421 -1.293603 15.286114 4.746487 -12.921164 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger41" "ValveBiped.Bip01_L_Finger4" 1.051678 -0.115356 -0.021292 -2.486526 -4.260943 -0.848675 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Finger42" "ValveBiped.Bip01_L_Finger41" 0.669352 -0.013107 0.006098 5.614937 -2.629615 -0.254841 0 0 0 0 0 0
$definebone "lForearmTwist" "ValveBiped.Bip01_L_Forearm" 4.626759 0.073237 0.291142 0.730454 -89.730484 -2.632099 0 0 0 0 0 0
$definebone "lShldrTwist" "ValveBiped.Bip01_L_UpperArm" 4.960442 -0.105084 0.199127 -2.769704 -89.302381 0.845711 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Clavicle" "ValveBiped.Bip01_Spine4" 1.535446 0.119937 -0.811106 85.889964 33.229953 128.670779 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_UpperArm" "ValveBiped.Bip01_R_Clavicle" 4.703689 -0.261272 0.541638 -2.468779 -6.998627 88.7905 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Forearm" "ValveBiped.Bip01_R_UpperArm" 10.511344 -0.196981 0.024765 7.514505 -17.802436 -2.195431 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Hand" "ValveBiped.Bip01_R_Forearm" 9.145615 0.135886 0.099022 -13.871864 16.611659 -86.480735 0 0 0 0 0 0
$definebone "ValveBiped.Anim_Attachment_RH" "ValveBiped.Bip01_R_Hand" 2.788147 -1.041851 -0.06286 -0.364673 -79.315668 -91.34387 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger0" "ValveBiped.Bip01_R_Hand" 1.127888 0.270893 -1.311031 26.591298 -19.392338 78.985626 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger01" "ValveBiped.Bip01_R_Finger0" 1.450329 -0.032218 -0.033646 -0.100286 -2.47842 -0.05172 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger02" "ValveBiped.Bip01_R_Finger01" 0.929998 0.035747 -0.072598 -0.635896 -16.33646 -0.328194 0 0 0 0 0 0
$definebone "rCarpal1" "ValveBiped.Bip01_R_Hand" 1.07933 0.369007 -0.41535 -75.351788 13.365976 -96.975532 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger1" "ValveBiped.Bip01_R_Hand" 3.920135 0.619896 -1.171494 8.408696 14.894158 -17.427856 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger11" "ValveBiped.Bip01_R_Finger1" 1.469074 -0.251232 -0.03777 -0.662129 -9.181871 -2.676536 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger12" "ValveBiped.Bip01_R_Finger11" 0.67243 -0.000359 0.004116 4.14884 -10.251881 0.008101 0 0 0 0 0 0
$definebone "rCarpal2" "ValveBiped.Bip01_R_Hand" 1.173079 0.411774 -0.077895 -83.449421 36.356551 -118.070066 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger2" "ValveBiped.Bip01_R_Hand" 3.96146 0.832771 -0.459639 -0.280176 10.526751 -5.216823 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger21" "ValveBiped.Bip01_R_Finger2" 1.619209 -0.079132 -0.044144 1.851996 -13.070179 -0.244516 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger22" "ValveBiped.Bip01_R_Finger21" 1.012558 0.023338 0.00014 0.329737 -5.962713 0.076028 0 0 0 0 0 0
$definebone "rCarpal3" "ValveBiped.Bip01_R_Hand" 1.196106 0.445625 0.302187 -87.575218 124.903097 152.876724 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger3" "ValveBiped.Bip01_R_Hand" 3.790083 0.81292 0.307915 -2.633272 2.494975 3.552424 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger31" "ValveBiped.Bip01_R_Finger3" 1.535545 0.062252 0.057111 -5.622669 -2.838477 0.051011 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger32" "ValveBiped.Bip01_R_Finger31" 0.911484 0.018631 -0.001096 -2.347251 -14.268867 -0.156777 0 0 0 0 0 0
$definebone "rCarpal4" "ValveBiped.Bip01_R_Hand" 1.188137 0.472542 0.651311 -78.200366 -160.517848 74.233235 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger4" "ValveBiped.Bip01_R_Hand" 3.541733 0.715145 1.040809 -7.059132 4.66539 14.071172 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger41" "ValveBiped.Bip01_R_Finger4" 1.159107 0.011909 -0.001892 -7.207591 0.547899 -0.862552 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Finger42" "ValveBiped.Bip01_R_Finger41" 0.646372 0.00861 -0.001226 -5.145271 -10.395922 -0.701143 0 0 0 0 0 0
$definebone "rForearmTwist" "ValveBiped.Bip01_R_Forearm" 4.629129 0.233321 -0.233734 0.670284 92.225709 176.364884 0 0 0 0 0 0
$definebone "rShldrTwist" "ValveBiped.Bip01_R_UpperArm" 4.960743 -0.107637 -0.20628 -2.111403 90.686471 -178.966695 0 0 0 0 0 0
$definebone "lPectoral" "ValveBiped.Bip01_Spine2" 3.288704 -1.514716 1.196194 -89.998665 95.261407 0 0 0 0 0 0 0
$definebone "rPectoral" "ValveBiped.Bip01_Spine2" 3.288765 -1.514716 -1.19604 -89.998665 95.261407 0 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Thigh" "ValveBiped.Bip01_Pelvis" 3.113093 0.833889 -0.000003 2.383183 -88.350007 -89.804093 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Calf" "ValveBiped.Bip01_L_Thigh" 16.810823 0.085906 0.028648 -1.601563 3.362374 0.180928 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Foot" "ValveBiped.Bip01_L_Calf" 15.512215 0.189349 0.051441 -10.612479 -64.805703 -4.100602 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_L_Toe0" "ValveBiped.Bip01_L_Foot" 2.487735 -0.211866 -0.099195 12.732423 -30.83215 -2.980429 0 0 0 0 0 0
$definebone "lSmallToe4" "ValveBiped.Bip01_L_Toe0" 2.092555 1.152259 2.007823 -44.621111 -78.95849 15.979071 0 0 0 0 0 0
$definebone "lSmallToe4_2" "lSmallToe4" 0 0.433299 0 -46.137771 14.824892 57.275525 0 0 0 0 0 0
$definebone "lSmallToe3" "ValveBiped.Bip01_L_Toe0" 2.453799 0.999969 1.470932 -23.851765 -74.558954 18.815527 0 0 0 0 0 0
$definebone "lSmallToe3_2" "lSmallToe3" 0 0.570845 0 -62.898926 37.508599 33.172409 0 0 0 0 0 0
$definebone "lSmallToe2" "ValveBiped.Bip01_L_Toe0" 2.752105 0.848828 1.101948 -20.463771 -75.378351 17.811388 0 0 0 0 0 0
$definebone "lSmallToe2_2" "lSmallToe2" 0 0.741878 0 -66.035103 41.118006 31.152053 0 0 0 0 0 0
$definebone "lSmallToe1" "ValveBiped.Bip01_L_Toe0" 2.925911 0.78587 0.51201 0.115637 -72.398196 19.84023 0 0 0 0 0 0
$definebone "lSmallToe1_2" "lSmallToe1" 0 0.850636 0 -71.260191 98.827879 -25.974359 0 0 0 0 0 0
$definebone "lBigToe" "ValveBiped.Bip01_L_Toe0" 2.994559 0.781831 -0.397193 1.583215 -71.630442 20.547284 0 0 0 0 0 0
$definebone "lBigToe_2" "lBigToe" 0 0.986704 -0.000001 -70.267211 102.862718 -30.473948 0 0 0 0 0 0
$definebone "lHeel" "ValveBiped.Bip01_L_Foot" 0.686674 0.137397 -0.181262 -68.561576 27.053866 -65.980892 0 0 0 0 0 0
$definebone "lThighTwist" "ValveBiped.Bip01_L_Thigh" 7.610563 0.378694 -0.034705 -88.153216 -103.500016 14.707194 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Thigh" "ValveBiped.Bip01_Pelvis" -3.113092 0.8339 0.000007 2.383325 -91.700133 -90.18784 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Calf" "ValveBiped.Bip01_R_Thigh" 16.80426 0.085948 -0.029513 0.629465 3.349991 -0.220833 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Foot" "ValveBiped.Bip01_R_Calf" 15.532696 0.189363 -0.036819 13.721539 -65.658425 4.208391 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_R_Toe0" "ValveBiped.Bip01_R_Foot" 2.532341 -0.203004 -0.02482 -12.655012 -29.838901 6.425463 0 0 0 0 0 0
$definebone "rSmallToe4" "ValveBiped.Bip01_R_Toe0" 2.193045 1.046318 -1.957964 -40.982389 103.120025 -167.029901 0 0 0 0 0 0
$definebone "rSmallToe4_2" "rSmallToe4" 0 0.433298 0 46.137771 -14.824886 57.275525 0 0 0 0 0 0
$definebone "rSmallToe3" "ValveBiped.Bip01_R_Toe0" 2.526348 0.923921 -1.395941 -20.076211 106.266099 -163.301587 0 0 0 0 0 0
$definebone "rSmallToe3_2" "rSmallToe3" 0 0.570845 0 62.898898 -37.508664 33.172368 0 0 0 0 0 0
$definebone "rSmallToe2" "ValveBiped.Bip01_R_Toe0" 2.805349 0.79349 -1.004628 -16.718662 105.334536 -164.320788 0 0 0 0 0 0
$definebone "rSmallToe2_2" "rSmallToe2" 0 0.741879 -0.000001 66.035075 -41.118047 31.152012 0 0 0 0 0 0
$definebone "rSmallToe1" "ValveBiped.Bip01_R_Toe0" 2.948827 0.762792 -0.40407 3.948702 107.568889 -162.009466 0 0 0 0 0 0
$definebone "rSmallToe1_2" "rSmallToe1" 0 0.850637 0 71.260163 -98.827852 -25.974342 0 0 0 0 0 0
$definebone "rBigToe" "ValveBiped.Bip01_R_Toe0" 2.971068 0.807949 0.50634 5.440022 108.29179 -161.254621 0 0 0 0 0 0
$definebone "rBigToe_2" "rBigToe" 0 0.986704 0 70.267197 -102.862677 -30.473921 0 0 0 0 0 0
$definebone "rHeel" "ValveBiped.Bip01_R_Foot" 0.72574 0.117709 -0.027865 -75.421804 172.622145 158.096983 0 0 0 0 0 0
$definebone "rThighTwist" "ValveBiped.Bip01_R_Thigh" 7.610544 0.378671 0.041301 -88.154322 78.085052 -166.878967 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Pelvis.001" "ValveBiped.Bip01_Pelvis" 0.000005 -0.37759 -0.537361 1.874227 8.343152 -24.44286 0 0 0 0 0 0
$definebone "Genitals" "ValveBiped.Bip01_Pelvis.001" 0.100595 0.284403 1.899858 1.75245 -8.369337 -155.548667 0 0 0 0 0 0
$definebone "Anus" "ValveBiped.Bip01_Pelvis.001" 0.198553 1.521767 -0.819115 1.752455 -8.369374 -155.548626 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1.002" "ValveBiped.Bip01_Head1" 2.781918 4.551282 0.000014 -89.999846 114.926444 0 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1.008" "ValveBiped.Bip01_Head1" 7.396683 -2.136173 1.407192 -34.929509 -80.645185 -121.867037 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1.009" "ValveBiped.Bip01_Head1" 7.396683 -2.136173 1.407192 -72.953552 -80.645397 -134.248175 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1.010" "ValveBiped.Bip01_Head1" 4.293243 -0.97724 -4.49859 -36.386194 99.354835 11.990861 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1.014" "ValveBiped.Bip01_Head1" 7.578819 0.46559 1.075447 -68.110005 -81.873615 -56.168092 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1.011" "ValveBiped.Bip01_Head1" 5.763573 -0.124621 3.601069 -85.400315 -72.085462 -162.645575 0 0 0 0 0 0
$definebone "skirt1.Fr" "ValveBiped.Bip01_Pelvis" 2.298141 2.514881 3.275292 -13.078451 8.776625 -179.999966 0 0 0 0 0 0
$definebone "skirt2.Fr" "skirt1.Fr" 0.000001 3.957838 0 88.897761 128.803968 132.309699 0 0 0 0 0 0
$definebone "skirt3.Fr" "skirt2.Fr" 0 4.253851 0 0.000057 -0.020398 -0.083024 0 0 0 0 0 0
$definebone "skirt1.001.Fr" "ValveBiped.Bip01_Pelvis" 7.120778 2.552654 0.049589 -12.654461 0.092991 -166.921451 0 0 0 0 0 0
$definebone "skirt2.001.Bk" "skirt1.001.Fr" 0 3.957838 0 85.02755 -149.639324 -147.146947 0 0 0 0 0 0
$definebone "skirt3.001.Bk" "skirt2.001.Bk" 0 4.253853 0 -0.018452 0.059588 -0.061307 0 0 0 0 0 0
$definebone "skirt1.002.Bk" "ValveBiped.Bip01_Pelvis" 3.77657 2.552654 -4.510694 -12.654517 0.092991 -166.921451 0 0 0 0 0 0
$definebone "skirt2.002.Bk" "skirt1.002.Bk" 0 3.957836 0 85.027544 -149.639324 -147.146947 0 0 0 0 0 0
$definebone "skirt3.002.Bk" "skirt2.002.Bk" 0 4.253855 0.000001 -0.018566 0.059588 -0.061306 0 0 0 0 0 0
$definebone "skirt1.003.Fr" "ValveBiped.Bip01_Pelvis" -2.356312 2.514881 3.247141 -13.078451 -8.776511 -179.999966 0 0 0 0 0 0
$definebone "skirt2.003.Fr" "skirt1.003.Fr" -0.000001 3.957838 0 88.897761 -128.804596 -132.310273 0 0 0 0 0 0
$definebone "skirt3.003.Fr" "skirt2.003.Fr" 0 4.253847 0.000001 -0.000058 0.020398 0.083024 0 0 0 0 0 0
$definebone "skirt1.004.Fr" "ValveBiped.Bip01_Pelvis" -7.17895 2.552654 0.021438 -8.616368 -4.972185 -167.096495 0 0 0 0 0 0
$definebone "skirt2.004.Bk" "skirt1.004.Fr" 0 3.957832 0.000001 84.422334 -141.417415 -142.506612 0 0 0 0 0 0
$definebone "skirt3.004.Bk" "skirt2.004.Bk" 0 4.253853 -0.000001 -0.026071 0.082448 0.022688 0 0 0 0 0 0
$definebone "skirt1.005.Bk" "ValveBiped.Bip01_Pelvis" -3.834742 2.552654 -4.538846 -8.616196 -4.972128 -167.096495 0 0 0 0 0 0
$definebone "skirt2.005.Bk" "skirt1.005.Bk" -0.000001 3.957827 0.000001 84.42245 -141.416937 -142.506229 0 0 0 0 0 0
$definebone "skirt3.005.Bk" "skirt2.005.Bk" -0.000001 4.253845 0.000001 -0.0259 0.08239 0.022687 0 0 0 0 0 0
$definebone "skirt1.006.Fr" "ValveBiped.Bip01_Pelvis" 0.708398 2.619205 3.636276 -12.546975 -1.791754 -178.826498 0 0 0 0 0 0
$definebone "skirt2.006.Fr" "skirt1.006.Fr" 0 3.957829 0 88.6279 141.637006 145.147491 0 0 0 0 0 0
$definebone "skirt3.006.Fr" "skirt2.006.Fr" 0 4.25386 0 -0.006592 -0.020225 -0.08308 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Pelvis.002" "ValveBiped.Bip01_Pelvis" 0 4.28072 -3.657657 0 0 -89.551588 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Pelvis.006" "ValveBiped.Bip01_Pelvis.002" 0 4.280254 -0.000004 0 0 0 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Pelvis.004" "ValveBiped.Bip01_Pelvis.006" 0 4.280255 0 0 0 0 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Pelvis.008" "ValveBiped.Bip01_Pelvis.004" 0 4.280254 -0.000008 0 0 0 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Pelvis.003" "ValveBiped.Bip01_Pelvis.008" 0 4.280256 -0.000008 0 0 0 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Pelvis.007" "ValveBiped.Bip01_Pelvis.003" 0 4.280254 -0.000004 0 0 0 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Pelvis.005" "ValveBiped.Bip01_Pelvis.007" 0 4.280252 0 0 0 0 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Pelvis.009" "ValveBiped.Bip01_Pelvis.005" 0 4.28026 -0.000008 0 0 0 0 0 0 0 0 0
$definebone "tonge4" "ValveBiped.Bip01_Head1" -0.140526 -1.43676 -0.000004 -89.999669 150.232116 0 0 0 0 0 0 0
$definebone "tonge3" "tonge4" 0 0.684956 0.167473 -0.000401 -0.000057 0.805005 0 0 0 0 0 0
$definebone "tonge2" "tonge3" 0 0.938934 0 0.000401 0 3.976214 0 0 0 0 0 0
$definebone "tonge1" "tonge2" 0 0.8437 0.000004 -0.001318 0.000057 -3.121475 0 0 0 0 0 0
$definebone "tonge" "tonge1" 0 0.858051 -0.000023 0.001203 0 -2.611368 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1.004" "ValveBiped.Bip01_Head1" 5.293205 1.1416 -3.006076 64.484855 -113.29239 -89.999785 0 0 0 0 0 0
$definebone "ValveBiped.Bip01_Head1.006" "ValveBiped.Bip01_Head1.004" 0 3.993114 -0.000004 0.000007 0.000002 0.000002 0 0 0 0 0 0


$ikchain "rhand" "ValveBiped.Bip01_R_Hand" knee 0.707 0.707 0
$ikchain "lhand" "ValveBiped.Bip01_L_Hand" knee 0.707 0.707 0
$ikchain "rfoot" "ValveBiped.Bip01_R_Foot" knee 0.707 -0.707 0
$ikchain "lfoot" "ValveBiped.Bip01_L_Foot" knee 0.707 -0.707 0

$collisionjoints " popiaron_physics.smd"

$mass 90.0
$inertia 10.00
$damping 0.01
$rotdamping 1.50
$rootbone "valvebiped.bip01_pelvis"
$jointmerge "ValveBiped.Bip01_Pelvis" "ValveBiped.Bip01_Spine1"

$jointconstrain "valvebiped.bip01_r_thigh" x limit -12.00 12.00 0.00
$jointconstrain "valvebiped.bip01_r_thigh" y limit -8.00 75.00 0.00
$jointconstrain "valvebiped.bip01_r_thigh" z limit -97.00 32.00 0.00

$jointconstrain "valvebiped.bip01_r_calf" x limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_r_calf" y limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_r_calf" z limit -12.00 126.00 0.00

$jointconstrain "valvebiped.bip01_l_thigh" x limit -12.00 12.00 0.00
$jointconstrain "valvebiped.bip01_l_thigh" y limit -73.00 6.00 0.00
$jointconstrain "valvebiped.bip01_l_thigh" z limit -93.00 30.00 0.00

$jointconstrain "valvebiped.bip01_l_calf" x limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_l_calf" y limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_l_calf" z limit -8.00 126.00 0.00

$jointconstrain "valvebiped.bip01_l_foot" x limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_l_foot" y limit -19.00 19.00 0.00
$jointconstrain "valvebiped.bip01_l_foot" z limit -15.00 35.00 0.00

$jointconstrain "valvebiped.bip01_spine.002" x limit -82.00 66.00 0.00
$jointconstrain "valvebiped.bip01_spine.002" y limit -20.00 40.00 0.00
$jointconstrain "valvebiped.bip01_spine.002" z limit -19.00 37.00 0.00

$jointconstrain "valvebiped.bip01_spine.004" x limit -46.00 55.00 0.00
$jointconstrain "valvebiped.bip01_spine.004" y limit -48.00 53.00 0.00
$jointconstrain "valvebiped.bip01_spine.004" z limit -91.00 55.00 0.00

$jointconstrain "valvebiped.bip01_spine.006" x limit -35.00 66.00 0.00
$jointconstrain "valvebiped.bip01_spine.006" y limit -39.00 43.00 0.00
$jointconstrain "valvebiped.bip01_spine.006" z limit -7.00 44.00 0.00

$jointconstrain "valvebiped.bip01_spine.008" x limit -35.00 66.00 0.00
$jointconstrain "valvebiped.bip01_spine.008" y limit -39.00 43.00 0.00
$jointconstrain "valvebiped.bip01_spine.008" z limit -7.00 44.00 0.00

$jointconstrain "valvebiped.bip01_spine.010" x limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_spine.010" y limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_spine.010" z limit 0.00 0.00 0.00

$jointconstrain "valvebiped.bip01_spine2" x limit -48.00 48.00 0.00
$jointconstrain "valvebiped.bip01_spine2" y limit -25.00 25.00 0.00
$jointconstrain "valvebiped.bip01_spine2" z limit -25.00 50.00 0.00

$jointconstrain "valvebiped.bip01_r_upperarm" x limit -39.00 39.00 0.00
$jointconstrain "valvebiped.bip01_r_upperarm" y limit -79.00 95.00 0.00
$jointconstrain "valvebiped.bip01_r_upperarm" z limit -93.00 23.00 0.00

$jointconstrain "valvebiped.bip01_r_forearm" x limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_r_forearm" y limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_r_forearm" z limit -149.00 4.00 0.00

$jointconstrain "valvebiped.bip01_l_upperarm" x limit -30.00 30.00 0.00
$jointconstrain "valvebiped.bip01_l_upperarm" y limit -95.00 84.00 0.00
$jointconstrain "valvebiped.bip01_l_upperarm" z limit -86.00 26.00 0.00

$jointconstrain "valvebiped.bip01_l_forearm" x limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_l_forearm" y limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_l_forearm" z limit -149.00 4.00 0.00

$jointconstrain "valvebiped.bip01_l_hand" x limit -37.00 37.00 0.00
$jointconstrain "valvebiped.bip01_l_hand" y limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_l_hand" z limit -57.00 59.00 0.00

$jointconstrain "valvebiped.bip01_head1" x limit -20.00 20.00 0.00
$jointconstrain "valvebiped.bip01_head1" y limit -25.00 25.00 0.00
$jointconstrain "valvebiped.bip01_head1" z limit -13.00 30.00 0.00

$jointconstrain "valvebiped.bip01_r_hand" x limit -60.00 60.00 0.00
$jointconstrain "valvebiped.bip01_r_hand" y limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_r_hand" z limit -57.00 70.00 0.00

$jointconstrain "valvebiped.bip01_r_foot" x limit 0.00 0.00 0.00
$jointconstrain "valvebiped.bip01_r_foot" y limit -25.00 6.00 0.00
$jointconstrain "valvebiped.bip01_r_foot" z limit -15.00 35.00 0.00
}
$sequence ragdoll "ragdoll_pose" FPS 30 activity ACT_DIERAGDOLL 1 fadein 0.2
fadeout 0.2
fps 30
ikrule "rhand" release
ikrule "lhand" release
ikrule "rfoot" release
ikrule "lfoot" release
}
lorjason34 Sep 3, 2018 @ 8:10am 
I think I see it.
On line 5, there is a missing bracket after the model command. It should look like this:

$model "shop" "shopia_body.smd" {

That bracket tells the compiler there is more to compile such as the eyeballs, the flex controllers and all that stuff, whatever is inside the model. If you removed the brackets, crowbar (the studiomdl) would compile the model command, but not the flex files and the sequences, thus giving you a bad eyeball command.
Hope this helps.
Last edited by lorjason34; Sep 3, 2018 @ 10:15am
but I have a bracket there.
Momo Sep 3, 2018 @ 10:03am 
It's missing one-
your line 5 looks like this:
$model "shop" "shopia_body.smd"
when it's supposed to look like this:
$model "shop" "shopia_body.smd" {
Last edited by Momo; Sep 3, 2018 @ 10:04am
not help(
Momo Sep 4, 2018 @ 9:06am 
You need to insert a { at the end of line 5.
< >
Showing 1-10 of 10 comments
Per page: 1530 50

Date Posted: Sep 2, 2018 @ 9:04am
Posts: 10