Garry's Mod

Garry's Mod

464 평점
PAYDAY 2: Animations
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Content Type: Addon
Addon Type: ServerContent
Addon Tags: Movie, Scenic
파일 크기
게시일
업데이트일
42.718 MB
2019년 6월 13일 오후 9시 13분
2024년 7월 6일 오전 7시 49분
업데이트 노트 15개 (보기)

다운로드 위해 구독하기
PAYDAY 2: Animations

Shadow Bonnie (RUS)님의 2 모음집
PAYDAY 2 Content
아이템 38개
PAYDAY 2: Default addons to create custom PD2
아이템 25개
설명
Addon contains exported most of the animations of cops and players from PAYDAY 2. I managed to extract and adapt it to gmod player skeleton. Many thanks to PAYDAY 2 community that published the known information about game animation format.

Animations include:
- Combat and passive poses for holding rifle, pistol and akimbo weapons.
- Idle, walking, running, sprinting, crouch idle, crouch walking, crouch running animations.
- Reloading and range shooting animations.
- Unique bulldozer and shield sets of poses and gestures.
- Death and taking damage animations from different sides (front, back, left, right) considering different crouching state.
- Special payday 2 gestures like 'come here', 'point', 'halt', 'arrest', melee knockback while holding weapon, medic gesture and other.
- Surrender and bleedout animations, including enter to and exit from looping animations.
- Cloaker melee attack and jump animations.

Using these animations:
For players, you can use the xdR replacement. It replaces the default gmod player animations with the generic animations from payday 2. You can download it here.
For developers, you can use animations .mdl files to add $includemodel to .qc file of your model to add animations to it. Then you can use various ACT_PD2_* activities to play the desired animation.

All animations binded to custom ACT_PD2_* activities. So if you want to play 'point' gesture in code, you can use ACT_PD2_RIFLE_POINT_GESTURE activity.

There are 4 version of animations:
- models/payday2/pd2_new_anm.mdl - Contains pd2 animations only, so it will not replace the default gmod animations. Add it using $includemodel to just add animations for usage from code.
- models/payday2/pd2_anm.mdl - Contains pd2 animations and replaces player animations with the generic pd2 animations. Use this to additionaly replace default animations.
- models/payday2/pd2_bulldozer_anm.mdl - Contains pd2 animations and replaces player animations with the bulldozer animations. Use this to additionaly replace default animations.
- models/payday2/pd2_shield_anm.mdl - Contains pd2 animations and replaces player animations with the shield animations. Use this to additionaly replace default animations.

Technically, you can use only pd2_new_anm.mdl if you want use it from code and avoid conflicts. Other .mdl files added to backward compatibility with old version of animations.

If you want use old alpha animations from previous version of addon, these animations now postfixed with '_old'. So old version of animation file that replaces player animations will be pd2_anm_old.mdl.
인기 토론 모두 보기(2)
4
2024년 8월 5일 오후 10시 29분
Гайд по установке
MoistCr1tikal
0
2024년 7월 7일 오후 1시 53분
고정됨: List of activities to which animations are bounded
Shadow Bonnie (RUS)
댓글 92
wλve 2025년 8월 15일 오전 8시 02분 
don't even need xdr
wλve 2025년 8월 15일 오전 8시 01분 
they already replace player animations, so if you use PAC3 you can take the models and use them for yourself :wolf:
PotPam 2025년 7월 7일 오전 8시 37분 
These replacing combine animations would be pretty neat
Bread :D 2025년 6월 12일 오전 8시 06분 
what map and what is the swat model in first pic ?
baccabab 2025년 5월 3일 오전 9시 39분 
Почему анимация удерживания МП7 выглядит как удерживание пистолета?
почему бег назад выглядит так криво?
Raven 2025년 5월 2일 오전 6시 48분 
can u add a feature that can disable the death animations pls thank u
Farranor 2025년 1월 22일 오후 7시 20분 
can you replace only the weapon animations? e.g. vanilla animations but with pd2 reloads and holdtypes.
Dangolin| 2025년 1월 12일 오후 3시 01분 
how do you use the hurt animations and the downed animations and the other idle animations when holding weapons
susina_busina19 2024년 8월 4일 오전 11시 53분 
Помогите скиньте готовый файл анимаций,а то я нечего не понел
Shadow Bonnie (RUS)  [작성자] 2024년 7월 7일 오전 5시 05분 
Removed only replacement of default, added pd2 animations still there, but for using it should be used lua code for replacing default activities with pd2 activities.