Added L4D1 ladder climbing animations and pistol holster/unholster animations

This commit is contained in:
Blixibon 2021-10-14 02:26:37 -05:00
parent 772740f05a
commit b947e7d7aa
32 changed files with 59426 additions and 2 deletions

View File

@ -11,7 +11,7 @@ This repository accepts pull requests for contributing models to Mapbase.
---
Most of these source files are derived from decompiled Half-Life 2, Half-Life 2: Episode One, Half-Life 2: Episode Two, or Half-Life 2: Deathmatch content.
Most of these source files are derived from decompiled Half-Life 2, Half-Life 2: Episode One, Half-Life 2: Episode Two, Half-Life 2: Deathmatch, or Left 4 Dead 1 content.
Crowbar was used to decompile those models.

View File

@ -218,6 +218,9 @@ $popd
$include "CitizenRPG.qci"
$include "PoliceMelee_Soldier.qci"
$include "l4d1_ported_anims\L4D1_LadderClimb_Male.qci"
$include "l4d1_ported_anims\L4D1_PistolAnims.qci"
// ================================================================
$include "ProtectedRun.qci"

View File

@ -148,9 +148,11 @@ $pushd "female_shared_anims"
$include "ArrestAnims.qci"
$include "CitizenPackageRun_Female.qci"
$include "CitizenSuitcase.qci"
$include "CitizenSuitcase_FemaleCitizen.qci"
$popd
$include "l4d1_ported_anims\L4D1_LadderClimb_Female.qci"
$KeyValues
{
dynamic_interactions

View File

@ -0,0 +1,225 @@
// ================================================================
//
// L4D1 climb animations experiment
//
// ================================================================
$weightlist "LadderWeights" {
"ValveBiped.Bip01_Pelvis" 1
"ValveBiped.Bip01_Neck1" 0
}
$weightlist "weights_Idlenoise" {
"ValveBiped.Bip01_Pelvis" 0.4
"ValveBiped.Bip01_L_Thigh" 0
"ValveBiped.Bip01_R_Thigh" 0
"ValveBiped.Bip01_Spine" 0.2
"ValveBiped.Bip01_Spine1" 0.2
"ValveBiped.Bip01_Spine2" 0.2
"ValveBiped.Bip01_Spine4" 0.2
"ValveBiped.Bip01_Neck1" 0.2
"ValveBiped.Bip01_Head1" 0.2
"ValveBiped.Bip01_L_Clavicle" 0
"ValveBiped.Bip01_R_Clavicle" 0
}
$animation "a_Ladder_Ascend" "a_Ladder_Ascend.smd" {
fps 30
loop
weightlist "LadderWeights"
walkframe 56 LZ
}
$animation "a_Ladder_Ascend_Slow" "a_Ladder_Ascend.smd" {
fps 15
loop
weightlist "LadderWeights"
walkframe 56 LZ
}
$animation "a_Ladder_Neutral" "a_Ladder_Descend.smd" {
fps 30
loop
weightlist "LadderWeights"
frame 0 0
}
$animation "a_Ladder_Descend" "a_Ladder_Descend.smd" {
fps 30
loop
weightlist "LadderWeights"
walkframe 27 LZ
}
$animation "a_Ladder_Descend_Slow" "a_Ladder_Descend.smd" {
fps 15
loop
weightlist "LadderWeights"
walkframe 27 LZ
}
$animation "@Ladder_Idlenoise_corrective_animation" "@Ladder_Idlenoise_corrective_animation.smd" {
}
$sequence "Ladder_Dismount_1" "a_Ladder_Dismount_1.smd" hidden
$sequence "Ladder_Dismount_2" "a_Ladder_Dismount_2.smd" hidden
$sequence "Ladder_Dismount_3" "a_Ladder_Dismount_3.smd" hidden
$sequence "Ladder_Dismount_4" "a_Ladder_Dismount_4.smd" hidden
//$animation "a_Ladder_Dismount_Up" "a_Ladder_Dismount_Up.smd" {
// fps 30
// ikrule "rhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 0 0 target 0
// ikrule "lhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 0 0 target 1
// ikrule "rfoot" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 0 0 target 2
// ikrule "lfoot" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 0 0 target 3
//}
//
//$animation "a_Ladder_Dismount_Forward" "a_Ladder_Dismount_Forward.smd" {
// fps 30
// ikrule "rhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 0 0 target 0
// ikrule "lhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 0 0 target 1
// ikrule "rfoot" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 0 0 target 2
// ikrule "lfoot" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 0 0 target 3
//}
$sequence "Ladder_Idlenoise" {
"Ladder_Idlenoise.smd"
delta
realtime
// Crowbar writes this subtract option to prevent jigglebone and poseparameter problems when delta sequences are recompiled.
subtract "@Ladder_Idlenoise_corrective_animation" 0
fps 40
loop
weightlist "weights_Idlenoise"
}
$sequence "Ladder_Ascend" {
"a_Ladder_Ascend"
activity "ACT_CLIMB_UP" -1
}
$sequence "Ladder_Descend" {
"a_Ladder_Descend"
activity "ACT_CLIMB_DOWN" -1
}
$sequence "Ladder_idle" {
"a_Ladder_Neutral"
activity "ACT_CLIMB_IDLE" 1
addlayer "Ladder_Idlenoise"
}
$sequence "Ladder_updown" {
"a_Ladder_Ascend"
"a_Ladder_Ascend_Slow"
"a_Ladder_Neutral"
"a_Ladder_Descend_Slow"
"a_Ladder_Descend"
activity "ACT_CLIMB_ALL" -1
blend "move_yaw" -180 180
blendwidth 5
}
//$sequence "Ladder_Dismount_Up" {
// "a_Ladder_Descend"
// activity "ACT_CLIMB_DISMOUNT" -1
// //noanimation
// numframes 40
// //blendlayer "a_Ladder_Dismount_1"
//}
$sequence "Ladder_Dismount_Up_reference" "Ladder_Dismount.smd" hidden
$sequence "Ladder_Dismount_idle_offset" {
"a_Ladder_Dismount_idle"
hidden
realtime
walkalign 1 "Ladder_Dismount_Up_reference" LX LY LZ 0 55
//alignto "Ladder_Dismount_Up_reference"
}
$sequence "Ladder_Dismount_idle" {
"a_Ladder_Dismount_idle"
hidden
realtime
}
$sequence "Ladder_Mount_Top" {
"Ladder_Mount.smd"
activity "ACT_CLIMB_MOUNT_TOP" -1
fadein 0.2
fadeout 0.5
fps 30
ikrule "lfoot" touch "" contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 3 usesequence
ikrule "rfoot" touch "" contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 2 usesequence
ikrule "rhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 0 usesequence
ikrule "lhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 1 usesequence
weightlist "LadderWeights"
blendlayer "Ladder_Dismount_idle" 0 0 0 10 local
origin 0 -32 64
//walkframe 60 LX LY
walkframe 30 LX LY
//walkframe 60 LZ
walkalignto 60 "Ladder_Descend" LZ
}
//$sequence "Ladder_Mount_Bottom" {
// "a_Ladder_Neutral"
// activity "ACT_CLIMB_MOUNT_BOTTOM" -1
// fadein 0.2
// fadeout 0.5
// fps 30
// //ikrule "lfoot" touch "" contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 3 usesequence
// //ikrule "rfoot" touch "" contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 2 usesequence
// //ikrule "rhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 0 usesequence
// //ikrule "lhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 1 usesequence
//
// numframes 20
// blendlayer "Ladder_Dismount_idle" 0 0 0 10 local
// blendlayer "Ladder_Dismount_1" 0 10 10 20 spline local
//}
$sequence "Ladder_Dismount_Top" {
"Ladder_Dismount.smd"
activity "ACT_CLIMB_DISMOUNT" -1
fadein 0.2
fadeout 0.5
fps 30
ikrule "lfoot" touch "" contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 3 usesequence
ikrule "rfoot" touch "" contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 2 usesequence
ikrule "rhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 0 usesequence
ikrule "lhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 1 usesequence
weightlist "LadderWeights"
//walkframe 60 LZ
walkalign 30 "Ladder_Mount_Top" LZ 30 30
//walkframe 30 LZ
walkframe 60 LX LY
//walkframe 30 LZ
//walkframe 60 LX LY LZ
//blendlayer "Ladder_Dismount_idle_offset" 55 75 75 75 spline local
//numframes 75
//walkalignto 75 "Ladder_Dismount_idle_offset" LX LY LXR LYR
// Extra frames are needed for the cycle
numframes 80
}
//$sequence "Ladder_Dismount_Bottom" {
// "a_Ladder_Neutral"
// activity "ACT_CLIMB_DISMOUNT_BOTTOM" -1
// fadein 0.2
// fadeout 0.5
// fps 30
// //ikrule "lfoot" touch "" contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 3 usesequence
// //ikrule "rfoot" touch "" contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 2 usesequence
// //ikrule "rhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 0 usesequence
// //ikrule "lhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 60 60 target 1 usesequence
//
// numframes 20
// blendlayer "Ladder_Dismount_1" 0 10 10 20 spline local
// blendlayer "Ladder_Dismount_idle" 10 20 20 20 local
//}

View File

@ -0,0 +1,11 @@
// ================================================================
//
// L4D1 climb animations experiment
//
// ================================================================
$animation "a_Ladder_Dismount_idle" $Blend_SMD_Unarmed$
$pushd "l4d1_ported_anims\female"
$include "l4d1_ported_anims\L4D1_LadderClimb.qci"
$popd

View File

@ -0,0 +1,11 @@
// ================================================================
//
// L4D1 climb animations experiment
//
// ================================================================
$animation "a_Ladder_Dismount_idle" $Blend_SMD_Unarmed$
$pushd "l4d1_ported_anims\male"
$include "l4d1_ported_anims\L4D1_LadderClimb.qci"
$popd

View File

@ -0,0 +1,82 @@
// ================================================================
//
// L4D1 pistol animations experiment
//
// ================================================================
$weightlist "weights_unholster_layer" {
"ValveBiped.Bip01_Pelvis" 0
"ValveBiped.Bip01_Spine" 0.2
"ValveBiped.Bip01_Spine1" 0.4
"ValveBiped.Bip01_Spine2" 0.6
"ValveBiped.Bip01_Spine4" 0.8
"ValveBiped.Bip01_L_Clavicle" 0.5
"ValveBiped.Bip01_R_Clavicle" 1
"ValveBiped.Bip01_Neck1" 0
}
$weightlist "weights_holster_layer" {
"ValveBiped.Bip01_Pelvis" 0
"ValveBiped.Bip01_Spine" 0.2
"ValveBiped.Bip01_Spine1" 0.4
"ValveBiped.Bip01_Spine2" 0.6
"ValveBiped.Bip01_Spine4" 0.8
"ValveBiped.Bip01_L_Clavicle" 1
"ValveBiped.Bip01_L_UpperArm" 0.5
"ValveBiped.Bip01_R_Clavicle" 1
"ValveBiped.Bip01_Neck1" 0
}
$weightlist "weights_DummyAim" { "ValveBiped.Bip01_Pelvis" 0 }
// TODO: Female?
$pushd "l4d1_ported_anims\male"
$sequence "Unholster_Standing_Pistol_layer" {
"Unholster_Standing_Pistol_layer.smd"
fadein 0.2
fadeout 0.2
hidden
fps 30
ikrule "rhand" release
ikrule "lhand" release
weightlist "weights_unholster_layer"
}
$sequence "weapon_draw_gesture" { // Unholster_Standing_Pistol
"Unholster_Standing_Pistol.smd"
activity "ACT_ARM" 1
{ event AE_NPC_DRAW 10 "" }
fadein 0.2
fadeout 0.2
blendlayer "Unholster_Standing_Pistol_layer" 0 5 13 36 spline // 0 5 23 36
//numframes 30
fps 30
weightlist "weights_DummyAim"
}
$sequence "Holster_Standing_Pistol_layer" {
"Holster_Standing_Pistol_layer.smd"
fadein 0.2
fadeout 0.2
hidden
fps 30
ikrule "rhand" release
ikrule "lhand" release
weightlist "weights_holster_layer"
}
$sequence "weapon_holster_gesture" { // Holster_Standing_Pistol
"Unholster_Standing_Pistol.smd"
activity "ACT_DISARM" 1
{ event AE_NPC_HOLSTER 16 "" }
fadein 0.2
fadeout 0.2
blendlayer "Holster_Standing_Pistol_layer" 0 10 16 36 spline // 0 5 23 36
fps 30
weightlist "weights_DummyAim"
}
$popd

View File

@ -0,0 +1,76 @@
// Created by Crowbar 0.71
version 1
nodes
0 "ValveBiped.Bip01_Pelvis" -1
1 "ValveBiped.Bip01_L_Thigh" 0
2 "ValveBiped.Bip01_L_Calf" 1
3 "ValveBiped.Bip01_L_Foot" 2
4 "ValveBiped.Bip01_L_Toe0" 3
5 "ValveBiped.Bip01_R_Thigh" 0
6 "ValveBiped.Bip01_R_Calf" 5
7 "ValveBiped.Bip01_R_Foot" 6
8 "ValveBiped.Bip01_R_Toe0" 7
9 "ValveBiped.Bip01_Spine" 0
10 "ValveBiped.Bip01_Spine1" 9
11 "ValveBiped.Bip01_Spine2" 10
12 "ValveBiped.Bip01_Spine4" 11
13 "ValveBiped.Bip01_Neck1" 12
14 "ValveBiped.Bip01_Head1" 13
15 "ValveBiped.Bip01_L_Clavicle" 12
16 "ValveBiped.Bip01_L_UpperArm" 15
17 "ValveBiped.Bip01_L_Forearm" 16
18 "ValveBiped.Bip01_L_Hand" 17
19 "ValveBiped.Bip01_L_Finger4" 18
20 "ValveBiped.Bip01_L_Finger41" 19
21 "ValveBiped.Bip01_L_Finger42" 20
22 "ValveBiped.Bip01_L_Finger3" 18
23 "ValveBiped.Bip01_L_Finger31" 22
24 "ValveBiped.Bip01_L_Finger32" 23
25 "ValveBiped.Bip01_L_Finger2" 18
26 "ValveBiped.Bip01_L_Finger21" 25
27 "ValveBiped.Bip01_L_Finger22" 26
28 "ValveBiped.Bip01_L_Finger1" 18
29 "ValveBiped.Bip01_L_Finger11" 28
30 "ValveBiped.Bip01_L_Finger12" 29
31 "ValveBiped.Bip01_L_Finger0" 18
32 "ValveBiped.Bip01_L_Finger01" 31
33 "ValveBiped.Bip01_L_Finger02" 32
34 "ValveBiped.Bip01_R_Clavicle" 12
35 "ValveBiped.Bip01_R_UpperArm" 34
36 "ValveBiped.Bip01_R_Forearm" 35
37 "ValveBiped.Bip01_R_Hand" 36
38 "ValveBiped.Bip01_R_Finger4" 37
39 "ValveBiped.Bip01_R_Finger41" 38
40 "ValveBiped.Bip01_R_Finger42" 39
41 "ValveBiped.Bip01_R_Finger3" 37
42 "ValveBiped.Bip01_R_Finger31" 41
43 "ValveBiped.Bip01_R_Finger32" 42
44 "ValveBiped.Bip01_R_Finger2" 37
45 "ValveBiped.Bip01_R_Finger21" 44
46 "ValveBiped.Bip01_R_Finger22" 45
47 "ValveBiped.Bip01_R_Finger1" 37
48 "ValveBiped.Bip01_R_Finger11" 47
49 "ValveBiped.Bip01_R_Finger12" 48
50 "ValveBiped.Bip01_R_Finger0" 37
51 "ValveBiped.Bip01_R_Finger01" 50
52 "ValveBiped.Bip01_R_Finger02" 51
53 "ValveBiped.jiggle_holster" 0
54 "ValveBiped.jiggy_hair_ponytail_01" 14
55 "ValveBiped.jiggy_hair_ponytail_02" 54
56 "ValveBiped.jiggy_hair_lsideburn" 14
57 "ValveBiped.jiggy_hair_lbang_01" 14
58 "ValveBiped.jiggy_hair_rbang" 14
59 "ValveBiped.jiggy_hair_rsideburn" 14
60 "ValveBiped.attachment_bandage_armL" 17
61 "ValveBiped.attachment_bandage_legL" 1
62 "ValveBiped.attachment_bandage_legR" 5
63 "ValveBiped.attachment_armL_T" 17
64 "ValveBiped.attachment_armR_T" 36
65 "ValveBiped.weapon_bone" 37
66 "ValveBiped.weapon_bone_Clip" 65
67 "ValveBiped.forward" 14
end
skeleton
time 0
0 0.000000 0.000000 0.000000 0.000000 0.000000 -1.570796
end

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,143 @@
// Created by Crowbar 0.71
version 1
nodes
0 "ValveBiped.Bip01_Pelvis" -1
1 "ValveBiped.Bip01_L_Thigh" 0
2 "ValveBiped.Bip01_L_Calf" 1
3 "ValveBiped.Bip01_L_Foot" 2
4 "ValveBiped.Bip01_L_Toe0" 3
5 "ValveBiped.Bip01_R_Thigh" 0
6 "ValveBiped.Bip01_R_Calf" 5
7 "ValveBiped.Bip01_R_Foot" 6
8 "ValveBiped.Bip01_R_Toe0" 7
9 "ValveBiped.Bip01_Spine" 0
10 "ValveBiped.Bip01_Spine1" 9
11 "ValveBiped.Bip01_Spine2" 10
12 "ValveBiped.Bip01_Spine4" 11
13 "ValveBiped.Bip01_Neck1" 12
14 "ValveBiped.Bip01_Head1" 13
15 "ValveBiped.Bip01_L_Clavicle" 12
16 "ValveBiped.Bip01_L_UpperArm" 15
17 "ValveBiped.Bip01_L_Forearm" 16
18 "ValveBiped.Bip01_L_Hand" 17
19 "ValveBiped.Bip01_L_Finger4" 18
20 "ValveBiped.Bip01_L_Finger41" 19
21 "ValveBiped.Bip01_L_Finger42" 20
22 "ValveBiped.Bip01_L_Finger3" 18
23 "ValveBiped.Bip01_L_Finger31" 22
24 "ValveBiped.Bip01_L_Finger32" 23
25 "ValveBiped.Bip01_L_Finger2" 18
26 "ValveBiped.Bip01_L_Finger21" 25
27 "ValveBiped.Bip01_L_Finger22" 26
28 "ValveBiped.Bip01_L_Finger1" 18
29 "ValveBiped.Bip01_L_Finger11" 28
30 "ValveBiped.Bip01_L_Finger12" 29
31 "ValveBiped.Bip01_L_Finger0" 18
32 "ValveBiped.Bip01_L_Finger01" 31
33 "ValveBiped.Bip01_L_Finger02" 32
34 "ValveBiped.Bip01_R_Clavicle" 12
35 "ValveBiped.Bip01_R_UpperArm" 34
36 "ValveBiped.Bip01_R_Forearm" 35
37 "ValveBiped.Bip01_R_Hand" 36
38 "ValveBiped.Bip01_R_Finger4" 37
39 "ValveBiped.Bip01_R_Finger41" 38
40 "ValveBiped.Bip01_R_Finger42" 39
41 "ValveBiped.Bip01_R_Finger3" 37
42 "ValveBiped.Bip01_R_Finger31" 41
43 "ValveBiped.Bip01_R_Finger32" 42
44 "ValveBiped.Bip01_R_Finger2" 37
45 "ValveBiped.Bip01_R_Finger21" 44
46 "ValveBiped.Bip01_R_Finger22" 45
47 "ValveBiped.Bip01_R_Finger1" 37
48 "ValveBiped.Bip01_R_Finger11" 47
49 "ValveBiped.Bip01_R_Finger12" 48
50 "ValveBiped.Bip01_R_Finger0" 37
51 "ValveBiped.Bip01_R_Finger01" 50
52 "ValveBiped.Bip01_R_Finger02" 51
53 "ValveBiped.jiggle_holster" 0
54 "ValveBiped.jiggy_hair_ponytail_01" 14
55 "ValveBiped.jiggy_hair_ponytail_02" 54
56 "ValveBiped.jiggy_hair_lsideburn" 14
57 "ValveBiped.jiggy_hair_lbang_01" 14
58 "ValveBiped.jiggy_hair_rbang" 14
59 "ValveBiped.jiggy_hair_rsideburn" 14
60 "ValveBiped.attachment_bandage_armL" 17
61 "ValveBiped.attachment_bandage_legL" 1
62 "ValveBiped.attachment_bandage_legR" 5
63 "ValveBiped.attachment_armL_T" 17
64 "ValveBiped.attachment_armR_T" 36
65 "ValveBiped.weapon_bone" 37
66 "ValveBiped.weapon_bone_Clip" 65
67 "ValveBiped.forward" 14
end
skeleton
time 0
0 -2.664063 4.957031 23.515625 1.306175 0.007220 0.312850
1 3.455587 0.000000 0.000000 1.502648 -1.343799 1.348160
2 16.572350 0.000000 0.000000 0.000000 0.000000 1.912224
3 16.265829 0.000000 0.000000 -0.174887 0.032726 -1.678467
4 5.046457 0.000000 0.000000 0.009885 -0.018754 -0.457839
5 -3.455587 0.000000 0.000000 0.252318 -1.403495 2.986817
6 16.572346 0.000000 0.000000 0.000000 0.000000 1.518100
7 16.265831 0.000000 0.000000 -0.187635 -0.023419 -1.380587
8 5.046457 0.000000 0.000000 -0.100238 0.015010 -0.309873
9 0.000000 3.703728 0.293189 1.576786 -0.464828 1.556572
10 3.307842 0.000000 0.000000 0.003269 -0.001938 0.027830
11 3.297958 0.000000 0.000000 -0.001348 0.023522 -0.114466
12 6.040989 0.000000 0.000000 0.008270 0.042957 0.293782
13 5.065758 0.000000 0.000000 2.951246 -0.019488 0.483475
14 3.993755 0.000000 0.000000 -0.137465 -0.026558 0.848616
15 3.815876 1.385489 1.500000 -1.483576 -1.328120 -0.217210
16 4.327091 0.000004 0.000000 -2.999099 -0.894075 0.486111
17 11.105114 0.000000 0.000000 0.000000 0.000000 -0.834556
18 9.862101 -0.000011 -0.000032 1.547479 -0.012051 -0.059562
19 2.641094 0.214619 -1.073587 0.343628 0.190590 -0.206088
20 1.361605 -0.000001 0.000000 -0.033841 -0.056553 -0.539645
21 0.779602 0.000001 0.000000 -0.038850 -0.124039 -0.304402
22 2.908712 0.221762 -0.431869 0.315698 0.064495 -0.241172
23 1.597528 0.000001 0.000000 -0.020360 -0.043876 -0.434642
24 0.912680 0.000000 0.000000 0.002612 0.008298 -0.304949
25 3.265450 0.050008 0.415743 0.323090 0.091423 -0.184625
26 1.860472 0.000000 0.000000 -0.051595 -0.064269 -0.677213
27 1.061483 -0.000001 0.000000 0.004073 0.029503 -0.137208
28 3.340382 -0.242393 1.285011 0.318555 0.062569 -0.163990
29 1.550753 0.000000 0.000000 0.061718 0.075999 -0.683161
30 0.904886 0.000000 0.000000 0.001658 0.026316 -0.062909
31 1.219385 -1.063860 0.837142 1.892454 -0.324449 -0.255898
32 1.496971 -0.000002 -0.000002 0.000000 -0.094778 -0.333994
33 1.100086 0.000000 0.000000 0.000000 -0.040666 0.285682
34 3.815876 1.385489 -1.500000 -0.453719 1.395202 -2.073224
35 4.327091 -0.000004 0.000000 2.644788 0.365287 0.637868
36 11.105106 0.000000 0.000000 0.000000 0.000000 -1.016324
37 9.862076 -0.000008 0.000017 -2.231187 0.358165 -0.017538
38 2.641111 0.211586 1.074188 -0.340804 -0.190592 -0.206085
39 1.361601 0.000000 0.000000 0.033841 0.056553 -0.539645
40 0.779602 0.000002 0.000000 0.038850 0.124039 -0.304402
41 2.908730 0.220542 0.432493 -0.312875 -0.064497 -0.241168
42 1.597527 0.000000 0.000000 0.020360 0.043876 -0.434642
43 0.912678 0.000000 0.000000 -0.002612 -0.008298 -0.304949
44 3.265471 0.051184 -0.415600 -0.320266 -0.091425 -0.184622
45 1.860470 -0.000001 0.000000 0.051595 0.064269 -0.677213
46 1.061483 0.000000 0.000000 -0.004073 -0.029503 -0.137208
47 3.340403 -0.238762 -1.285691 -0.315731 -0.062571 -0.163986
48 1.550755 0.000000 0.000000 -0.061718 -0.075999 -0.683161
49 0.904886 0.000001 0.000000 -0.001658 -0.026316 -0.062909
50 1.219410 -1.061498 -0.840143 -1.889571 0.325162 -0.254974
51 1.496971 0.000000 0.000001 0.000000 0.094778 -0.333994
52 1.100086 0.000001 0.000001 0.000000 0.040666 0.285682
53 -7.117489 0.964596 -0.285143 1.743782 -0.307482 -0.348395
54 2.745762 5.186402 -0.079196 0.000000 -1.570794 -0.603156
55 -0.117863 -1.316170 3.221458 0.812993 0.000000 0.000000
56 3.339115 -0.255056 -2.865873 -1.570796 -0.000002 1.581754
57 5.423588 -2.821211 -1.367722 -2.370756 0.986532 0.927952
58 4.278461 -2.802420 2.057896 1.427784 0.783772 -1.678065
59 3.042778 -0.713610 2.741668 1.570796 0.000002 -1.559838
60 0.000000 -0.000007 -0.000032 1.373047 0.113574 0.124314
61 0.000004 0.000000 0.000000 -0.077030 -0.068757 -1.299215
62 7.054213 0.000000 0.000000 0.000000 0.000000 0.000000
63 0.000000 -0.000007 -0.000032 1.373047 0.113574 0.124314
64 -0.000004 -0.000007 -0.000032 1.373047 0.113574 0.124314
65 2.856947 -1.536175 -0.973780 -1.501147 -0.272558 -1.578261
66 0.000000 0.000000 10.000000 0.000000 0.000000 0.000000
67 2.000000 -3.000000 0.000000 -1.570796 0.000000 -1.326450
end

View File

@ -0,0 +1,143 @@
// Created by Crowbar 0.71
version 1
nodes
0 "ValveBiped.Bip01_Pelvis" -1
1 "ValveBiped.Bip01_L_Thigh" 0
2 "ValveBiped.Bip01_L_Calf" 1
3 "ValveBiped.Bip01_L_Foot" 2
4 "ValveBiped.Bip01_L_Toe0" 3
5 "ValveBiped.Bip01_R_Thigh" 0
6 "ValveBiped.Bip01_R_Calf" 5
7 "ValveBiped.Bip01_R_Foot" 6
8 "ValveBiped.Bip01_R_Toe0" 7
9 "ValveBiped.Bip01_Spine" 0
10 "ValveBiped.Bip01_Spine1" 9
11 "ValveBiped.Bip01_Spine2" 10
12 "ValveBiped.Bip01_Spine4" 11
13 "ValveBiped.Bip01_Neck1" 12
14 "ValveBiped.Bip01_Head1" 13
15 "ValveBiped.Bip01_L_Clavicle" 12
16 "ValveBiped.Bip01_L_UpperArm" 15
17 "ValveBiped.Bip01_L_Forearm" 16
18 "ValveBiped.Bip01_L_Hand" 17
19 "ValveBiped.Bip01_L_Finger4" 18
20 "ValveBiped.Bip01_L_Finger41" 19
21 "ValveBiped.Bip01_L_Finger42" 20
22 "ValveBiped.Bip01_L_Finger3" 18
23 "ValveBiped.Bip01_L_Finger31" 22
24 "ValveBiped.Bip01_L_Finger32" 23
25 "ValveBiped.Bip01_L_Finger2" 18
26 "ValveBiped.Bip01_L_Finger21" 25
27 "ValveBiped.Bip01_L_Finger22" 26
28 "ValveBiped.Bip01_L_Finger1" 18
29 "ValveBiped.Bip01_L_Finger11" 28
30 "ValveBiped.Bip01_L_Finger12" 29
31 "ValveBiped.Bip01_L_Finger0" 18
32 "ValveBiped.Bip01_L_Finger01" 31
33 "ValveBiped.Bip01_L_Finger02" 32
34 "ValveBiped.Bip01_R_Clavicle" 12
35 "ValveBiped.Bip01_R_UpperArm" 34
36 "ValveBiped.Bip01_R_Forearm" 35
37 "ValveBiped.Bip01_R_Hand" 36
38 "ValveBiped.Bip01_R_Finger4" 37
39 "ValveBiped.Bip01_R_Finger41" 38
40 "ValveBiped.Bip01_R_Finger42" 39
41 "ValveBiped.Bip01_R_Finger3" 37
42 "ValveBiped.Bip01_R_Finger31" 41
43 "ValveBiped.Bip01_R_Finger32" 42
44 "ValveBiped.Bip01_R_Finger2" 37
45 "ValveBiped.Bip01_R_Finger21" 44
46 "ValveBiped.Bip01_R_Finger22" 45
47 "ValveBiped.Bip01_R_Finger1" 37
48 "ValveBiped.Bip01_R_Finger11" 47
49 "ValveBiped.Bip01_R_Finger12" 48
50 "ValveBiped.Bip01_R_Finger0" 37
51 "ValveBiped.Bip01_R_Finger01" 50
52 "ValveBiped.Bip01_R_Finger02" 51
53 "ValveBiped.jiggle_holster" 0
54 "ValveBiped.jiggy_hair_ponytail_01" 14
55 "ValveBiped.jiggy_hair_ponytail_02" 54
56 "ValveBiped.jiggy_hair_lsideburn" 14
57 "ValveBiped.jiggy_hair_lbang_01" 14
58 "ValveBiped.jiggy_hair_rbang" 14
59 "ValveBiped.jiggy_hair_rsideburn" 14
60 "ValveBiped.attachment_bandage_armL" 17
61 "ValveBiped.attachment_bandage_legL" 1
62 "ValveBiped.attachment_bandage_legR" 5
63 "ValveBiped.attachment_armL_T" 17
64 "ValveBiped.attachment_armR_T" 36
65 "ValveBiped.weapon_bone" 37
66 "ValveBiped.weapon_bone_Clip" 65
67 "ValveBiped.forward" 14
end
skeleton
time 0
0 -1.716797 7.140625 26.984375 1.448627 0.073756 0.078320
1 3.455587 0.000000 0.000000 -2.213107 -1.180953 -1.100672
2 16.572350 0.000000 0.000000 0.000000 0.000000 1.435400
3 16.265829 0.000000 0.000000 -0.217764 0.213493 -1.441359
4 5.046457 0.000000 0.000000 0.009885 -0.018737 -0.464109
5 -3.455587 0.000000 0.000000 -1.238732 -1.433868 -1.648505
6 16.572346 0.000000 0.000000 0.000000 0.000000 1.202796
7 16.265831 0.000000 0.000000 -0.096877 0.179880 -1.374183
8 5.046457 0.000000 0.000000 -0.100242 0.015017 -0.194542
9 0.000000 3.703728 0.293189 1.566283 -0.474315 1.604956
10 3.307842 0.000000 0.000000 0.001891 0.030649 0.087469
11 3.297958 0.000000 0.000000 -0.009072 0.027327 -0.060564
12 6.040989 0.000000 0.000000 -0.002557 0.028427 0.321942
13 5.065758 0.000000 0.000000 -3.102628 0.099796 0.509500
14 3.993755 0.000000 0.000000 -0.009688 -0.116964 0.822091
15 3.815876 1.385489 1.500000 0.383784 -1.483018 -1.936066
16 4.327091 0.000004 0.000000 -2.021063 -0.837206 -0.321166
17 11.105114 0.000000 0.000000 0.000000 0.000000 -1.164261
18 9.862101 -0.000011 -0.000032 1.966423 -0.641919 -0.495506
19 2.641094 0.214619 -1.073587 0.343628 0.190590 -0.206088
20 1.361605 -0.000001 0.000000 -0.033841 -0.056553 -0.539645
21 0.779602 0.000001 0.000000 -0.038850 -0.124039 -0.304402
22 2.908712 0.221762 -0.431869 0.315698 0.064495 -0.241172
23 1.597528 0.000001 0.000000 -0.020360 -0.043876 -0.434642
24 0.912680 0.000000 0.000000 0.002612 0.008298 -0.304949
25 3.265450 0.050008 0.415743 0.323090 0.091423 -0.184625
26 1.860472 0.000000 0.000000 -0.051595 -0.064269 -0.677213
27 1.061483 -0.000001 0.000000 0.004073 0.029503 -0.137208
28 3.340382 -0.242393 1.285011 0.318555 0.062569 -0.163990
29 1.550753 0.000000 0.000000 0.061718 0.075999 -0.683161
30 0.904886 0.000000 0.000000 0.001658 0.026316 -0.062909
31 1.219385 -1.063860 0.837142 1.892454 -0.324449 -0.255898
32 1.496971 -0.000002 -0.000002 0.000000 -0.094778 -0.333994
33 1.100086 0.000000 0.000000 0.000000 -0.040666 0.285682
34 3.815876 1.385489 -1.500000 -1.274874 1.481590 -2.920563
35 4.327091 -0.000004 0.000000 2.184135 0.859368 -0.370092
36 11.105106 0.000000 0.000000 0.000000 0.000000 -1.319335
37 9.862076 -0.000008 0.000017 -1.866828 -0.017228 0.137991
38 2.641111 0.211586 1.074188 -0.340804 -0.190592 -0.206085
39 1.361601 0.000000 0.000000 0.033841 0.056553 -0.539645
40 0.779602 0.000002 0.000000 0.038850 0.124039 -0.304402
41 2.908730 0.220542 0.432493 -0.312875 -0.064497 -0.241168
42 1.597527 0.000000 0.000000 0.020360 0.043876 -0.434642
43 0.912678 0.000000 0.000000 -0.002612 -0.008298 -0.304949
44 3.265471 0.051184 -0.415600 -0.320266 -0.091425 -0.184622
45 1.860470 -0.000001 0.000000 0.051595 0.064269 -0.677213
46 1.061483 0.000000 0.000000 -0.004073 -0.029503 -0.137208
47 3.340403 -0.238762 -1.285691 -0.315731 -0.062571 -0.163986
48 1.550755 0.000000 0.000000 -0.061718 -0.075999 -0.683161
49 0.904886 0.000001 0.000000 -0.001658 -0.026316 -0.062909
50 1.219410 -1.061498 -0.840143 -1.889571 0.325162 -0.254974
51 1.496971 0.000000 0.000001 0.000000 0.094778 -0.333994
52 1.100086 0.000001 0.000001 0.000000 0.040666 0.285682
53 -7.117489 0.964596 -0.285143 1.743782 -0.307482 -0.348395
54 2.745762 5.186402 -0.079196 0.000000 -1.570794 -0.603156
55 -0.117863 -1.316170 3.221458 0.812993 0.000000 0.000000
56 3.339115 -0.255056 -2.865873 -1.570796 -0.000002 1.581754
57 5.423588 -2.821211 -1.367722 -2.370756 0.986532 0.927952
58 4.278461 -2.802420 2.057896 1.427784 0.783772 -1.678065
59 3.042778 -0.713610 2.741668 1.570796 0.000002 -1.559838
60 0.000000 -0.000007 -0.000032 1.373047 0.113574 0.124314
61 0.000004 0.000000 0.000000 -0.077030 -0.068757 -1.299215
62 7.054213 0.000000 0.000000 0.000000 0.000000 0.000000
63 0.000000 -0.000007 -0.000032 1.373047 0.113574 0.124314
64 -0.000004 -0.000007 -0.000032 1.373047 0.113574 0.124314
65 2.856947 -1.536175 -0.973780 -1.501147 -0.272558 -1.578261
66 0.000000 0.000000 10.000000 0.000000 0.000000 0.000000
67 2.000000 -3.000000 0.000000 -1.570796 0.000000 -1.326450
end

View File

@ -0,0 +1,143 @@
// Created by Crowbar 0.71
version 1
nodes
0 "ValveBiped.Bip01_Pelvis" -1
1 "ValveBiped.Bip01_L_Thigh" 0
2 "ValveBiped.Bip01_L_Calf" 1
3 "ValveBiped.Bip01_L_Foot" 2
4 "ValveBiped.Bip01_L_Toe0" 3
5 "ValveBiped.Bip01_R_Thigh" 0
6 "ValveBiped.Bip01_R_Calf" 5
7 "ValveBiped.Bip01_R_Foot" 6
8 "ValveBiped.Bip01_R_Toe0" 7
9 "ValveBiped.Bip01_Spine" 0
10 "ValveBiped.Bip01_Spine1" 9
11 "ValveBiped.Bip01_Spine2" 10
12 "ValveBiped.Bip01_Spine4" 11
13 "ValveBiped.Bip01_Neck1" 12
14 "ValveBiped.Bip01_Head1" 13
15 "ValveBiped.Bip01_L_Clavicle" 12
16 "ValveBiped.Bip01_L_UpperArm" 15
17 "ValveBiped.Bip01_L_Forearm" 16
18 "ValveBiped.Bip01_L_Hand" 17
19 "ValveBiped.Bip01_L_Finger4" 18
20 "ValveBiped.Bip01_L_Finger41" 19
21 "ValveBiped.Bip01_L_Finger42" 20
22 "ValveBiped.Bip01_L_Finger3" 18
23 "ValveBiped.Bip01_L_Finger31" 22
24 "ValveBiped.Bip01_L_Finger32" 23
25 "ValveBiped.Bip01_L_Finger2" 18
26 "ValveBiped.Bip01_L_Finger21" 25
27 "ValveBiped.Bip01_L_Finger22" 26
28 "ValveBiped.Bip01_L_Finger1" 18
29 "ValveBiped.Bip01_L_Finger11" 28
30 "ValveBiped.Bip01_L_Finger12" 29
31 "ValveBiped.Bip01_L_Finger0" 18
32 "ValveBiped.Bip01_L_Finger01" 31
33 "ValveBiped.Bip01_L_Finger02" 32
34 "ValveBiped.Bip01_R_Clavicle" 12
35 "ValveBiped.Bip01_R_UpperArm" 34
36 "ValveBiped.Bip01_R_Forearm" 35
37 "ValveBiped.Bip01_R_Hand" 36
38 "ValveBiped.Bip01_R_Finger4" 37
39 "ValveBiped.Bip01_R_Finger41" 38
40 "ValveBiped.Bip01_R_Finger42" 39
41 "ValveBiped.Bip01_R_Finger3" 37
42 "ValveBiped.Bip01_R_Finger31" 41
43 "ValveBiped.Bip01_R_Finger32" 42
44 "ValveBiped.Bip01_R_Finger2" 37
45 "ValveBiped.Bip01_R_Finger21" 44
46 "ValveBiped.Bip01_R_Finger22" 45
47 "ValveBiped.Bip01_R_Finger1" 37
48 "ValveBiped.Bip01_R_Finger11" 47
49 "ValveBiped.Bip01_R_Finger12" 48
50 "ValveBiped.Bip01_R_Finger0" 37
51 "ValveBiped.Bip01_R_Finger01" 50
52 "ValveBiped.Bip01_R_Finger02" 51
53 "ValveBiped.jiggle_holster" 0
54 "ValveBiped.jiggy_hair_ponytail_01" 14
55 "ValveBiped.jiggy_hair_ponytail_02" 54
56 "ValveBiped.jiggy_hair_lsideburn" 14
57 "ValveBiped.jiggy_hair_lbang_01" 14
58 "ValveBiped.jiggy_hair_rbang" 14
59 "ValveBiped.jiggy_hair_rsideburn" 14
60 "ValveBiped.attachment_bandage_armL" 17
61 "ValveBiped.attachment_bandage_legL" 1
62 "ValveBiped.attachment_bandage_legR" 5
63 "ValveBiped.attachment_armL_T" 17
64 "ValveBiped.attachment_armR_T" 36
65 "ValveBiped.weapon_bone" 37
66 "ValveBiped.weapon_bone_Clip" 65
67 "ValveBiped.forward" 14
end
skeleton
time 0
0 -1.951172 3.480469 26.171875 2.024877 -0.074692 0.378433
1 3.455587 0.000000 0.000000 1.563702 -1.365881 1.005825
2 16.572350 0.000000 0.000000 0.000000 0.000000 1.731170
3 16.265829 0.000000 0.000000 0.280803 0.009284 -1.774359
4 5.046457 0.000000 0.000000 0.009869 -0.018777 -0.311548
5 -3.455587 0.000000 0.000000 -1.133077 -0.982904 -1.845477
6 16.572346 0.000000 0.000000 0.000000 0.000000 0.216855
7 16.265831 0.000000 0.000000 0.133825 0.136708 -0.646558
8 5.046457 0.000000 0.000000 -0.100214 0.015002 -0.316430
9 0.000000 3.703728 0.293189 1.553402 -0.514453 1.584748
10 3.307842 0.000000 0.000000 -0.014125 0.017834 0.101976
11 3.297958 0.000000 0.000000 -0.024207 0.036425 -0.058202
12 6.040989 0.000000 0.000000 -0.011411 0.057844 0.330049
13 5.065758 0.000000 0.000000 3.138720 0.092644 0.386845
14 3.993755 0.000000 0.000000 -0.033718 -0.113421 1.019770
15 3.815876 1.385489 1.500000 -2.173403 -1.355149 0.596255
16 4.327091 0.000004 0.000000 2.992957 -0.920230 0.826741
17 11.105114 0.000000 0.000000 0.000000 0.000000 -0.126916
18 9.862101 -0.000011 -0.000032 1.167286 0.059273 0.333293
19 2.641094 0.214619 -1.073587 0.343628 0.190590 -0.206088
20 1.361605 -0.000001 0.000000 -0.033841 -0.056553 -0.539645
21 0.779602 0.000001 0.000000 -0.038850 -0.124039 -0.304402
22 2.908712 0.221762 -0.431869 0.315698 0.064495 -0.241172
23 1.597528 0.000001 0.000000 -0.020360 -0.043876 -0.434642
24 0.912680 0.000000 0.000000 0.002612 0.008298 -0.304949
25 3.265450 0.050008 0.415743 0.323090 0.091423 -0.184625
26 1.860472 0.000000 0.000000 -0.051595 -0.064269 -0.677213
27 1.061483 -0.000001 0.000000 0.004073 0.029503 -0.137208
28 3.340382 -0.242393 1.285011 0.318555 0.062569 -0.163990
29 1.550753 0.000000 0.000000 0.061718 0.075999 -0.683161
30 0.904886 0.000000 0.000000 0.001658 0.026316 -0.062909
31 1.219385 -1.063860 0.837142 1.892454 -0.324449 -0.255898
32 1.496971 -0.000002 -0.000002 0.000000 -0.094778 -0.333994
33 1.100086 0.000000 0.000000 0.000000 -0.040666 0.285682
34 3.815876 1.385489 -1.500000 -0.893261 1.376798 -2.544115
35 4.327091 -0.000004 0.000000 1.214073 0.551006 -0.578262
36 11.105106 0.000000 0.000000 0.000000 0.000000 -0.915963
37 9.862076 -0.000008 0.000017 -2.159694 1.403305 -1.064767
38 2.641111 0.211586 1.074188 -0.340804 -0.190592 -0.206085
39 1.361601 0.000000 0.000000 0.033841 0.056553 -0.539645
40 0.779602 0.000002 0.000000 0.038850 0.124039 -0.304402
41 2.908730 0.220542 0.432493 -0.312875 -0.064497 -0.241168
42 1.597527 0.000000 0.000000 0.020360 0.043876 -0.434642
43 0.912678 0.000000 0.000000 -0.002612 -0.008298 -0.304949
44 3.265471 0.051184 -0.415600 -0.320266 -0.091425 -0.184622
45 1.860470 -0.000001 0.000000 0.051595 0.064269 -0.677213
46 1.061483 0.000000 0.000000 -0.004073 -0.029503 -0.137208
47 3.340403 -0.238762 -1.285691 -0.315731 -0.062571 -0.163986
48 1.550755 0.000000 0.000000 -0.061718 -0.075999 -0.683161
49 0.904886 0.000001 0.000000 -0.001658 -0.026316 -0.062909
50 1.219410 -1.061498 -0.840143 -1.889571 0.325162 -0.254974
51 1.496971 0.000000 0.000001 0.000000 0.094778 -0.333994
52 1.100086 0.000001 0.000001 0.000000 0.040666 0.285682
53 -7.117489 0.964596 -0.285143 1.743782 -0.307482 -0.348395
54 2.745762 5.186402 -0.079196 0.000000 -1.570794 -0.603156
55 -0.117863 -1.316170 3.221458 0.812993 0.000000 0.000000
56 3.339115 -0.255056 -2.865873 -1.570796 -0.000002 1.581754
57 5.423588 -2.821211 -1.367722 -2.370756 0.986532 0.927952
58 4.278461 -2.802420 2.057896 1.427784 0.783772 -1.678065
59 3.042778 -0.713610 2.741668 1.570796 0.000002 -1.559838
60 0.000000 -0.000007 -0.000032 1.373047 0.113574 0.124314
61 0.000004 0.000000 0.000000 -0.077030 -0.068757 -1.299215
62 7.054213 0.000000 0.000000 0.000000 0.000000 0.000000
63 0.000000 -0.000007 -0.000032 1.373047 0.113574 0.124314
64 -0.000004 -0.000007 -0.000032 1.373047 0.113574 0.124314
65 2.856947 -1.536175 -0.973780 -1.501147 -0.272558 -1.578261
66 0.000000 0.000000 10.000000 0.000000 0.000000 0.000000
67 2.000000 -3.000000 0.000000 -1.570796 0.000000 -1.326450
end

View File

@ -0,0 +1,143 @@
// Created by Crowbar 0.71
version 1
nodes
0 "ValveBiped.Bip01_Pelvis" -1
1 "ValveBiped.Bip01_L_Thigh" 0
2 "ValveBiped.Bip01_L_Calf" 1
3 "ValveBiped.Bip01_L_Foot" 2
4 "ValveBiped.Bip01_L_Toe0" 3
5 "ValveBiped.Bip01_R_Thigh" 0
6 "ValveBiped.Bip01_R_Calf" 5
7 "ValveBiped.Bip01_R_Foot" 6
8 "ValveBiped.Bip01_R_Toe0" 7
9 "ValveBiped.Bip01_Spine" 0
10 "ValveBiped.Bip01_Spine1" 9
11 "ValveBiped.Bip01_Spine2" 10
12 "ValveBiped.Bip01_Spine4" 11
13 "ValveBiped.Bip01_Neck1" 12
14 "ValveBiped.Bip01_Head1" 13
15 "ValveBiped.Bip01_L_Clavicle" 12
16 "ValveBiped.Bip01_L_UpperArm" 15
17 "ValveBiped.Bip01_L_Forearm" 16
18 "ValveBiped.Bip01_L_Hand" 17
19 "ValveBiped.Bip01_L_Finger4" 18
20 "ValveBiped.Bip01_L_Finger41" 19
21 "ValveBiped.Bip01_L_Finger42" 20
22 "ValveBiped.Bip01_L_Finger3" 18
23 "ValveBiped.Bip01_L_Finger31" 22
24 "ValveBiped.Bip01_L_Finger32" 23
25 "ValveBiped.Bip01_L_Finger2" 18
26 "ValveBiped.Bip01_L_Finger21" 25
27 "ValveBiped.Bip01_L_Finger22" 26
28 "ValveBiped.Bip01_L_Finger1" 18
29 "ValveBiped.Bip01_L_Finger11" 28
30 "ValveBiped.Bip01_L_Finger12" 29
31 "ValveBiped.Bip01_L_Finger0" 18
32 "ValveBiped.Bip01_L_Finger01" 31
33 "ValveBiped.Bip01_L_Finger02" 32
34 "ValveBiped.Bip01_R_Clavicle" 12
35 "ValveBiped.Bip01_R_UpperArm" 34
36 "ValveBiped.Bip01_R_Forearm" 35
37 "ValveBiped.Bip01_R_Hand" 36
38 "ValveBiped.Bip01_R_Finger4" 37
39 "ValveBiped.Bip01_R_Finger41" 38
40 "ValveBiped.Bip01_R_Finger42" 39
41 "ValveBiped.Bip01_R_Finger3" 37
42 "ValveBiped.Bip01_R_Finger31" 41
43 "ValveBiped.Bip01_R_Finger32" 42
44 "ValveBiped.Bip01_R_Finger2" 37
45 "ValveBiped.Bip01_R_Finger21" 44
46 "ValveBiped.Bip01_R_Finger22" 45
47 "ValveBiped.Bip01_R_Finger1" 37
48 "ValveBiped.Bip01_R_Finger11" 47
49 "ValveBiped.Bip01_R_Finger12" 48
50 "ValveBiped.Bip01_R_Finger0" 37
51 "ValveBiped.Bip01_R_Finger01" 50
52 "ValveBiped.Bip01_R_Finger02" 51
53 "ValveBiped.jiggle_holster" 0
54 "ValveBiped.jiggy_hair_ponytail_01" 14
55 "ValveBiped.jiggy_hair_ponytail_02" 54
56 "ValveBiped.jiggy_hair_lsideburn" 14
57 "ValveBiped.jiggy_hair_lbang_01" 14
58 "ValveBiped.jiggy_hair_rbang" 14
59 "ValveBiped.jiggy_hair_rsideburn" 14
60 "ValveBiped.attachment_bandage_armL" 17
61 "ValveBiped.attachment_bandage_legL" 1
62 "ValveBiped.attachment_bandage_legR" 5
63 "ValveBiped.attachment_armL_T" 17
64 "ValveBiped.attachment_armR_T" 36
65 "ValveBiped.weapon_bone" 37
66 "ValveBiped.weapon_bone_Clip" 65
67 "ValveBiped.forward" 14
end
skeleton
time 0
0 -0.059875 -0.084290 29.859375 1.733531 0.025260 -0.539891
1 3.455587 0.000000 0.000000 -2.197133 -0.687041 -1.286446
2 16.572350 0.000000 0.000000 0.000000 0.000000 1.837556
3 16.265829 0.000000 0.000000 0.051926 -0.203766 -1.554984
4 5.046457 0.000000 0.000000 0.009881 -0.018770 -0.409338
5 -3.455587 0.000000 0.000000 -1.835146 -0.504058 -1.335251
6 16.572346 0.000000 0.000000 0.000000 0.000000 0.540364
7 16.265831 0.000000 0.000000 -0.112458 0.142349 -1.431122
8 5.046457 0.000000 0.000000 -0.100194 0.014990 -0.539924
9 0.000000 3.703728 0.293189 1.558945 -0.417180 1.546520
10 3.307842 0.000000 0.000000 -0.013395 -0.018230 0.003052
11 3.297958 0.000000 0.000000 -0.008028 -0.016901 -0.113401
12 6.040989 0.000000 0.000000 -0.013319 -0.018397 0.304292
13 5.065758 0.000000 0.000000 -2.883365 -0.031289 0.340625
14 3.993755 0.000000 0.000000 0.206302 0.048161 0.773437
15 3.815876 1.385489 1.500000 -1.703537 -1.397274 0.109741
16 4.327091 0.000004 0.000000 -1.389756 -0.224432 -1.425823
17 11.105114 0.000000 0.000000 0.000000 0.000000 -1.698525
18 9.862101 -0.000011 -0.000032 1.328040 -0.392398 -0.089231
19 2.641094 0.214619 -1.073587 0.343628 0.190590 -0.206088
20 1.361605 -0.000001 0.000000 -0.033841 -0.056553 -0.539645
21 0.779602 0.000001 0.000000 -0.038850 -0.124039 -0.304402
22 2.908712 0.221762 -0.431869 0.315698 0.064495 -0.241172
23 1.597528 0.000001 0.000000 -0.020360 -0.043876 -0.434642
24 0.912680 0.000000 0.000000 0.002612 0.008298 -0.304949
25 3.265450 0.050008 0.415743 0.323090 0.091423 -0.184625
26 1.860472 0.000000 0.000000 -0.051595 -0.064269 -0.677213
27 1.061483 -0.000001 0.000000 0.004073 0.029503 -0.137208
28 3.340382 -0.242393 1.285011 0.318555 0.062569 -0.163990
29 1.550753 0.000000 0.000000 0.061718 0.075999 -0.683161
30 0.904886 0.000000 0.000000 0.001658 0.026316 -0.062909
31 1.219385 -1.063860 0.837142 1.892454 -0.324449 -0.255898
32 1.496971 -0.000002 -0.000002 0.000000 -0.094778 -0.333994
33 1.100086 0.000000 0.000000 0.000000 -0.040666 0.285682
34 3.815876 1.385489 -1.500000 -0.401015 1.261608 -1.943276
35 4.327091 -0.000004 0.000000 1.086750 0.440796 -0.822477
36 11.105106 0.000000 0.000000 0.000000 0.000000 -1.266269
37 9.862076 -0.000008 0.000017 -1.674427 -0.136872 0.032364
38 2.641111 0.211586 1.074188 -0.340804 -0.190592 -0.206085
39 1.361601 0.000000 0.000000 0.033841 0.056553 -0.539645
40 0.779602 0.000002 0.000000 0.038850 0.124039 -0.304402
41 2.908730 0.220542 0.432493 -0.312875 -0.064497 -0.241168
42 1.597527 0.000000 0.000000 0.020360 0.043876 -0.434642
43 0.912678 0.000000 0.000000 -0.002612 -0.008298 -0.304949
44 3.265471 0.051184 -0.415600 -0.320266 -0.091425 -0.184622
45 1.860470 -0.000001 0.000000 0.051595 0.064269 -0.677213
46 1.061483 0.000000 0.000000 -0.004073 -0.029503 -0.137208
47 3.340403 -0.238762 -1.285691 -0.315731 -0.062571 -0.163986
48 1.550755 0.000000 0.000000 -0.061718 -0.075999 -0.683161
49 0.904886 0.000001 0.000000 -0.001658 -0.026316 -0.062909
50 1.219410 -1.061498 -0.840143 -1.889571 0.325162 -0.254974
51 1.496971 0.000000 0.000001 0.000000 0.094778 -0.333994
52 1.100086 0.000001 0.000001 0.000000 0.040666 0.285682
53 -7.117489 0.964596 -0.285143 1.743782 -0.307482 -0.348395
54 2.745762 5.186402 -0.079196 0.000000 -1.570794 -0.603156
55 -0.117863 -1.316170 3.221458 0.812993 0.000000 0.000000
56 3.339115 -0.255056 -2.865873 -1.570796 -0.000002 1.581754
57 5.423588 -2.821211 -1.367722 -2.370756 0.986532 0.927952
58 4.278461 -2.802420 2.057896 1.427784 0.783772 -1.678065
59 3.042778 -0.713610 2.741668 1.570796 0.000002 -1.559838
60 0.000000 -0.000007 -0.000032 1.373047 0.113574 0.124314
61 0.000004 0.000000 0.000000 -0.077030 -0.068757 -1.299215
62 7.054213 0.000000 0.000000 0.000000 0.000000 0.000000
63 0.000000 -0.000007 -0.000032 1.373047 0.113574 0.124314
64 -0.000004 -0.000007 -0.000032 1.373047 0.113574 0.124314
65 2.856947 -1.536175 -0.973780 -1.501147 -0.272558 -1.578261
66 0.000000 0.000000 10.000000 0.000000 0.000000 0.000000
67 2.000000 -3.000000 0.000000 -1.570796 0.000000 -1.326450
end

View File

@ -0,0 +1,68 @@
// Created by Crowbar 0.71
version 1
nodes
0 "ValveBiped.Bip01_Pelvis" -1
1 "ValveBiped.Bip01_L_Thigh" 0
2 "ValveBiped.Bip01_L_Calf" 1
3 "ValveBiped.Bip01_L_Foot" 2
4 "ValveBiped.Bip01_L_Toe0" 3
5 "ValveBiped.Bip01_R_Thigh" 0
6 "ValveBiped.Bip01_R_Calf" 5
7 "ValveBiped.Bip01_R_Foot" 6
8 "ValveBiped.Bip01_R_Toe0" 7
9 "ValveBiped.Bip01_Spine" 0
10 "ValveBiped.Bip01_Spine1" 9
11 "ValveBiped.Bip01_Spine2" 10
12 "ValveBiped.Bip01_Spine4" 11
13 "ValveBiped.Bip01_Neck1" 12
14 "ValveBiped.Bip01_Head1" 13
15 "ValveBiped.Bip01_L_Clavicle" 12
16 "ValveBiped.Bip01_L_UpperArm" 15
17 "ValveBiped.Bip01_L_Forearm" 16
18 "ValveBiped.Bip01_L_Hand" 17
19 "ValveBiped.Bip01_L_Finger4" 18
20 "ValveBiped.Bip01_L_Finger41" 19
21 "ValveBiped.Bip01_L_Finger42" 20
22 "ValveBiped.Bip01_L_Finger3" 18
23 "ValveBiped.Bip01_L_Finger31" 22
24 "ValveBiped.Bip01_L_Finger32" 23
25 "ValveBiped.Bip01_L_Finger2" 18
26 "ValveBiped.Bip01_L_Finger21" 25
27 "ValveBiped.Bip01_L_Finger22" 26
28 "ValveBiped.Bip01_L_Finger1" 18
29 "ValveBiped.Bip01_L_Finger11" 28
30 "ValveBiped.Bip01_L_Finger12" 29
31 "ValveBiped.Bip01_L_Finger0" 18
32 "ValveBiped.Bip01_L_Finger01" 31
33 "ValveBiped.Bip01_L_Finger02" 32
34 "ValveBiped.Bip01_R_Clavicle" 12
35 "ValveBiped.Bip01_R_UpperArm" 34
36 "ValveBiped.Bip01_R_Forearm" 35
37 "ValveBiped.Bip01_R_Hand" 36
38 "ValveBiped.Bip01_R_Finger4" 37
39 "ValveBiped.Bip01_R_Finger41" 38
40 "ValveBiped.Bip01_R_Finger42" 39
41 "ValveBiped.Bip01_R_Finger3" 37
42 "ValveBiped.Bip01_R_Finger31" 41
43 "ValveBiped.Bip01_R_Finger32" 42
44 "ValveBiped.Bip01_R_Finger2" 37
45 "ValveBiped.Bip01_R_Finger21" 44
46 "ValveBiped.Bip01_R_Finger22" 45
47 "ValveBiped.Bip01_R_Finger1" 37
48 "ValveBiped.Bip01_R_Finger11" 47
49 "ValveBiped.Bip01_R_Finger12" 48
50 "ValveBiped.Bip01_R_Finger0" 37
51 "ValveBiped.Bip01_R_Finger01" 50
52 "ValveBiped.Bip01_R_Finger02" 51
53 "ValveBiped.attachment_bandage_armL" 17
54 "ValveBiped.attachment_bandage_legL" 2
55 "ValveBiped.attachment_armL_T" 17
56 "ValveBiped.attachment_armR_T" 36
57 "ValveBiped.weapon_bone" 37
58 "ValveBiped.weapon_bone_Clip" 57
59 "ValveBiped.forward" 14
end
skeleton
time 0
0 0.000000 0.000000 0.000000 0.000000 0.000000 -1.570796
end

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,127 @@
// Created by Crowbar 0.71
version 1
nodes
0 "ValveBiped.Bip01_Pelvis" -1
1 "ValveBiped.Bip01_L_Thigh" 0
2 "ValveBiped.Bip01_L_Calf" 1
3 "ValveBiped.Bip01_L_Foot" 2
4 "ValveBiped.Bip01_L_Toe0" 3
5 "ValveBiped.Bip01_R_Thigh" 0
6 "ValveBiped.Bip01_R_Calf" 5
7 "ValveBiped.Bip01_R_Foot" 6
8 "ValveBiped.Bip01_R_Toe0" 7
9 "ValveBiped.Bip01_Spine" 0
10 "ValveBiped.Bip01_Spine1" 9
11 "ValveBiped.Bip01_Spine2" 10
12 "ValveBiped.Bip01_Spine4" 11
13 "ValveBiped.Bip01_Neck1" 12
14 "ValveBiped.Bip01_Head1" 13
15 "ValveBiped.Bip01_L_Clavicle" 12
16 "ValveBiped.Bip01_L_UpperArm" 15
17 "ValveBiped.Bip01_L_Forearm" 16
18 "ValveBiped.Bip01_L_Hand" 17
19 "ValveBiped.Bip01_L_Finger4" 18
20 "ValveBiped.Bip01_L_Finger41" 19
21 "ValveBiped.Bip01_L_Finger42" 20
22 "ValveBiped.Bip01_L_Finger3" 18
23 "ValveBiped.Bip01_L_Finger31" 22
24 "ValveBiped.Bip01_L_Finger32" 23
25 "ValveBiped.Bip01_L_Finger2" 18
26 "ValveBiped.Bip01_L_Finger21" 25
27 "ValveBiped.Bip01_L_Finger22" 26
28 "ValveBiped.Bip01_L_Finger1" 18
29 "ValveBiped.Bip01_L_Finger11" 28
30 "ValveBiped.Bip01_L_Finger12" 29
31 "ValveBiped.Bip01_L_Finger0" 18
32 "ValveBiped.Bip01_L_Finger01" 31
33 "ValveBiped.Bip01_L_Finger02" 32
34 "ValveBiped.Bip01_R_Clavicle" 12
35 "ValveBiped.Bip01_R_UpperArm" 34
36 "ValveBiped.Bip01_R_Forearm" 35
37 "ValveBiped.Bip01_R_Hand" 36
38 "ValveBiped.Bip01_R_Finger4" 37
39 "ValveBiped.Bip01_R_Finger41" 38
40 "ValveBiped.Bip01_R_Finger42" 39
41 "ValveBiped.Bip01_R_Finger3" 37
42 "ValveBiped.Bip01_R_Finger31" 41
43 "ValveBiped.Bip01_R_Finger32" 42
44 "ValveBiped.Bip01_R_Finger2" 37
45 "ValveBiped.Bip01_R_Finger21" 44
46 "ValveBiped.Bip01_R_Finger22" 45
47 "ValveBiped.Bip01_R_Finger1" 37
48 "ValveBiped.Bip01_R_Finger11" 47
49 "ValveBiped.Bip01_R_Finger12" 48
50 "ValveBiped.Bip01_R_Finger0" 37
51 "ValveBiped.Bip01_R_Finger01" 50
52 "ValveBiped.Bip01_R_Finger02" 51
53 "ValveBiped.attachment_bandage_armL" 17
54 "ValveBiped.attachment_bandage_legL" 2
55 "ValveBiped.attachment_armL_T" 17
56 "ValveBiped.attachment_armR_T" 36
57 "ValveBiped.weapon_bone" 37
58 "ValveBiped.weapon_bone_Clip" 57
59 "ValveBiped.forward" 14
end
skeleton
time 0
0 -2.664063 4.957031 24.093750 1.306175 0.007220 0.312850
1 3.625659 0.000000 0.000000 2.884536 -1.316863 -0.054867
2 18.345818 0.000000 0.000000 0.000000 0.000000 1.797248
3 16.751524 0.000000 0.000000 -0.144896 0.291733 -1.733170
4 5.943487 0.000000 0.000000 0.020435 -0.027713 -0.465598
5 -3.625659 0.000000 0.000000 -0.444606 -1.297236 -2.677705
6 18.345814 0.000000 0.000000 0.000000 0.000000 1.717477
7 16.751520 0.000000 0.000000 -0.102218 -0.117722 -1.740857
8 5.943486 0.000000 0.000000 -0.112061 0.023880 -0.317750
9 0.000000 4.043964 -0.017929 1.576640 -0.394659 1.557035
10 3.995838 0.000000 0.000000 0.003418 -0.001587 -0.000003
11 3.698242 -0.000001 0.000000 -0.000810 0.023562 0.003775
12 5.700890 0.000000 0.000000 0.016214 0.040580 0.462926
13 5.352856 0.000000 0.000000 2.949910 0.001807 0.146443
14 4.461819 -0.000002 0.000000 -0.137473 -0.026597 0.751264
15 4.065392 1.458946 1.500000 -1.717984 -1.291346 -0.014561
16 5.507362 0.000000 0.000000 -3.063812 -0.731778 0.464760
17 10.907398 0.000000 0.000000 0.000000 0.000000 -0.907398
18 10.424324 -0.000007 -0.000031 1.699585 -0.062725 -0.014041
19 2.997274 0.005407 -1.477472 0.204944 0.143350 -0.226721
20 1.510384 0.000002 0.000000 0.011404 0.016672 -0.599950
21 0.808651 0.000001 0.000000 -0.054473 -0.175380 -0.302889
22 3.305792 0.203110 -0.546731 0.197883 0.103919 -0.292835
23 1.807178 -0.000002 0.000000 -0.051969 -0.088374 -0.532552
24 0.966141 0.000002 0.000000 0.002415 0.009757 -0.242679
25 3.571508 0.109303 0.409580 0.187279 0.067956 -0.258153
26 2.150656 0.000000 0.000000 -0.042077 -0.053977 -0.662652
27 1.152752 0.000000 0.000000 0.001897 0.012019 -0.156562
28 3.684095 -0.158703 1.419181 0.180689 0.034228 -0.204094
29 1.701014 0.000000 0.000000 0.051327 0.064037 -0.676424
30 0.994709 0.000001 0.000000 0.001277 0.038560 -0.033101
31 1.068073 -1.287205 0.981904 1.693867 -0.344560 -0.124114
32 1.836304 0.000000 0.000000 0.000000 -0.188119 -0.185284
33 1.223944 -0.000001 0.000000 0.000000 -0.040646 0.196333
34 4.065392 1.458947 -1.500000 -0.351179 1.464196 -1.996834
35 5.507360 0.000004 0.000000 2.741719 0.213467 0.562163
36 10.907391 0.000000 -0.000004 0.000000 0.000000 -1.074652
37 10.424301 -0.000003 0.000015 -2.383223 0.409507 0.023089
38 2.997293 0.000063 1.477480 -0.201327 -0.143351 -0.226717
39 1.510384 -0.000002 0.000000 -0.011404 -0.016672 -0.599950
40 0.808651 0.000000 0.000000 0.054473 0.175380 -0.302889
41 3.305809 0.201132 0.547461 -0.194266 -0.103921 -0.292831
42 1.807175 0.000000 0.000000 0.051969 0.088374 -0.532552
43 0.966141 -0.000001 0.000000 -0.002415 -0.009757 -0.242679
44 3.571526 0.110783 -0.409181 -0.183663 -0.067958 -0.258150
45 2.150661 -0.000002 0.000000 0.042077 0.053977 -0.662652
46 1.152752 0.000002 0.000000 -0.001897 -0.012019 -0.156562
47 3.684114 -0.153568 -1.419746 -0.177072 -0.034229 -0.204090
48 1.701012 0.000000 0.000000 -0.051327 -0.064037 -0.676424
49 0.994709 0.000001 0.000000 -0.001277 -0.038560 -0.033101
50 1.068092 -1.283655 -0.986553 -1.690054 0.345004 -0.122821
51 1.836306 0.000000 0.000002 0.000000 0.188119 -0.185284
52 1.223946 0.000000 0.000000 0.000000 0.040646 0.196333
53 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
54 0.000002 0.000000 0.000000 -0.077030 -0.068757 -1.299215
55 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
56 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
57 2.856899 -1.536203 -0.973800 -1.501147 -0.272558 -1.578261
58 0.000000 0.000001 -0.000002 0.000000 0.000000 -0.000001
59 2.000000 -3.000000 0.000000 -1.570796 0.000000 -1.326450
end

View File

@ -0,0 +1,127 @@
// Created by Crowbar 0.71
version 1
nodes
0 "ValveBiped.Bip01_Pelvis" -1
1 "ValveBiped.Bip01_L_Thigh" 0
2 "ValveBiped.Bip01_L_Calf" 1
3 "ValveBiped.Bip01_L_Foot" 2
4 "ValveBiped.Bip01_L_Toe0" 3
5 "ValveBiped.Bip01_R_Thigh" 0
6 "ValveBiped.Bip01_R_Calf" 5
7 "ValveBiped.Bip01_R_Foot" 6
8 "ValveBiped.Bip01_R_Toe0" 7
9 "ValveBiped.Bip01_Spine" 0
10 "ValveBiped.Bip01_Spine1" 9
11 "ValveBiped.Bip01_Spine2" 10
12 "ValveBiped.Bip01_Spine4" 11
13 "ValveBiped.Bip01_Neck1" 12
14 "ValveBiped.Bip01_Head1" 13
15 "ValveBiped.Bip01_L_Clavicle" 12
16 "ValveBiped.Bip01_L_UpperArm" 15
17 "ValveBiped.Bip01_L_Forearm" 16
18 "ValveBiped.Bip01_L_Hand" 17
19 "ValveBiped.Bip01_L_Finger4" 18
20 "ValveBiped.Bip01_L_Finger41" 19
21 "ValveBiped.Bip01_L_Finger42" 20
22 "ValveBiped.Bip01_L_Finger3" 18
23 "ValveBiped.Bip01_L_Finger31" 22
24 "ValveBiped.Bip01_L_Finger32" 23
25 "ValveBiped.Bip01_L_Finger2" 18
26 "ValveBiped.Bip01_L_Finger21" 25
27 "ValveBiped.Bip01_L_Finger22" 26
28 "ValveBiped.Bip01_L_Finger1" 18
29 "ValveBiped.Bip01_L_Finger11" 28
30 "ValveBiped.Bip01_L_Finger12" 29
31 "ValveBiped.Bip01_L_Finger0" 18
32 "ValveBiped.Bip01_L_Finger01" 31
33 "ValveBiped.Bip01_L_Finger02" 32
34 "ValveBiped.Bip01_R_Clavicle" 12
35 "ValveBiped.Bip01_R_UpperArm" 34
36 "ValveBiped.Bip01_R_Forearm" 35
37 "ValveBiped.Bip01_R_Hand" 36
38 "ValveBiped.Bip01_R_Finger4" 37
39 "ValveBiped.Bip01_R_Finger41" 38
40 "ValveBiped.Bip01_R_Finger42" 39
41 "ValveBiped.Bip01_R_Finger3" 37
42 "ValveBiped.Bip01_R_Finger31" 41
43 "ValveBiped.Bip01_R_Finger32" 42
44 "ValveBiped.Bip01_R_Finger2" 37
45 "ValveBiped.Bip01_R_Finger21" 44
46 "ValveBiped.Bip01_R_Finger22" 45
47 "ValveBiped.Bip01_R_Finger1" 37
48 "ValveBiped.Bip01_R_Finger11" 47
49 "ValveBiped.Bip01_R_Finger12" 48
50 "ValveBiped.Bip01_R_Finger0" 37
51 "ValveBiped.Bip01_R_Finger01" 50
52 "ValveBiped.Bip01_R_Finger02" 51
53 "ValveBiped.attachment_bandage_armL" 17
54 "ValveBiped.attachment_bandage_legL" 2
55 "ValveBiped.attachment_armL_T" 17
56 "ValveBiped.attachment_armR_T" 36
57 "ValveBiped.weapon_bone" 37
58 "ValveBiped.weapon_bone_Clip" 57
59 "ValveBiped.forward" 14
end
skeleton
time 0
0 -1.716797 7.140625 27.578125 1.448627 0.073756 0.078320
1 3.625659 0.000000 0.000000 -2.298494 -1.002294 -1.004842
2 18.345818 0.000000 0.000000 0.000000 0.000000 1.268542
3 16.751524 0.000000 0.000000 -0.231535 0.357887 -1.398690
4 5.943487 0.000000 0.000000 0.020418 -0.027737 -0.471873
5 -3.625659 0.000000 0.000000 -0.820649 -1.261903 -2.074444
6 18.345814 0.000000 0.000000 0.000000 0.000000 1.386335
7 16.751520 0.000000 0.000000 -0.061612 0.016204 -1.660656
8 5.943486 0.000000 0.000000 -0.112058 0.023877 -0.202447
9 0.000000 4.043964 -0.017929 1.566428 -0.404097 1.604588
10 3.995838 0.000000 0.000000 -0.001040 0.030685 0.059570
11 3.698242 -0.000001 0.000000 -0.008549 0.027542 0.057636
12 5.700890 0.000000 0.000000 0.002842 0.028422 0.490967
13 5.352856 0.000000 0.000000 -3.098770 0.098761 0.174577
14 4.461819 -0.000002 0.000000 -0.009734 -0.116946 0.724788
15 4.065392 1.458946 1.500000 -0.394420 -1.542694 -1.182565
16 5.507362 0.000000 0.000000 -2.244435 -0.789255 -0.228623
17 10.907398 0.000000 0.000000 0.000000 0.000000 -1.213327
18 10.424324 -0.000007 -0.000031 2.148761 -0.680721 -0.477569
19 2.997274 0.005407 -1.477472 0.204944 0.143350 -0.226721
20 1.510384 0.000002 0.000000 0.011404 0.016672 -0.599950
21 0.808651 0.000001 0.000000 -0.054473 -0.175380 -0.302889
22 3.305792 0.203110 -0.546731 0.197883 0.103919 -0.292835
23 1.807178 -0.000002 0.000000 -0.051969 -0.088374 -0.532552
24 0.966141 0.000002 0.000000 0.002415 0.009757 -0.242679
25 3.571508 0.109303 0.409580 0.187279 0.067956 -0.258153
26 2.150656 0.000000 0.000000 -0.042077 -0.053977 -0.662652
27 1.152752 0.000000 0.000000 0.001897 0.012019 -0.156562
28 3.684095 -0.158703 1.419181 0.180689 0.034228 -0.204094
29 1.701014 0.000000 0.000000 0.051327 0.064037 -0.676424
30 0.994709 0.000001 0.000000 0.001277 0.038560 -0.033101
31 1.068073 -1.287205 0.981904 1.693867 -0.344560 -0.124114
32 1.836304 0.000000 0.000000 0.000000 -0.188119 -0.185284
33 1.223944 -0.000001 0.000000 0.000000 -0.040646 0.196333
34 4.065392 1.458947 -1.500000 -2.184222 1.513755 2.430019
35 5.507360 0.000004 0.000000 2.410773 0.829877 -0.259842
36 10.907391 0.000000 -0.000004 0.000000 0.000000 -1.360605
37 10.424301 -0.000003 0.000015 -2.009451 0.035645 0.184105
38 2.997293 0.000063 1.477480 -0.201327 -0.143351 -0.226717
39 1.510384 -0.000002 0.000000 -0.011404 -0.016672 -0.599950
40 0.808651 0.000000 0.000000 0.054473 0.175380 -0.302889
41 3.305809 0.201132 0.547461 -0.194266 -0.103921 -0.292831
42 1.807175 0.000000 0.000000 0.051969 0.088374 -0.532552
43 0.966141 -0.000001 0.000000 -0.002415 -0.009757 -0.242679
44 3.571526 0.110783 -0.409181 -0.183663 -0.067958 -0.258150
45 2.150661 -0.000002 0.000000 0.042077 0.053977 -0.662652
46 1.152752 0.000002 0.000000 -0.001897 -0.012019 -0.156562
47 3.684114 -0.153568 -1.419746 -0.177072 -0.034229 -0.204090
48 1.701012 0.000000 0.000000 -0.051327 -0.064037 -0.676424
49 0.994709 0.000001 0.000000 -0.001277 -0.038560 -0.033101
50 1.068092 -1.283655 -0.986553 -1.690054 0.345004 -0.122821
51 1.836306 0.000000 0.000002 0.000000 0.188119 -0.185284
52 1.223946 0.000000 0.000000 0.000000 0.040646 0.196333
53 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
54 0.000002 0.000000 0.000000 -0.077030 -0.068757 -1.299215
55 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
56 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
57 2.856899 -1.536203 -0.973800 -1.501147 -0.272558 -1.578261
58 0.000000 0.000001 -0.000002 0.000000 0.000000 -0.000001
59 2.000000 -3.000000 0.000000 -1.570796 0.000000 -1.326450
end

View File

@ -0,0 +1,127 @@
// Created by Crowbar 0.71
version 1
nodes
0 "ValveBiped.Bip01_Pelvis" -1
1 "ValveBiped.Bip01_L_Thigh" 0
2 "ValveBiped.Bip01_L_Calf" 1
3 "ValveBiped.Bip01_L_Foot" 2
4 "ValveBiped.Bip01_L_Toe0" 3
5 "ValveBiped.Bip01_R_Thigh" 0
6 "ValveBiped.Bip01_R_Calf" 5
7 "ValveBiped.Bip01_R_Foot" 6
8 "ValveBiped.Bip01_R_Toe0" 7
9 "ValveBiped.Bip01_Spine" 0
10 "ValveBiped.Bip01_Spine1" 9
11 "ValveBiped.Bip01_Spine2" 10
12 "ValveBiped.Bip01_Spine4" 11
13 "ValveBiped.Bip01_Neck1" 12
14 "ValveBiped.Bip01_Head1" 13
15 "ValveBiped.Bip01_L_Clavicle" 12
16 "ValveBiped.Bip01_L_UpperArm" 15
17 "ValveBiped.Bip01_L_Forearm" 16
18 "ValveBiped.Bip01_L_Hand" 17
19 "ValveBiped.Bip01_L_Finger4" 18
20 "ValveBiped.Bip01_L_Finger41" 19
21 "ValveBiped.Bip01_L_Finger42" 20
22 "ValveBiped.Bip01_L_Finger3" 18
23 "ValveBiped.Bip01_L_Finger31" 22
24 "ValveBiped.Bip01_L_Finger32" 23
25 "ValveBiped.Bip01_L_Finger2" 18
26 "ValveBiped.Bip01_L_Finger21" 25
27 "ValveBiped.Bip01_L_Finger22" 26
28 "ValveBiped.Bip01_L_Finger1" 18
29 "ValveBiped.Bip01_L_Finger11" 28
30 "ValveBiped.Bip01_L_Finger12" 29
31 "ValveBiped.Bip01_L_Finger0" 18
32 "ValveBiped.Bip01_L_Finger01" 31
33 "ValveBiped.Bip01_L_Finger02" 32
34 "ValveBiped.Bip01_R_Clavicle" 12
35 "ValveBiped.Bip01_R_UpperArm" 34
36 "ValveBiped.Bip01_R_Forearm" 35
37 "ValveBiped.Bip01_R_Hand" 36
38 "ValveBiped.Bip01_R_Finger4" 37
39 "ValveBiped.Bip01_R_Finger41" 38
40 "ValveBiped.Bip01_R_Finger42" 39
41 "ValveBiped.Bip01_R_Finger3" 37
42 "ValveBiped.Bip01_R_Finger31" 41
43 "ValveBiped.Bip01_R_Finger32" 42
44 "ValveBiped.Bip01_R_Finger2" 37
45 "ValveBiped.Bip01_R_Finger21" 44
46 "ValveBiped.Bip01_R_Finger22" 45
47 "ValveBiped.Bip01_R_Finger1" 37
48 "ValveBiped.Bip01_R_Finger11" 47
49 "ValveBiped.Bip01_R_Finger12" 48
50 "ValveBiped.Bip01_R_Finger0" 37
51 "ValveBiped.Bip01_R_Finger01" 50
52 "ValveBiped.Bip01_R_Finger02" 51
53 "ValveBiped.attachment_bandage_armL" 17
54 "ValveBiped.attachment_bandage_legL" 2
55 "ValveBiped.attachment_armL_T" 17
56 "ValveBiped.attachment_armR_T" 36
57 "ValveBiped.weapon_bone" 37
58 "ValveBiped.weapon_bone_Clip" 57
59 "ValveBiped.forward" 14
end
skeleton
time 0
0 -1.951172 3.480469 26.750000 2.024877 -0.074692 0.378433
1 3.625659 0.000000 0.000000 2.415316 -1.336474 0.130896
2 18.345818 0.000000 0.000000 0.000000 0.000000 1.571964
3 16.751524 0.000000 0.000000 0.271449 0.191567 -1.676590
4 5.943487 0.000000 0.000000 0.020420 -0.027749 -0.319309
5 -3.625659 0.000000 0.000000 -1.072335 -0.887104 -1.918763
6 18.345814 0.000000 0.000000 0.000000 0.000000 0.347324
7 16.751520 0.000000 0.000000 0.168511 0.064177 -0.849281
8 5.943486 0.000000 0.000000 -0.112077 0.023893 -0.324315
9 0.000000 4.043964 -0.017929 1.554048 -0.444271 1.583309
10 3.995838 0.000000 0.000000 -0.015822 0.016406 0.074111
11 3.698242 -0.000001 0.000000 -0.023445 0.036857 0.060016
12 5.700890 0.000000 0.000000 -0.000269 0.058972 0.499399
13 5.352856 0.000000 0.000000 -3.130119 0.091683 0.052467
14 4.461819 -0.000002 0.000000 -0.033684 -0.113408 0.922468
15 4.065392 1.458946 1.500000 -2.254237 -1.287346 0.650834
16 5.507362 0.000000 0.000000 3.059453 -0.764433 0.672122
17 10.907398 0.000000 0.000000 0.000000 0.000000 -0.391161
18 10.424324 -0.000007 -0.000031 1.298781 0.006241 0.379366
19 2.997274 0.005407 -1.477472 0.204944 0.143350 -0.226721
20 1.510384 0.000002 0.000000 0.011404 0.016672 -0.599950
21 0.808651 0.000001 0.000000 -0.054473 -0.175380 -0.302889
22 3.305792 0.203110 -0.546731 0.197883 0.103919 -0.292835
23 1.807178 -0.000002 0.000000 -0.051969 -0.088374 -0.532552
24 0.966141 0.000002 0.000000 0.002415 0.009757 -0.242679
25 3.571508 0.109303 0.409580 0.187279 0.067956 -0.258153
26 2.150656 0.000000 0.000000 -0.042077 -0.053977 -0.662652
27 1.152752 0.000000 0.000000 0.001897 0.012019 -0.156562
28 3.684095 -0.158703 1.419181 0.180689 0.034228 -0.204094
29 1.701014 0.000000 0.000000 0.051327 0.064037 -0.676424
30 0.994709 0.000001 0.000000 0.001277 0.038560 -0.033101
31 1.068073 -1.287205 0.981904 1.693867 -0.344560 -0.124114
32 1.836304 0.000000 0.000000 0.000000 -0.188119 -0.185284
33 1.223944 -0.000001 0.000000 0.000000 -0.040646 0.196333
34 4.065392 1.458947 -1.500000 -1.063090 1.441912 -2.736891
35 5.507360 0.000004 0.000000 1.411642 0.557661 -0.516935
36 10.907391 0.000000 -0.000004 0.000000 0.000000 -0.981697
37 10.424301 -0.000003 0.000015 -2.620517 1.408939 -1.338034
38 2.997293 0.000063 1.477480 -0.201327 -0.143351 -0.226717
39 1.510384 -0.000002 0.000000 -0.011404 -0.016672 -0.599950
40 0.808651 0.000000 0.000000 0.054473 0.175380 -0.302889
41 3.305809 0.201132 0.547461 -0.194266 -0.103921 -0.292831
42 1.807175 0.000000 0.000000 0.051969 0.088374 -0.532552
43 0.966141 -0.000001 0.000000 -0.002415 -0.009757 -0.242679
44 3.571526 0.110783 -0.409181 -0.183663 -0.067958 -0.258150
45 2.150661 -0.000002 0.000000 0.042077 0.053977 -0.662652
46 1.152752 0.000002 0.000000 -0.001897 -0.012019 -0.156562
47 3.684114 -0.153568 -1.419746 -0.177072 -0.034229 -0.204090
48 1.701012 0.000000 0.000000 -0.051327 -0.064037 -0.676424
49 0.994709 0.000001 0.000000 -0.001277 -0.038560 -0.033101
50 1.068092 -1.283655 -0.986553 -1.690054 0.345004 -0.122821
51 1.836306 0.000000 0.000002 0.000000 0.188119 -0.185284
52 1.223946 0.000000 0.000000 0.000000 0.040646 0.196333
53 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
54 0.000002 0.000000 0.000000 -0.077030 -0.068757 -1.299215
55 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
56 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
57 2.856899 -1.536203 -0.973800 -1.501147 -0.272558 -1.578261
58 0.000000 0.000001 -0.000002 0.000000 0.000000 -0.000001
59 2.000000 -3.000000 0.000000 -1.570796 0.000000 -1.326450
end

View File

@ -0,0 +1,127 @@
// Created by Crowbar 0.71
version 1
nodes
0 "ValveBiped.Bip01_Pelvis" -1
1 "ValveBiped.Bip01_L_Thigh" 0
2 "ValveBiped.Bip01_L_Calf" 1
3 "ValveBiped.Bip01_L_Foot" 2
4 "ValveBiped.Bip01_L_Toe0" 3
5 "ValveBiped.Bip01_R_Thigh" 0
6 "ValveBiped.Bip01_R_Calf" 5
7 "ValveBiped.Bip01_R_Foot" 6
8 "ValveBiped.Bip01_R_Toe0" 7
9 "ValveBiped.Bip01_Spine" 0
10 "ValveBiped.Bip01_Spine1" 9
11 "ValveBiped.Bip01_Spine2" 10
12 "ValveBiped.Bip01_Spine4" 11
13 "ValveBiped.Bip01_Neck1" 12
14 "ValveBiped.Bip01_Head1" 13
15 "ValveBiped.Bip01_L_Clavicle" 12
16 "ValveBiped.Bip01_L_UpperArm" 15
17 "ValveBiped.Bip01_L_Forearm" 16
18 "ValveBiped.Bip01_L_Hand" 17
19 "ValveBiped.Bip01_L_Finger4" 18
20 "ValveBiped.Bip01_L_Finger41" 19
21 "ValveBiped.Bip01_L_Finger42" 20
22 "ValveBiped.Bip01_L_Finger3" 18
23 "ValveBiped.Bip01_L_Finger31" 22
24 "ValveBiped.Bip01_L_Finger32" 23
25 "ValveBiped.Bip01_L_Finger2" 18
26 "ValveBiped.Bip01_L_Finger21" 25
27 "ValveBiped.Bip01_L_Finger22" 26
28 "ValveBiped.Bip01_L_Finger1" 18
29 "ValveBiped.Bip01_L_Finger11" 28
30 "ValveBiped.Bip01_L_Finger12" 29
31 "ValveBiped.Bip01_L_Finger0" 18
32 "ValveBiped.Bip01_L_Finger01" 31
33 "ValveBiped.Bip01_L_Finger02" 32
34 "ValveBiped.Bip01_R_Clavicle" 12
35 "ValveBiped.Bip01_R_UpperArm" 34
36 "ValveBiped.Bip01_R_Forearm" 35
37 "ValveBiped.Bip01_R_Hand" 36
38 "ValveBiped.Bip01_R_Finger4" 37
39 "ValveBiped.Bip01_R_Finger41" 38
40 "ValveBiped.Bip01_R_Finger42" 39
41 "ValveBiped.Bip01_R_Finger3" 37
42 "ValveBiped.Bip01_R_Finger31" 41
43 "ValveBiped.Bip01_R_Finger32" 42
44 "ValveBiped.Bip01_R_Finger2" 37
45 "ValveBiped.Bip01_R_Finger21" 44
46 "ValveBiped.Bip01_R_Finger22" 45
47 "ValveBiped.Bip01_R_Finger1" 37
48 "ValveBiped.Bip01_R_Finger11" 47
49 "ValveBiped.Bip01_R_Finger12" 48
50 "ValveBiped.Bip01_R_Finger0" 37
51 "ValveBiped.Bip01_R_Finger01" 50
52 "ValveBiped.Bip01_R_Finger02" 51
53 "ValveBiped.attachment_bandage_armL" 17
54 "ValveBiped.attachment_bandage_legL" 2
55 "ValveBiped.attachment_armL_T" 17
56 "ValveBiped.attachment_armR_T" 36
57 "ValveBiped.weapon_bone" 37
58 "ValveBiped.weapon_bone_Clip" 57
59 "ValveBiped.forward" 14
end
skeleton
time 0
0 -0.004486 -0.006786 34.406250 1.733531 0.025260 -0.539891
1 3.625659 0.000000 0.000000 -2.205005 -0.491809 -1.226190
2 18.345818 0.000000 0.000000 0.000000 0.000000 1.390624
3 16.751524 0.000000 0.000000 0.077444 -0.004184 -1.883462
4 5.943487 0.000000 0.000000 0.020471 -0.027737 -0.417176
5 -3.625659 0.000000 0.000000 -1.815106 -0.657189 -1.428857
6 18.345814 0.000000 0.000000 0.000000 0.000000 0.937935
7 16.751520 0.000000 0.000000 -0.007601 0.087290 -1.698081
8 5.943486 0.000000 0.000000 -0.112063 0.023854 -0.547816
9 0.000000 4.043964 -0.017929 1.559252 -0.346970 1.545578
10 3.995838 0.000000 0.000000 -0.011542 -0.019432 -0.024670
11 3.698242 -0.000001 0.000000 -0.008342 -0.016765 0.004831
12 5.700890 0.000000 0.000000 -0.016496 -0.015549 0.473310
13 5.352856 0.000000 0.000000 -2.888299 -0.059578 0.002014
14 4.461819 -0.000002 0.000000 0.206307 0.048155 0.676106
15 4.065392 1.458946 1.500000 -1.932161 -1.342959 0.310056
16 5.507362 0.000000 0.000000 -1.505025 -0.309616 -1.421776
17 10.907398 0.000000 0.000000 0.000000 0.000000 -1.725154
18 10.424324 -0.000007 -0.000031 1.483515 -0.442656 -0.050764
19 2.997274 0.005407 -1.477472 0.204944 0.143350 -0.226721
20 1.510384 0.000002 0.000000 0.011404 0.016672 -0.599950
21 0.808651 0.000001 0.000000 -0.054473 -0.175380 -0.302889
22 3.305792 0.203110 -0.546731 0.197883 0.103919 -0.292835
23 1.807178 -0.000002 0.000000 -0.051969 -0.088374 -0.532552
24 0.966141 0.000002 0.000000 0.002415 0.009757 -0.242679
25 3.571508 0.109303 0.409580 0.187279 0.067956 -0.258153
26 2.150656 0.000000 0.000000 -0.042077 -0.053977 -0.662652
27 1.152752 0.000000 0.000000 0.001897 0.012019 -0.156562
28 3.684095 -0.158703 1.419181 0.180689 0.034228 -0.204094
29 1.701014 0.000000 0.000000 0.051327 0.064037 -0.676424
30 0.994709 0.000001 0.000000 0.001277 0.038560 -0.033101
31 1.068073 -1.287205 0.981904 1.693867 -0.344560 -0.124114
32 1.836304 0.000000 0.000000 0.000000 -0.188119 -0.185284
33 1.223944 -0.000001 0.000000 0.000000 -0.040646 0.196333
34 4.065392 1.458947 -1.500000 -0.318784 1.328322 -1.889305
35 5.507360 0.000004 0.000000 1.243451 0.481684 -0.821097
36 10.907391 0.000000 -0.000004 0.000000 0.000000 -1.310082
37 10.424301 -0.000003 0.000015 -1.822629 -0.084885 0.079778
38 2.997293 0.000063 1.477480 -0.201327 -0.143351 -0.226717
39 1.510384 -0.000002 0.000000 -0.011404 -0.016672 -0.599950
40 0.808651 0.000000 0.000000 0.054473 0.175380 -0.302889
41 3.305809 0.201132 0.547461 -0.194266 -0.103921 -0.292831
42 1.807175 0.000000 0.000000 0.051969 0.088374 -0.532552
43 0.966141 -0.000001 0.000000 -0.002415 -0.009757 -0.242679
44 3.571526 0.110783 -0.409181 -0.183663 -0.067958 -0.258150
45 2.150661 -0.000002 0.000000 0.042077 0.053977 -0.662652
46 1.152752 0.000002 0.000000 -0.001897 -0.012019 -0.156562
47 3.684114 -0.153568 -1.419746 -0.177072 -0.034229 -0.204090
48 1.701012 0.000000 0.000000 -0.051327 -0.064037 -0.676424
49 0.994709 0.000001 0.000000 -0.001277 -0.038560 -0.033101
50 1.068092 -1.283655 -0.986553 -1.690054 0.345004 -0.122821
51 1.836306 0.000000 0.000002 0.000000 0.188119 -0.185284
52 1.223946 0.000000 0.000000 0.000000 0.040646 0.196333
53 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
54 0.000002 0.000000 0.000000 -0.077030 -0.068757 -1.299215
55 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
56 0.000004 -0.000007 -0.000031 1.373047 0.113574 0.124314
57 2.856899 -1.536203 -0.973800 -1.501147 -0.272558 -1.578261
58 0.000000 0.000001 -0.000002 0.000000 0.000000 -0.000001
59 2.000000 -3.000000 0.000000 -1.570796 0.000000 -1.326450
end

View File

@ -162,6 +162,9 @@ $include "ArrestAnims.qci"
$include "CitizenPackageRun_Male.qci"
$popd
$include "l4d1_ported_anims\L4D1_LadderClimb_Male.qci"
$include "l4d1_ported_anims\L4D1_PistolAnims.qci"
$weightlist "weights_layer_luggage_run" {
"ValveBiped.Bip01_Pelvis" 0
"ValveBiped.Bip01_Spine" 0.2

View File

@ -273,6 +273,11 @@ $animation "@gesture_shoot_pistol_corrective_animation" "police_animations_anims
}
$include "NewPistolAnimations_357_Metrocop.qci"
$include "l4d1_ported_anims\L4D1_LadderClimb_Male.qci"
$include "l4d1_ported_anims\L4D1_PistolAnims.qci" // Metrocops technically have their own pistol draw animation, but that's harder to turn into a gesture which works well
// ================================================================
$include "ProtectedRun.qci"