mirror of
https://github.com/mapbase-source/mapbase-model-src.git
synced 2025-03-13 14:10:15 +03:00
26 lines
1018 B
Plaintext
26 lines
1018 B
Plaintext
// ================================================================
|
|
//
|
|
// 357 Animations for Metrocops
|
|
//
|
|
// ================================================================
|
|
|
|
$include "NewPistolAnimations_357.qci"
|
|
|
|
$sequence "shootp2" {
|
|
"police_animations_anims\pistolangryidle2.smd"
|
|
activity "ACT_RANGE_ATTACK_REVOLVER" 1
|
|
numframes 16
|
|
fadein 0.2
|
|
fadeout 0.2
|
|
{ event 3014 1 "" }
|
|
addlayer "pistol_Aim_all"
|
|
node "shooting_pistol"
|
|
blendlayer "gesture_shoot_357" 0 0 0 0 local
|
|
//weightlist "weights_357_shoot"
|
|
fps 30
|
|
ikrule "lfoot" footstep contact 0 fakeorigin 11.95 7.22 0 fakerotate 0 0 0 floor 0 height 20 radius 2.5 range 0 0 4 4 target 3
|
|
ikrule "rfoot" footstep contact 0 fakeorigin -9.2 -3.23 0 fakerotate 0 0 0 floor 0 height 20 radius 2.5 range 0 0 4 4 target 2
|
|
ikrule "rhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 4 4 target 0
|
|
ikrule "lhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 4 4 target 1
|
|
}
|