Jump to content

How to have both follower and PC play idle animations with OAR conditions?


Recommended Posts

Posted

Can't figure how to make this happen with this: Gunslicer Animations All in One OAR  The idles are in the Dialogue folder along with a .json that contains this-

{
    "name": "Dialogue",
    "priority": 800053,
    "replaceOnLoop": false,
    "conditions": [
        {
            "condition": "IsFemale",
            "requiredVersion": "1.0.0.0"
        },
        {
            "condition": "HasKeyword",
            "requiredVersion": "1.0.0.0",
            "negated": true,
            "Keyword": {
                "editorID": "ElderNPC"
            }
        },
        {
            "condition": "IsChild",
            "requiredVersion": "1.0.0.0",
            "negated": true
        }
    ]
}

 

With this followers and npcs are using the idles but PC is not.  I've tried fiddling with "isactorbase7" "isform14" "and "or" "player"conditions but haven't found anything that triggers the PC to use the idles and adding any of these cause followers to stop using them too.  My "logic" tells me isFemale OR isactorbase or isform should work, but the OAR gui doesn't seem to allow adding a child condition to isfemale

 

I was using Dynamic Random Female Idles but have uninstalled it.  Using mod org2.  Any tips?

Posted (edited)

You could try "Open Animation Replacer - Detection Plugin" ( https://www.nexusmods.com/skyrimspecialedition/mods/104806 ). Your followers should be in a 'followers' faction, be that the normal one or what ever something like Nethers puts them in, so you could use in "InFaction" and there is a "IsPlayer" for yourself.

 

(Haven't used, just waiting for gruel to bubble and passing time),

 

Edit:-

 

Example of use https://www.nexusmods.com/skyrimspecialedition/mods/114248

Edited by spoonsinger
Still waiting for bubbling
Posted
9 hours ago, SmokeKing said:

the OAR gui doesn't seem to allow adding a child condition to isfemale

 

That is because the parent condition should be the OR, with all options being children of the OR condition.

 

If PC is female then that condition should already apply (can see that in the GUI, just select the player in the console and it will show you which conditions hold); is nothing overriding it (for specifically the PC)?

(If you want it for male PCt add an OR above with above and the condition spoonsinger mentioned below it.)

Posted

Thank you for the input:)

 

Struggling to make sense of this.  The PC does not use the idles when the only condition is "isactorbase7" or "isform14"  It would seem maybe something other than OAR conditions is blocking this... strange though as  whether followers or npcs use the idles is effected by conditions.

  • 3 weeks later...

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...