How do I make an unmovable ped (no idling animations)?
-
Hello. When you spawn a ped using let's say Menyoo this ped will have his idling animation (these little head rotations, hands and legs movings, etc). I need to make this certain ped completely static at least while he stands. Something like a T-pose or anything else just to not have these idling movements from ped. I know you can do that by Menyoo ped's animations option but I need to do that by in-game files so when I spawn my certain ped he will already be motionless and I won't have to change his settings. I just need to get rid of idling animations of ped, but it would be amazing to get rid of all the others animations too like fighting or walking so ped could act without any visible moves. Thank you for any help provided!
Here is an example of what I'm looking for. I need to make ped from the left side as static as ped from the right side (within in-games files only). https://s10.gifyu.com/images/peds.gif
-
@chickentooth i dont think it can happen with menyoo, but why do you even want it to happen?
btw this thing happened to my mod ped when he had some problems in bones and he would be freezed in a t pose. However, you can just make him invisible by enabling the 'invisible' option or setting the opacity to 0.
-
@BorkLaser That's for machinima. I don't need to make ped invisible, I need to remove his animations or at least freeze him so he wouldn't do any idling moves while standing. I still need him having a physical "collisions" model though
-
@chickentooth then enable the option 'frozen in place' and disable the option 'dynamic' it will freeze him in his place.
-
@BorkLaser It doesn't work. Ped still has idling animations while being frozen. And this is also done by Menyoo while im asking for something that's inside game files so I wouldn't need to use Meyoo for setting up ped. I need to remove these little shakes to make the ped completely static. You can see these shakes here on 0:25
They are on main character here but the same goes for peds
-
@chickentooth Then the only thing you can do is , go to ped options, animations, and search 'standing' then you would find many animations. apply any standing animation you like, just make sure the animation has 'base' in its name.
-
@BorkLaser Is there any way to do that without Menyoo? Just by editing in-game files that's exactly what I'm looking for
-
@chickentooth idk. but why dont you want to use menyoo? because it is visible when you are recording?
-
@BorkLaser There are many reasons. Most important is that I need to spawn peds right while recording (I have script for that) and obviously I'll have no time for setting their animations up with Menyoo
-
@chickentooth maybe you can record with rockstar editor
-
@BorkLaser I'm already recording with it
-
interesting
-
Still need help. Nothing works. I'll appreciate any ideas or any guesses
-
Bump
-
Do you want have PED with animation, example, hammering, but you don´t want, hand moving with hammer, yes? Do you want have hand and body static, yes? Do I understand it correct? PED animation to PED animation 2
-
@pat000 Yes exactly that. I don't need to have any certain animation (like in your example with hammering) being frozen. I need to have a default idling animation being frozen (so ped would just stand as normal, but with static body, hands, head... everything). Your second gif showed clearly what I'm looking for
-
@chickentooth Find the ped entry in peds.ymt file and change the walkstyle to toolbelt (cops use this).
-
@Wolfx101 Couldn't find anything named as walkstyle in that file neither anything related to word "toolbelt". Can you please provide any more details?
-
@Wolfx101 Nvm found it but my game crashes on launch if I do it that way:
Change
<MovementClipSet>MOVE_CHUBBY</MovementClipSet>
to
<MovementClipSet>MOVE_M@TOOL_BELT@A</MovementClipSet>
correct me if i'm doing something wrong
-
@Wolfx101 Nvm x2 seemed to be a decrypting problem and i've fixed it. But unfortunately my edited ped still has static idle animations although they became less noticeable for sure
-
This post is deleted!
-
This post is deleted!
-
I've made a clear example of what I need. Making ped from the left side as static as ped from the right side (within in-game files only).
Take a look: https://s10.gifyu.com/images/peds.gif
-
I found out that there's animation flag "2" which will do exactly what I need (stop animation at the last frame). How can I put that flag into the game?