[Help] Combat Animation of Addon Peds
-
Combat animation used by Michael and Cops and probably MP_female, in which they move with a Spec Ops like animations. I want to assign that to an add-on ped. What should I edit in meta. And which values should I use.
-
@Armouredivision You can do this several ways, with your trainer, with a script, or if you want to do this permanently (although you can undo) you would edit the movement tags in peds.meta. I can't help you more than that because I have no idea what the Spec Ops movement is called or any other military like movement. If you are looking for other animations, beyond just movement, than again use your trainer or a script.
https://github.com/DurtyFree/gta-v-data-dumps/blob/master/movementClipsetsCompact.json
https://github.com/DurtyFree/gta-v-data-dumps/blob/master/movementClipsetsWalkingCompact.json
-
@Armouredivision In peds.meta, use these lines;
<StrafeClipSet>MOVE_STRAFE@COP</StrafeClipSet> <MovementToStrafeClipSet>MOVE_PED_TO_STRAFE</MovementToStrafeClipSet> <InjuredStrafeClipSet>MOVE_STRAFE_INJURED</InjuredStrafeClipSet>
I believe this should make them do tactical movement.
If these 3 don't work, without reverting these 3 back to original, also change
<ClipDictionaryName>move_m@generic</ClipDictionaryName> <MovementClipSet>MOVE_M@TOOL_BELT@A</MovementClipSet>
as well.