SmokeKing Posted February 10, 2025 Posted February 10, 2025 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?
spoonsinger Posted February 10, 2025 Posted February 10, 2025 (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 February 10, 2025 by spoonsinger Still waiting for bubbling
MTB Posted February 10, 2025 Posted February 10, 2025 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.)
SmokeKing Posted February 11, 2025 Author Posted February 11, 2025 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.
SmokeKing Posted February 12, 2025 Author Posted February 12, 2025 I found a solution using Dynamic Random Female Idle Animations Simply placing the idles from the Gunslicer mod into the "basicidle" folder of DRFIA works! With both mods installed everyone applicable is using the idles. Skyrim is even sexier now:) 1
BAB PEEG Posted March 1, 2025 Posted March 1, 2025 I was actually looking into this today, it was puzzling to me why my character didn't have the idles but the npcs did.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now