Jump to content

Trying to add new idle animations to npcs with OAR.


Recommended Posts

Posted (edited)

Made a bunch of OAR folders to replace mt_idle.hkx for npcs, but when testing in-game the npc will play the custom idle animation for a second then stand still the whole time.

 

Looking at OAR's animation log it looks like the mt_idle.hkx is being overwritten by a bunch of other animations like mt_idlehhdrightenter.hkx, mt_idlelookingB.hkx or mt_idle_a_sigh_var1.hkx, but adding my custom idle animations with those names doesn't fix it.

 

Is there a way to disable these animations from playing on npcs? Or is there another workaround for this?

Screenshot 2025-01-08 211412.png

Screenshot 2025-01-08 211506.png

Edited by wcrfe
  • 4 months later...
Posted

Solution is to create copies of the mt_idle.hkx animation file with the same name as the original animations so that OAR can replace it.

"but adding my custom idle animations with those names doesn't fix it."

which from what you said here, it should've worked. maybe you had a typo or put them in the wrong folder?

Currently i'm trying to fix this for my mod but the solution isn't pretty, especially if there are a lot of variants. this current solution will bloat my mod size by about x33 and may cause the animation limit to exceed.

there's also the option to exclude those animations from the FNIS generation, but that would make all npcs kinda dull, and i don't know how to do that.

  • 2 months later...
Posted

found a better solution to this implemented in the latest update to my mod.

 

basically, in sseedit, these animations need to have a condition at the top that fails to run if npcs don't meet the requirement, for the overwriting esp.

image.png.6226ac21078b9fbf9b807db664c494a2.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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