GRUPO STEAM
Blender Source Tools BleST
GRUPO STEAM
Blender Source Tools BleST
371
A JOGAR
2,132
ONLINE
Criado
8 de Novembro de 2013
Todas as discussões > Help > Detalhes do tópico
inc 1 de jan. às 7:45
Problem with exporting cloth animation to GMOD
Hi everyone, I've been trying to export a cloth simulation to gmod with vertex animation. I made the simulation, baked it. Then I exported Collection.smd(reference/body) vcaanim_VertexAnim.smd(which animates the driver bone) and VertexAnim.vta with blender source tools. I set up my export path, target up axis to Z, added a vertex animation. After compiling it with crowbar(I'm using gmod's version of studio.mdl in my paths) the animation is being played exactly how it should in HLMV(I highlighted the driver bone and it is animated correctly), but when I try to place a prop_dynamic and set the driver animation as default animation nothing happens. I tried playing it manually with logic auto but to no avail. The animation isn't even playing when I'm in the model browser. It just stops at the first frame.

Here's my qc:
$modelname "flagtest.mdl"
$model "merge_me" Collection.smd {
vcafile VertexAnim.vta
}

$surfaceprop "Metal"

$upaxis Y

$boneflexdriver "vcabone_VertexAnim" tx "VertexAnim" 0 1
$boneflexdriver "vcabone_VertexAnim" ty "multi_VertexAnim" 0 1

$sequence "idle" "idle.smd" loop fps 1
$sequence "VertexAnim" "vcaanim_VertexAnim.smd" loop fps 24.0
Última alteração por inc; 1 de jan. às 8:56
< >
A mostrar 1-1 de 1 comentários
Artfunkel 3 de jan. às 3:37 
If it works in HLMV then the export was correct. Perhaps the game simply doesn't support this feature.
< >
A mostrar 1-1 de 1 comentários
Por página: 1530 50

Todas as discussões > Help > Detalhes do tópico