STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
820
IN-GAME
6,198
ONLINE
Founded
October 26, 2013
Language
English
Slater Feb 1, 2020 @ 7:51pm
ERROR: unknown model option "$bodygroup"
I get this error whenever i try to compile

my qc is:


$modelname "player/kerry/SWAT_LS.mdl"

$model "male_01" "swat_ls_reference.smd" {

$bodygroup "ref"
{
studio "swat_ls_army_m_00_ref.smd"
}
$bodygroup "Arms"
{
studio "swat_ls_armor.smd"
}
$bodygroup "hands"
{
studio "swat_ls_army_m_00_noose_army_m_01_hands.smd"
}


$mostlyopaque

$cdmaterials "models\noose\"
$cdmaterials "models\Humans\Male\"
$cdmaterials "models\humans\male\"

$surfaceprop "flesh"

$contents "solid"

$eyeposition 0 0 70





$sequence "ragdoll" "swat_ls_anims\ragdoll.smd" {
fps 30
"ACT_DIERAGDOLL" 1
}

$includemodel "m_anm.mdl"

$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

$ikautoplaylock "rfoot" 1 0.1
$ikautoplaylock "lfoot" 1 0.1

$collisionjoints "swat_ls_physics.smd"
{
$mass 0
$inertia 10
$damping 0.01
$rotdamping 1.5


$jointconstrain "ValveBiped.Bip01_L_Thigh" x limit -12 12 0
$jointconstrain "ValveBiped.Bip01_L_Thigh" y limit -73 6 0
$jointconstrain "ValveBiped.Bip01_L_Thigh" z limit -93 30 0

$jointconstrain "ValveBiped.Bip01_L_Calf" x limit 0 0 0
$jointconstrain "ValveBiped.Bip01_L_Calf" y limit 0 0 0
$jointconstrain "ValveBiped.Bip01_L_Calf" z limit -8 126 0

$jointconstrain "ValveBiped.Bip01_R_Thigh" x limit -12 12 0
$jointconstrain "ValveBiped.Bip01_R_Thigh" y limit -8 75 0
$jointconstrain "ValveBiped.Bip01_R_Thigh" z limit -97 32 0

$jointconstrain "ValveBiped.Bip01_R_Calf" x limit 0 0 0
$jointconstrain "ValveBiped.Bip01_R_Calf" y limit 0 0 0
$jointconstrain "ValveBiped.Bip01_R_Calf" z limit -12 126 0

$jointconstrain "ValveBiped.Bip01_R_Foot" x limit 0 0 0
$jointconstrain "ValveBiped.Bip01_R_Foot" y limit -25 6 0
$jointconstrain "ValveBiped.Bip01_R_Foot" z limit -15 35 0

$jointconstrain "ValveBiped.Bip01_Spine" x limit 0 0 0
$jointconstrain "ValveBiped.Bip01_Spine" y limit 0 0 0
$jointconstrain "ValveBiped.Bip01_Spine" z limit 0 0 0

$jointconstrain "ValveBiped.Bip01_Spine2" x limit -48 48 0
$jointconstrain "ValveBiped.Bip01_Spine2" y limit -25 25 0
$jointconstrain "ValveBiped.Bip01_Spine2" z limit -25 50 0

$jointconstrain "ValveBiped.Bip01_L_Clavicle" x limit 0 0 0
$jointconstrain "ValveBiped.Bip01_L_Clavicle" y limit 0 0 0
$jointconstrain "ValveBiped.Bip01_L_Clavicle" z limit 0 0 0

$jointconstrain "ValveBiped.Bip01_L_UpperArm" x limit -30 30 0
$jointconstrain "ValveBiped.Bip01_L_UpperArm" y limit -95 84 0
$jointconstrain "ValveBiped.Bip01_L_UpperArm" z limit -86 26 0

$jointconstrain "ValveBiped.Bip01_R_Clavicle" x limit 0 0 0
$jointconstrain "ValveBiped.Bip01_R_Clavicle" y limit 0 0 0
$jointconstrain "ValveBiped.Bip01_R_Clavicle" z limit 0 0 0

$jointconstrain "ValveBiped.Bip01_R_UpperArm" x limit -39 39 0
$jointconstrain "ValveBiped.Bip01_R_UpperArm" y limit -79 95 0
$jointconstrain "ValveBiped.Bip01_R_UpperArm" z limit -93 23 0

$jointconstrain "ValveBiped.Bip01_R_Forearm" x limit 0 0 0
$jointconstrain "ValveBiped.Bip01_R_Forearm" y limit 0 0 0
$jointconstrain "ValveBiped.Bip01_R_Forearm" z limit -149 4 0

$jointconstrain "ValveBiped.Bip01_R_Hand" x limit -60 60 0
$jointconstrain "ValveBiped.Bip01_R_Hand" y limit 0 0 0
$jointconstrain "ValveBiped.Bip01_R_Hand" z limit -57 70 0

$jointconstrain "ValveBiped.Bip01_L_Forearm" x limit 0 0 0
$jointconstrain "ValveBiped.Bip01_L_Forearm" y limit 0 0 0
$jointconstrain "ValveBiped.Bip01_L_Forearm" z limit -149 4 0

$jointconstrain "ValveBiped.Bip01_L_Hand" x limit -37 37 0
$jointconstrain "ValveBiped.Bip01_L_Hand" y limit 0 0 0
$jointconstrain "ValveBiped.Bip01_L_Hand" z limit -57 59 0

$jointconstrain "ValveBiped.Bip01_Head1" x limit -20 20 0
$jointconstrain "ValveBiped.Bip01_Head1" y limit -25 25 0
$jointconstrain "ValveBiped.Bip01_Head1" z limit -13 30 0

$jointconstrain "ValveBiped.Bip01_L_Foot" x limit 0 0 0
$jointconstrain "ValveBiped.Bip01_L_Foot" y limit -19 19 0
$jointconstrain "ValveBiped.Bip01_L_Foot" z limit -15 35 0
}

$collisiontext
{
animatedfriction
{
"animfrictionmin" "1.000000"
"animfrictionmax" "400.000000"
"animfrictiontimein" "0.500000"
"animfrictiontimeout" "0.300000"
"animfrictiontimehold" "0.000000"
}
editparams
{
"rootname" "valvebiped.bip01_pelvis"
"totalmass" "90.000000"
"jointmerge" "valvebiped.bip01_pelvis,valvebiped.bip01"
"jointmerge" "valvebiped.bip01_pelvis,valvebiped.bip01_spine1"
}
}

$bonemerge "ValveBiped.Bip01_Pelvis"
$bonemerge "ValveBiped.Bip01_Spine"
$bonemerge "ValveBiped.Bip01_Spine1"
$bonemerge "ValveBiped.Bip01_Spine2"
$bonemerge "ValveBiped.Bip01_Spine4"
$bonemerge "ValveBiped.Bip01_R_Clavicle"
$bonemerge "ValveBiped.Bip01_R_UpperArm"
$bonemerge "ValveBiped.Bip01_R_Forearm"
$bonemerge "ValveBiped.Bip01_R_Hand"
$bonemerge "ValveBiped.Anim_Attachment_RH"

< >
Showing 1-3 of 3 comments
green Feb 1, 2020 @ 7:53pm 
$model "male_01" "swat_ls_reference.smd" { < get rid of that bracket.
Jeidd Jul 7, 2024 @ 5:44pm 
Hey, I know this was posted years ago, but holy shit man thanks for fixing my issue.
Douglas Aug 28, 2024 @ 5:54am 
Originally posted by Jeidd:
Hey, I know this was posted years ago, but holy shit man thanks for fixing my issue.
Same lol
< >
Showing 1-3 of 3 comments
Per page: 1530 50