Jump to content

[LE] How can I make a live mannequin?


KrcsnSlym

Recommended Posts

Interesting idea, like they breathe, look around and stuff but don't walk anywhere?

Exactly! It would be so good. You walk in the hall and the puppets look at you. Awesome.

 

Once, I accidentally managed to do it, but has since failed to reproduce

Edited by KrcsnSlym
Link to comment
Share on other sites

Please help me.

I want to make the mannequin move, but stay in one place.

Unfortunately, I did not find the right settings.

Does anyone know the solution?

 

I have a reasonable amount of experience with mannequins. What exactly do you mean when you say 'move but stay in one place'? Mannequins, by default, run the package MannequinStay 24/7, which tries to keep them on a specific marker linked to the reference. The full freezing is done through scripting, which turns off their AI (and consequently stops all movement, animation, etc). You'll need to replace that script in one way or another to override that, but it also is what manages the mannequin's inventory, so be careful.

Link to comment
Share on other sites

Sounds like the desired effect is like typing tcai in the console. With that they stop walking,running and combat but not moving their head. Sorta. Although that command only works for all actors as far as I know.

Link to comment
Share on other sites

Vanilla Mannequin Script Fix has an option to make mannequins living while keeping them rooted in their spot.

 

The living part simply prevents their AI from being disabled. If you do not want to use VMSF, you can get away with making the tweak to the fixed version of the script from USLEEP. Simply comment out (put a semi-colon in front of) the self.EnableAI(FALSE) lines, compile and your mannequins should be moving on their spots without too much wandering. If they do wander, should you be using a version of the script derived from the HearthFires DLC, they will auto-correct when you activate them.

Link to comment
Share on other sites

Vanilla Mannequin Script Fix has an option to make mannequins living while keeping them rooted in their spot.

 

The living part simply prevents their AI from being disabled. If you do not want to use VMSF, you can get away with making the tweak to the fixed version of the script from USLEEP. Simply comment out (put a semi-colon in front of) the self.EnableAI(FALSE) lines, compile and your mannequins should be moving on their spots without too much wandering. If they do wander, should you be using a version of the script derived from the HearthFires DLC, they will auto-correct when you activate them.

Thank you, it works :)

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...