STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
323
IN-GAME
1,803
ONLINE
Founded
8 November, 2013
All Discussions > Help > Topic Details
Harry 1 May, 2015 @ 5:08pm
Source doesn't register more than 1 attachment points after exporting
So basically I've parented one bone to my mesh and my attachment point is fine but when I add another bone then the second one doesn't get registered when I compile the model.

For example, when I create an attachment here http://puu.sh/hy5Kk/013165e007.jpg (arrow's end), and another attachment where the circle is, attachment point 2 will be the same as 1.

So when I define attachment point 1 and two, two's parent bone becomes that of the first.


QC File:
$modelname "models/gf2/rogue_cheney/misc/neighborhater_02"
$scale 5
$body mybody "neighbor_hater.smd"
$staticprop
$surfaceprop "wood"
$cdmaterials "models/gf2/rogue_cheney/misc"
$sequence idle "idle.smd" loop fps 1d

$attachment "attach_nozzle_01" "Bone.Noz_01" 0 0 0 rotate 0 0 0
$attachment "attach_nozzle_02" "Bone.Noz_02" 0 0 0 rotate 0 0 0
$attachment "attach_wig" "Bone.Wig" 0 0 0 rotate 0 0 0

$collisionmodel "neighbor_hater.smd" {
$concave
$mass 50
}

$keyvalues
{
"prop_data"
{
"base" "Cardboard.Large"
}
}




Here's my .blend file if you need it:
http://puu.sh/hy61d/d85f7eac76.blend
< >
Showing 1-3 of 3 comments
Freddie 1 May, 2015 @ 6:54pm 
What are you compiling it into?
Zappy 1 May, 2015 @ 11:36pm 
Maybe "idle.smd" doesn't have that bone at the right spot. Try changing $sequence idle "idle.smd" to $Sequence idle "neighbor_hater.smd"

By the way, $StaticProp removes ALL bones, and replaces them ALL with a static_prop at 0 0 0 with a rotation of 0 0 0, so that also removes Bone.Noz_01, Bone.Noz_02 and Bone.Wig (and all other bones).
Harry 2 May, 2015 @ 3:04am 
Originally posted by Vintage:
Maybe "idle.smd" doesn't have that bone at the right spot. Try changing $sequence idle "idle.smd" to $Sequence idle "neighbor_hater.smd"

By the way, $StaticProp removes ALL bones, and replaces them ALL with a static_prop at 0 0 0 with a rotation of 0 0 0, so that also removes Bone.Noz_01, Bone.Noz_02 and Bone.Wig (and all other bones).

Solved. Ty
< >
Showing 1-3 of 3 comments
Per page: 1530 50

All Discussions > Help > Topic Details
Date Posted: 1 May, 2015 @ 5:08pm
Posts: 3