Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Custom Tactical Poses | Add-On 3.0.0

(4 reviews)

14 Screenshots

A pack of tactical static poses for scene making.

 

NOTE: 
- DO NOT reupload this to any other site
- Don't ask me how to install to FiveM

How to install:

1. Use Jennie's custom anims mod add-on folder.
https://www.gta5-mods.com/misc/custom-animations-add-on-customanims

2. Drag the .ycd files to clip_amb@.rpf file.

3. Put the line from the readme file to menyoostuff/favoriteanims.xml

Credits:
Skylumz/Sollumz: Blender plugin
ClearDesigns: controller rig tool
Hanako: providing some files and tutorial
Youtube: for teaching me how to make custom anim

Enjoy

Edited by crunchycat

What's New in Version 3.0.0

Released

added 4 more poses https://imgur.com/a/lunHM0b


Short Description

pack of tactical static poses

User Feedback

Recommended Comments

crunchycat

Members Author

On 9/8/2022 at 10:24 PM, Lucasfan1201 said:

Does this work with female charachter?

yes it does (sorry for late reply)

crunchycat

Members Author

On 9/17/2022 at 4:49 AM, CraftingVerse said:

what are the new anims tho pls share pics

pic for the new anims have been added (sorry for late reply)

JackAM

Members

(edited)

Looks very good 🙂 especially the banana 

Edited by JackAM

Nessan

Members

Hi just wanted to ask if you know were i can find the hand-on-holster emote or if you can add it to this pack?

EndeRz

Members

(edited)

I cant seem to see the animations when theyre in favourite anims file

 

Edited by EndeRz

Nelso

Members

I dont understand how to install

Can anybody help me

emilianogrande

Members

can you make it fivem ready its so good 

Moozy

Members

Nice! 🤘

Wasley Harper

Members

i do everything step by step but is still not working what should i do?

crunchycat

Members Author

On 11/6/2022 at 2:48 AM, Wasley Harper said:

i do everything step by step but is still not working what should i do?

add some anim to your favourite first thru menyoo 

Wasley Harper

Members

20 hours ago, crunchycat said:

add some anim to your favourite first thru menyoo 

Sorry for late reply, i fixed it idk what was the problem i just reinstalled everything again and it worked.

ThatGuySens

Members

Can you use this while walking?

JDudeFoe

Members

Why is my MenyooStuff folder missing the favoriteanims.xml?? Is there a fix for this or??

 

Drae1

Members

FIVEM DPEMOTES

THIS IS HOW TO ADD IT TO FIVEM DPEMOTES

First drag and drop the Folders (Poses For Radio, Poses For Rifle, Poses For Vest) into the dpemotes stream folder.

 

Then go to dpemotes\Client. Then open "AnimationList.lua" and add the following lines of code under the section DP.Emotes.

Code: 

["holding_weapon_2"] = {"anim@male@holding_weapon_2", "holding_weapon_2_clip", "Holding Weapon 2", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
 
   ["holding_weapon_4"] = {"anim@male@holding_weapon_4", "holding_weapon_4_clip", "Holding Weapon 4", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
 
   ["holding_weapon_kneel"] = {"anim@male@holding_weapon_kneel", "anim@male@holding_weapon_kneel_clip", "Weapon Kneel", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
 
   ["holding_weapon_nvg"] = {"anim@male@holding_weapon_nvg", "holding_weapon_nvg_clip", "Holding Weapon NVG 1", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["holding_weapon_nvg_2"] = {"anim@male@holding_weapon_nvg_2", "holding_weapon_nvg_2_clip", "Holding Weapon NVG 2", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["hug_weapon"] = {"anim@male@hug_weapon", "hug_weapon_clip", "Hug Weapon 1", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["hug_weapon_2"] = {"anim@male@hug_weapon_2", "hug_weapon_2_clip", "Hug Weapon 2", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["pose_weapon"] = {"anim@male@pose_weapon", "pose_weapon_clip", "Pose Weapon 1", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["pose_weapon_2"] = {"anim@male@pose_weapon_2", "pose_weapon_2_clip", "Pose Weapon 2", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["pose_weapon_3"] = {"anim@male@pose_weapon_3", "pose_weapon_3_clip", "Pose Weapon 3", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["aim_weapon"] = {"anim@male@aim_weapon", "aim_weapon_clip", "Aim Weapon", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["preaim_weapon"] = {"anim@male@preaim_weapon", "preaim_weapon_clip", "Pre-Aim Weapon", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
 
   ["run_weapon"] = {"anim@male@run_weapon", "run_weapon_clip", "run Weapon", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["tactical_kneel"] = {"anim@male@tactical_kneel", "tactical_kneel_clip", "Tactical Kneel", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["holding_vest"] = {"anim@male@holding_vest", "holding_vest_clip", "Holding Vest 1", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["holding_side_vest"] = {"anim@holding_side_vest", "holding_side_vest_clip", "Holding Side Vest", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["holding_siege_vest_side"] = {"anim@holding_siege_vest_side", "holding_siege_vest_side_clip", "Holding Siege Side Vest", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["holding_vest_2"] = {"anim@male@holding_vest_2", "holding_vest_2_clip", "Holding Vest 2", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["holding_vest_siege"] = {"anim@male@holding_vest_siege", "holding_vest_siege_clip", "Holding Vest Siege 1", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["holding_vest_siege_2"] = {"anim@male@holding_vest_siege_2", "holding_vest_siege_2_clip", "Holding Vest Siege 2", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["radio_left"] = {"anim@radio_left", "radio_left_clip", "Radio Left", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   
   ["holding_radio"] = {"anim@male@holding_radio", "holding_radio_clip", "Hold Radio", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},

 

 

Millardpro

Members

hi, i cant find the Favanim.XML file
do you know why that is?

Create an account or sign in to comment

Latest Mods

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.