Jump to content

Recommended Posts

Posted (edited)

does anyone else have an issue where you reinstall the mod on an older chacter that previously then after awhile it stops working and i've tried to reset the MCM and nothing it doesn't even work for other NPC's once it fails to work on one.

 

 Odd thing is it works fine on a new chacter, its really wierd  it seems every time thjey update teh mod it messes up and it was fine with teh last version it was at too.

 I'm not even at teh limit of how many mods i can use its only at 180, ands its a limit of 255 if i'm not mistaken.

Edited by Halic99
Posted

Hey, @EgoBallistic! Good news.

 

After a total reinstall of Fallout 4 and a wipe of all my mods, I followed the [AAF Fucking Manual] Up-To-Date Adult oriented setup guide and got everything working great. There's just one small problem happening, and in reading through nearly all 61 pages of this thread, I'm not seeing a problem described that quite matches what's going on here.

 

When I initiate "kiss" actions, the actors "merge" together and just stand there until the animation times out, as shown in the attached screenshot. When I attempt "cuddle" or "hug" actions, I get the dreaded "AAF SEU: AAF SceneInit Status [4]" error message. The thing is - all dependencies are installed and the load order appears to be what it should be.

 

I've attached a screengrab of my modlist and load order. Have you seen this issue before? Is there anything else I can provide that might help get to the bottom of this really weird glitch?

 

As always, thank you for your expertise and insight!

 

image.png.5b707cba3e5410ea44641ae599defedd.png

image.png.85223f7444a73ed64e551f8fa207bacd.pngimage.png.842ab319ed57ce55f249fa8be3e26896.png

Posted
2 hours ago, HalcyonSFX said:

When I initiate "kiss" actions, the actors "merge" together and just stand there until the animation times out, as shown in the attached screenshot.

 

That usually means the animation pack is not installed correctly and the .hkx files (the actual animation files) are missing.  So AAF moves the actors into place, tells the game to play the animation, and nothing happens.

 

2 hours ago, HalcyonSFX said:

When I attempt "cuddle" or "hug" actions, I get the dreaded "AAF SEU: AAF SceneInit Status [4]" error message.

 

That error means AAF could not find an animation to suit the actors and tags requested.

 

2 hours ago, HalcyonSFX said:

I've attached a screengrab of my modlist and load order.

 

You should also install RufGT's Old Animations.  They are on the download page with Atomic Lust.

 

Posted

Hi Ego, thanks for supporting on this. Are the animations supposed to repeat or should they transition in stages from one to the next?

 

The animations on my set up play fine but I have one scene on repeat so not sure if I'm missing something here. I can transition by manually going through AAF but wondered if SEU will do that for me instead.

 

Also wanted to asked if you have any future plans to add voiced dialogue as well?

 

Many thanks

  • 3 weeks later...
Posted

By turning on the "Send in reverse order" setting, and then use "Let's cuddle" with a male NPC on my female character, I get this: 

 

20220308041610_1.thumb.jpg.2b9685deba223af15e32a7640b85b00c.jpg

 

I like to keep the "Send in reverse order" setting on. so that my character has the strap-on when having animations with female NPCs. So, what lines should I change in the XMLs for me to be able to keep this setting on, but get the one below instead?

 

20220308041837_1.thumb.jpg.b668845848a00c3dde6c8344ef872c6b.jpg

Posted
On 2/16/2022 at 6:04 PM, EgoBallistic said:

 

That usually means the animation pack is not installed correctly and the .hkx files (the actual animation files) are missing.  So AAF moves the actors into place, tells the game to play the animation, and nothing happens.

 

 

That error means AAF could not find an animation to suit the actors and tags requested.

 

 

You should also install RufGT's Old Animations.  They are on the download page with Atomic Lust.

 

 

Hey, @EgoBallistic! I apologize for the late reply here. All of my notification icons got cleared and I didn't realize you'd responded.

 

Thanks so much for this detail. I did as you suggested, but continued to see weirdness. So, one by one, I started disabling mods. Come to find out, it was the "Ultimate AAF Patch." Soon as I killed that, everything started working exactly as it should.

 

Have you run into any other similar situations where you've seen the patch do that?

Posted
On 3/7/2022 at 3:33 PM, Tanglin said:

I like to keep the "Send in reverse order" setting on. so that my character has the strap-on when having animations with female NPCs. So, what lines should I change in the XMLs for me to be able to keep this setting on, but get the one below instead?

 

You would swap the <actor> sections in the animationData so that the male animation is first and the female one is second.

Posted
5 hours ago, HalcyonSFX said:

Have you run into any other similar situations where you've seen the patch do that?

 

No, but I don't use it myself.  I only have a couple of patches that bring a couple of older animation packs up to current AAF compatibility.  Keeping my AAF environment simple makes debugging my own mods easier.

Posted
On 3/10/2022 at 2:08 PM, EgoBallistic said:

 

You would swap the <actor> sections in the animationData so that the male animation is first and the female one is second.

 

Just to be sure I've understood you correctly, this is what's currently in SexEmUp_animationData.xml of AAF_SEU_XML_Addon V1.11

 

<animation id="Atomic Bed Cuddle" frames="180">
    <actor gender="">
        <idle form="0201B959" id="Atomic Bed Cuddle F" source="Atomic Lust.esp"/>
    </actor>
    <actor gender="">
        <idle form="0201B95A" id="Atomic Bed Cuddle M" source="Atomic Lust.esp"/>
    </actor>
</animation>

 

 

So, after the changes I'm to make, it should be

 

 <animation id="Atomic Bed Cuddle" frames="180">
    <actor gender="">
        <idle form="0201B95A" id="Atomic Bed Cuddle M" source="Atomic Lust.esp"/>
    </actor>
    <actor gender="">
        <idle form="0201B959" id="Atomic Bed Cuddle F" source="Atomic Lust.esp"/>
    </actor>
</animation>

 

Is this correct?

 

Posted
36 minutes ago, nina74 said:

it says Scene list [4] when i want to do a sex scene with a surendered enemy

 

 

AAF SceneInit [4] means AAF could not find an animation that works with the given actors and tags.  Basically, you don't have any animations installed that fit the situation.

Posted
30 minutes ago, EgoBallistic said:

 

AAF SceneInit [4] means AAF could not find an animation that works with the given actors and tags.  Basically, you don't have any animations installed that fit the situation.

but i installed all animations that the mod Recomended

Posted
On 3/7/2022 at 10:33 PM, Tanglin said:

By turning on the "Send in reverse order" setting, and then use "Let's cuddle" with a male NPC on my female character, I get this: 

 

20220308041610_1.thumb.jpg.2b9685deba223af15e32a7640b85b00c.jpg

 

I like to keep the "Send in reverse order" setting on. so that my character has the strap-on when having animations with female NPCs. So, what lines should I change in the XMLs for me to be able to keep this setting on, but get the one below instead?

 

20220308041837_1.thumb.jpg.b668845848a00c3dde6c8344ef872c6b.jpg

interesting!
for me, this cuddling thing only worked once. after that, it never worked at all!!!

Posted
6 hours ago, Mojsexy said:

interesting!
for me, this cuddling thing only worked once. after that, it never worked at all!!!

 

You need a double bed, otherwise, you get a standing hug.

Posted (edited)

Hey, relatively new to this and trying to get it to work. SEU shows up in MCM, can edit hotkeys, settings, etc. but whenever I go to initiate AAF i get a "you find nothing interesting"

Edited by grootforce
Posted
10 hours ago, grootforce said:

Hey, relatively new to this and trying to get it to work. SEU shows up in MCM, can edit hotkeys, settings, etc. but whenever I go to initiate AAF i get a "you find nothing interesting"

 

To initiate animations with NPCs, you need to be within dialogue range of them.  Also, the NPCs have to be capable of dialogue, i.e. humans, super mutants, or Dogmeat.  Not creatures.

Posted

i got so much stuff going on here!20220319031944_1.jpg.26dfb6de5b50d1504045152983dc3a64.jpg
also, for some unknown reason theres no double bed animation for me! even after downloading double bed mods. im helpless XD plz help

Posted

Strange thing is happening, I started using the UAP patch and animation from lieto if it starts through your mod then happen big drop in fps but if call lieto animation through the aaf menu, everything is normal. Interested in what happens and how to solve this problem?

Posted (edited)
On 3/19/2022 at 2:48 AM, Mojsexy said:

i got so much stuff going on here!

After whatever mod related to AAF you install, you have to reinstall UAP.  Your problem is not related to SEU. You have to follow the manual (fucking) for installing AAF and related mods and to maintain the correct load order. If done right, SEU will be working as intended - SEU is the "cleanest" mod (by my opinion, using it since it's first publish) here and is always working as it should.

Edited by mircislav
Posted (edited)
2 hours ago, redrak said:

Strange thing is happening, I started using the UAP patch and animation from lieto if it starts through your mod then happen big drop in fps but if call lieto animation through the aaf menu, everything is normal. Interested in what happens and how to solve this problem?

 

SEU has no control over anything that happens after it sends the animation request to AAF.  The only thing I can suggest is to change the position tree setting:

 

image.png

 

I know UAP supports position trees so it could be related to that.  Otherwise I suggest asking on the UAP or AAF discords.

Edited by EgoBallistic
Posted

I just got SEU working to have sex or kiss, but I cannot get a Threesome going. I select Look for a Third and then get the option to select another participant but nothing happens. Do I need another animation file? I have Leito right now. Thanks in advance for the help.

Posted
23 minutes ago, mikehunttg said:

I just got SEU working to have sex or kiss, but I cannot get a Threesome going. I select Look for a Third and then get the option to select another participant but nothing happens. Do I need another animation file? I have Leito right now. Thanks in advance for the help.

 

Leito doesn't have threesome animations.  SavageCabbage's pack has the most three-way animations.

 

 

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