Jump to content

Recommended Posts

48 minutes ago, SAC said:

So, I would like to make this work, but it doesn't (the notification never fires)

Well, this method works reliably for a number of mods, so something must not be set up quite right.

 

Where is this taking place:

Main event
...
RegisterForCustomEvent(AAF_API, "OnSceneInit")
...
End main event

 

Typically, you would do this in OnQuestInit() and in Actor.OnPlayerLoadGame().  I usually do something like this:
 

Spoiler



AAF:AAF_API AAF_API

Event OnQuestInit()
    RegisterForRemoteEvent(PlayerRef, "OnPlayerLoadGame")
    LoadAAF()
EndEvent

Event Actor.OnPlayerLoadGame(Actor akSender)
    LoadAAF()
EndEvent

Function LoadAAF()
    AAF_API = Game.GetFormFromFile(0x00000F99, "AAF.esm") as AAF:AAF_API
    If AAF_API
        Debug.Trace("AAF API version " + AAF_API.GetVersion() + " " + AAF_API.GetBuild())
        RegisterForCustomEvent(AAF_API, "OnSceneInit")
        RegisterForCustomEvent(AAF_API, "OnAnimationStop")
    Else
        Debug.Trace("AAF API not found!")
    Endif
EndFunction


 

 

Link to comment
22 hours ago, EgoBallistic said:

Well, this method works reliably for a number of mods, so something must not be set up quite right.

 

Where is this taking place:


Main event
...
RegisterForCustomEvent(AAF_API, "OnSceneInit")
...
End main event

 

Typically, you would do this in OnQuestInit() and in Actor.OnPlayerLoadGame().  I usually do something like this:
 

  Reveal hidden contents

 



AAF:AAF_API AAF_API

Event OnQuestInit()
    RegisterForRemoteEvent(PlayerRef, "OnPlayerLoadGame")
    LoadAAF()
EndEvent

Event Actor.OnPlayerLoadGame(Actor akSender)
    LoadAAF()
EndEvent

Function LoadAAF()
    AAF_API = Game.GetFormFromFile(0x00000F99, "AAF.esm") as AAF:AAF_API
    If AAF_API
        Debug.Trace("AAF API version " + AAF_API.GetVersion() + " " + AAF_API.GetBuild())
        RegisterForCustomEvent(AAF_API, "OnSceneInit")
        RegisterForCustomEvent(AAF_API, "OnAnimationStop")
    Else
        Debug.Trace("AAF API not found!")
    Endif
EndFunction

 

 

 

 

 

 

 

event OnPlayerLoadGame()


RegisterForCustomEvent(AAF_API, "OnSceneInit")
 

<other stuff which apparenly works fine>

 

endevent

 

 

 

Link to comment
5 hours ago, maddadicusrex said:

Has anyone resolved npcs redressing during sex animations. I have tried changing redress times in settings, changing Reequip Reset all to false in Equipment settings, and still have npc redressing themselves during sex...What is up?

Using my patch for anims? If so update to new version and you will probably fix your problem

Link to comment
  • 2 weeks later...
13 hours ago, ApolloXYZ said:

I am currently facing 2 problems :

(1) Boobs are bouncing and penis is invisible when animations are being played.

(2) PageDown key doesnt seem to work. I ran a online "Keyboard Test" and PageDown seems to work fine. I tried using Fn+Down(Arrow) and Numlock+Pagedown but it wasnt successful.

I have also attached my load order. Please help me out       ๐·°(৹˃̵﹏˂̵৹)°·๐

 

loadorder.txt 1.97 kB · 0 downloads

You have been told what to do and where to go for the help you need. Posting it all over LL won't get any different results.

Link to comment

Why the hell does AAF keep starting an animation without me pressing ANY of the hotkeys? It's so fucking frustrating being in an inventory menu and then all of a sudden the screen fades to black for a moment until Dogmeat starts abruptly fucking my character. I don't have any autonomy mods installed. MCM isn't showing me any AAF menus. What the hell is going on? I'm using Vortex, btw.

 

Upon more examination, Dogmeat is walking around with a fat fucking boner for no reason and he seems to have a mind of his own. He started fucking one of my settlers after I reloaded my savefile because I literally could not exit out of the anim he started on my character.

I'm dumping him somewhere until I figure out wtf is going on.

 

Edit: It's a hotkey issue, I figured it out. All set, thanks to anyone who read this and was gonna reply hahaha.

Link to comment

I've just moved my Fallout 4 game to a new SSD:

  • I removed all my mods in Vortex
  • Then moved the game with the function in Steam (under Local Files)
  • After that I updated the paths in Vortex and reinstalled all of my mods
  • And finally I maintained the same Plugins.txt to keep the load order identical.

Everything else appears to be working fine, except AAF which doesn't seem to launch or function in any way anymore.

Home does nothing, F11 does nothing, attempting to trigger a scene with Flirt or Assault has no result after the dialogues.

 

F4SE is installed properly:
FO4_AAF_NoLaunch_Oct2020_01.jpg.682a7333275eb5d8b6c501b6f0f7103b.jpg

 

AAF Violate is convinced that AAF is installed properly:

FO4_AAF_NoLaunch_Oct2020_02.jpg.8ba98ee33cc7aaaa206d52500a070b78.jpg


This is on a brand new savegame that I started for the purpose of troubleshooting. Debug is installed and on (troubleshooting_level=2), but there are no error messages at any point and nothing that I can find to help me track down what the problem is.

Just a note on the papyrus log: All the 'missing file' stuff at the start is CCCleaner blocking creation club content, then there's a TON of mirelurk errors that I have no idea about, but they're in my older (pre-SSD) logs too, then there's a bunch of stuff related to Sim Settlements and Conqueror that I think is normal for a new game (no leaders, null happiness, etc)... Finally I attempted 2 things related to AAF... Companion Ivy is down in her bunker, so I went down there and attempted a Flirt (unsuccessful) and then an Assault (successful), but no animations ever triggered and no errors or feedback show up in the console.

Papyrus.0.log

Link to comment
39 minutes ago, TheCaptn said:

I've just moved my Fallout 4 game to a new SSD:

  • I removed all my mods in Vortex
  • Then moved the game with the function in Steam (under Local Files)
  • After that I updated the paths in Vortex and reinstalled all of my mods
  • And finally I maintained the same Plugins.txt to keep the load order identical.

Everything else appears to be working fine, except AAF which doesn't seem to launch or function in any way anymore.

Home does nothing, F11 does nothing, attempting to trigger a scene with Flirt or Assault has no result after the dialogues.

 

F4SE is installed properly:
FO4_AAF_NoLaunch_Oct2020_01.jpg.682a7333275eb5d8b6c501b6f0f7103b.jpg

 

AAF Violate is convinced that AAF is installed properly:

FO4_AAF_NoLaunch_Oct2020_02.jpg.8ba98ee33cc7aaaa206d52500a070b78.jpg


This is on a brand new savegame that I started for the purpose of troubleshooting. Debug is installed and on (troubleshooting_level=2), but there are no error messages at any point and nothing that I can find to help me track down what the problem is.

Just a note on the papyrus log: All the 'missing file' stuff at the start is CCCleaner blocking creation club content, then there's a TON of mirelurk errors that I have no idea about, but they're in my older (pre-SSD) logs too, then there's a bunch of stuff related to Sim Settlements and Conqueror that I think is normal for a new game (no leaders, null happiness, etc)... Finally I attempted 2 things related to AAF... Companion Ivy is down in her bunker, so I went down there and attempted a Flirt (unsuccessful) and then an Assault (successful), but no animations ever triggered and no errors or feedback show up in the console.

Papyrus.0.log 118.27 kB · 0 downloads

This guide has last been updated a long time ago. Best to go here

 

It has most recent updates to what is needed. Listing many things that will currently cause AAF issues (middle of the guide) please check the mods and more particularly those that aren't suppose to be loaded. You can then go to the Discord listed there for more detailed support if this guide isn't enough for you.

Link to comment
11 hours ago, TheCaptn said:

Thanks! That helped me sort it out already... I'd reactivated the One Patch and Unique NPCs when reinstalling everything. Without those it works again.

Good to hear. That is the reason for the redirect to the newest/freshest guide. There have been some major changes that will cause problem. Those patches I believe weren't intended to be a forever fix.  That they would eventually be included into other base mods as needed. The OP did a wonderful job leading the way in early AAF support and guides but unfortunately hasn't been able  to keep it updated with current versions of AAF.  It is a shit ton of work by the say to do so.

 

Anyone else that comes here for support and guidance I advise to go to the link I gave above for proper up to date guide as of the time of this posting.  then if still having problems go to the discord server with an open mind and follow the support personnel instructions to quickly get to the final results.

Link to comment

I am guessing this has been answered before, but I am lazy. Can I upgrade from 148 to 154 using Vortex without screwing my game up? Or should I first disable all AAF related mods? I remember there was an old saying that one should not upgrade AAF before one starts a new game, does that still stand?

And while I am here, I have been using Roggvirs Nostrip items for a long time, but couldn't get it to work with AAF 148, suppose the mod is outdated. Are there any other mods that prevent certain clothing items to not being undressed during AAF scenes?

Link to comment
2 hours ago, tjuebussen said:

I am guessing this has been answered before, but I am lazy. Can I upgrade from 148 to 154 using Vortex without screwing my game up? Or should I first disable all AAF related mods? I remember there was an old saying that one should not upgrade AAF before one starts a new game, does that still stand?

And while I am here, I have been using Roggvirs Nostrip items for a long time, but couldn't get it to work with AAF 148, suppose the mod is outdated. Are there any other mods that prevent certain clothing items to not being undressed during AAF scenes?

To make it work it must be always be in your inventory

You can upgrade just aaf, no need to disable others

Link to comment
40 minutes ago, Indarello said:

To make it work it must be always be in your inventory

You can upgrade just aaf, no need to disable others

Thank you for answering. I need to have what always in my inventory? Roggvirs nostrip, the clothing items? If so, they always are.

I am using your patch by the way, and everything works very much as intended, with the exeption of the strap-ons, must have messed something up along the way. But I consider that a minor irritation. Great mod!

Link to comment
22 minutes ago, tjuebussen said:

Thank you for answering. I need to have what always in my inventory? Roggvirs nostrip, the clothing items? If so, they always are.

I am using your patch by the way, and everything works very much as intended, with the exeption of the strap-ons, must have messed something up along the way. But I consider that a minor irritation. Great mod!

You need this to be used with my patch

 

Link to comment

Hi guys! AAF and AAFseu always worked good for me (except that it never chooses any couches, and barely any chairs or beds), but yeah other than that everything always been fine. 

Lately, after some mod installed and uninstalled, I got stuck with the AAF 70% issue. I made some changes and managed to get it to work 100%.

However, I have a strange issue, and that issue only happens with one specify NPC/Companion, and it's a vanilla one : Cait. 

What happens is when I open AAF, choose my character and choose her, then the place (ground at me, 10 feet from me, or ground at Cait, or 10 feet from Cait – which are the only choices 99% of the time), and then choose a postion, this happens : Let's say I choose 50 Shades Missionary 2 > Both players will go at it like usual, but after a few seconds Cait just stand up and stays up for a few seconds while my character humps on the ground, then she reappears under him for a few seconds, then she stand back up again. 

At first I thought I had an issue with 50 Shades Animations, but I tried some other DP-something, and I have the same issue. This affects lot of positions form different animation packs. Strangely, when I try the same positions with a modded companion (Blood Rose), the issue is not there, she stays under me the whole time. 

I noticed that I had an old version of AAF (139), so I upgraded to 154 (also added Buffout 4 and its requirement), and used the same load order for it (and disabled 139). Same issue. 

I also have an issue with Sex Em Up that started at the same time : Now each time I initiate Flirt, I always get rejected, even if I check "Always succeed" (and even if I didn't, my affinity with Cait is maximum and she still declines). Never had that issue before. 

 

Here is my current load order from Vortex (sorry if the numbers are not there, I didn't find any way to export my list so I copy pasted it from my profile's loadorder text file. 

Any ideas what I should do to fix this ? 

PS : I read at some point that Unique NPC was not compatible and could cause issues, but I remember that it was installed a long time ago and that AAF was working fine with it up until recently. Do you think it could still be the cause of my issues ?

 

Spoiler

# Automatically generated by Vortex
LooksMenu Customization Compendium.esp
Fallout4.esm
HUDFramework.esm
DLCRobot.esm
DLCworkshop01.esm
DLCCoast.esm
DLCworkshop02.esm
DLCworkshop03.esm
DLCNukaWorld.esm
Unofficial Fallout 4 Patch.esp
AWHD4KFull.esl
Dual44.esl
BodyTalk3-RaiderNormalsFix.esl
CoAFanaticsGirl.esl
EDSSG_All_DLC.esl
ArmorKeywords.esm
INVB_OverlayFramework.esp
FFO.esm
WorkshopFramework.esm
GCM_DLC_Far_Harbor.esl
LMBTOverlays.esl
Companion Infinite Ammo.esm
LooksMenu.esp
EasyLockpicking.esl
Wasteland Illumination DLC.esl
Wasteland Illumination Far Harbor ESL.esl
AimStabilityFix_by_Ruddy88.esp
3pMeleeTweak.esp
AzarPonytailHairstyles.esp
INVB_OverlayFramework_Tattoo_ASO_Brands.esp
Deathclaw_nude.esp
ZEX-TestPlugin.esp
Enhanced Metal Crates.esp
Rubbles and Trashpiles HD.esp
DX Vault Girl Shorts.esp
HeraGymWear.esp
rpampas.esp
Piercings.esp
Bandaid.esp
VtawWardrobe5.esp
TacticalBeanie.esp
Vtawleatherdress.esp
IdaLooksmenu.esp
ToughGirlAttire.esp
ESPExplorerFO4.esp
Defy.esp
DonEb14n Clothes pack.esp
Female Masturbation.esp
Search and Destroy.esp
Equestrienne.esp
Realistic_conversations.esp
Player_No_Longer_Rudely_Interrupting_Dialogue_v0.1.esp
QuickOutfit.esp
RenRadioMod.esp
QuestsTags_00_AllDLC.esp
QuestsTags_01_patch_UFO4P.esp
VisibleCompanionAffinity.esp
advancedAITweaks.esp
FFO.esp
WorkshopRearranged.esp
The Eyes of Beauty Looking Stranger.esp
Fr4nssonsLightTweaks.esp
BetterBostonAirport.esp
CrimeTown.esp
DCVendorOverhaulAIO.esp
Vivid Weathers - FO4.esp
CommonwealthChooksAndBunnies.esp
Jangles.esp
Fallon's Basement Overhaul.esp
BetterModDescriptions.esp
RaiderOverhaul.esp
No bullet sponges.esp
Raider Children.esp
TrainBar.esp
Eli_Armour_Compendium.esp
MoreOutfitVariations.esp
Eli_Armour_Compendium_and_MoreOutfitVariations_Patch.esp
DX Commonwealth Shorts.esp
CCOVulgarVillainsCraftable.esp
RichMerchants.esp
CCOSaucySettlersCraftable.esp
FalloutShock apartment.esp
Vivid Weathers - FO4 - Quest.esp
RRTV_GoodneighborCondo.esp
Better Goodneighbor Condo Patch.esp
CombatZoneOverhaul.esp
MikeMooresMCAM.esp
More Smarter Companions Mod.esp
UniqueFollowers.esp
Edit_Hancock.esp
ImmersiveTP.esp
Eli_Rockin Red Rocket.esp
Vivid Waters.esp
FreedomFlat.esp
ASmallAdditionStandaloneDrivablesDogENEMIES2.esp
Glock86.esp
DOOMMerged.esp
Eli_Sanctuary Bunker.esp
bigby wolf apartment.esp
UFOCrashSite.esp
CorvalhoWidowShotgun.esp
111Club3366.esp
InoueSimpleSwimsuits.esp
BubbleGun.esp
Phoenix Lab Full Magazine Retexture.esp
No Locations on Compass.esp
R88_SimpleSorter.esp
ModularKalash.esp
Crossbow.esp
M14.esp
DOOMMAC11.esp
10mmSMG.esp
True-Frags_v1-2_MidDmg_Knockdown_LoRange.esp
rhlegendary.esp
Follower Revive System.esp
Configurable NPC FOV - 140.esp
ReadNotes.esp
Better Burning Damage.esp
DynamicInteriorFogRemoval.esp
K-Girl outfits.esp
dD - MoreBloodandBits.esp
WeaponDisarm.esp
BecomeASoundcloudRapper.esp
betterdugoutinn.esp
Child Posters.esp
IcebreakerCDO-Settlements.esp
Dance-Ola.esp
BogartNick - Gen 2.esp
IcebreakerCDO-Piper.esp
FO4_AnimationsByLeito.esp
VaultTecPowerCondiutRadius+.esp
LegendaryModification.esp
LegendaryModificationMisc.esp
LegendaryModification2LM.esp
Repaired Roofs.esp
Wireless Power.esp
FO4Hotkeys.esp
PiperMenu.esp
Pip2000MkVi_Replacer.esp
rxl_bp70_animations.esp
Glowing Animals Emit Light.esp
GITS_suit_by_OniNigma.esp
NanoSuit.esp
BodyTalk3-LooksMenu.esp
More Blood - Performance Edition.esp
FemsheppingsLastOutfitPack.esp
Post Nuclear Girl.esp
Rusty Face Fix.esp
KSHairdos.esp
Lots More Female Hairstyles.esp
Magnolia.esp
MCMWeatherControl.esp
Atomic Lust.esp
UniquePlayer.esp
Vioxsis_Strap-Ons.esp
HiPolyFaces.esp
WestTekTacticalOptics.esp
Female Tactical Armor.esp
ASmallAdditionStandaloneDrivablesCat.esp
No more monochrome - Color setting for the Pipboy!.esp
BetterCompanions.esp
EFF.esp
Realistic_conversations - More_NPCs.esp
Hot Mama NPCs Settlers and Bandits B.esp
Hot Mama NPCs Added Settlers and Minutemen B.esp
FuckOffStagger.esp
NoBlurOnHit.esp
CROSS_GoreCrits.esp
CROSS_GoreCrits_FarHarborPatch.esp
BikerGal.esp
Eli_Robo Leg Outfits.esp
Eli_AlecusRogueHD.esp
Vivid Weathers - Nuka World.esp
Vivid Weathers - FO4 - Far Harbor.esp
DWT_Cricket_and_Guards.esp
Ghouls Revamped.esp
Splinterz.esp
Sneaky Kills.esp
WMW_TS.esp
CompanionWhistle.esp
FriendlyWolveslol.esp
Easy_Grenade.esp
MagnoliaRomance.esp
LoweredSprintAPDrain.esp
FlirtyCommonwealthMale.esp
WhippedAndBranded.esp
DX_Overboss_Outfit.esp
CartographersMapMarkers Commonwealth.esp
HolotapedFastTravel.esp
NewHairForYou.esp
DarkerNights.esp
CBBE.esp
Ava Caravaggio Cait Replacer v1.2.esp
Dynamic Weapon Shadows.esp
NoRADSorSplatKthxBye.esp
REAPER.esp
Pistol.44SpecialReceiver.esp
Explosives Expanded.esp
ClassicSniper.esp
ChromeAlienGuns.esp
ChromeAlienBlaster.esp
Blade Runner Shotgun.esp
AzarHolsteredWeapons.esp
SkyrimInspiredPowerArmor.esp
ButtonsCompanion.esp
THBrows.esp
LovingPiper.esp
NeighborWatch.esp
FO4 NPCs Travel.esp
P99.esp
SelfRadio25.esp
CartographersMapMarkers FarHarbor.esp
CartographersMapMarkers NukaWorld.esp
AK74M.esp
DWT_TrashcanCarla_and_Guards.esp
ASmallAdditionStandaloneDrivables.esp
DOA Cap.esp
DT_GunnerHazmatSuit.esp
CompVictoria.esp
Tactical machete Lite Aidan.esp
ASmallAdditionStandaloneDrivablesRadstag.esp
Hoamaii_SleepTogetherAnywhere.esp
Journal.esp
DOOMDesertEagle.esp
SigSauer127.esp
F4CW10mmSMG.esp
extendedLightsWS.esp
Clean Water - Clear.esp
Eli_Accessories.esp
CraftingTools.esp
Eli_RuggedOutfits.esp
Eli_Utility Jumpsuits.esp
Nude Them.esp
Live Action Handy - PW - With GlowMap.esp
Glowing Eyes.esp
TheEyesOfBeauty.esp
The Eyes Of Beauty.esp
GCM.esp
TheKite_Railroad_Handmaiden.esp
BetterModDescriptionsWE.esp
BetterModDescriptionsCAS.esp
Build_all_Beds.esp
DiverseChildren.esp
Orphans.esp
See You Sleep CW editon - Beta.esp
DD_Wasteland_Children_done_right.esp
Companion_BloodRose.esp
dD-Enhanced Blood.esp
More Blood.esp
dD - Small Splatter Size.esp
Docile Radstags.esp
Guards.esp
ImmersiveVendors.esp
mysteriousmagnum.esp
RaiderFaceVariety_2.0.esp
Wall Oil Lamps.esp
Armorsmith Extended.esp
VISG-fied.esp
NanoSuit_AWKCR_AE.esp
BetterModDescriptionsAE.esp
Unique NPCs.esp
Mega-Sorting Patch for Simple Sorting.esp
Unique NPCs_SpecialSettlers_NoSuperMutants.esp
BetterSettlers.esp
Unique NPCs FarHarbor.esp
BetterSettlersFacesOnly.esp
BetterSettlersCleanFacePack.esp
Unique NPCs - Creatures and Monsters.esp
Unique NPCs - Creatures and Monsters - AE Patch.esp
EnhancedLightsandFX.esp
InteriorsEnhanced-All-In-One.esp
StartMeUp.esp
R88_Renamed_22-10-2020_17-09_by_Jessy.esp
r88_Jessy2_moinsDEmasters.esp
Bashed Patch, 0.esp
256StandaloneHairColors.esp
AAF_UniquePlayer_Patch.esp
TransferSettlements.esp
Servitron.esm
Stm_DiamondCityExpansion.esp
Crimsomrider's 1950s Feminine Outfits.esp
AAF.esm
AAF_SEU.esp
SlaveTattoos.esp
INVB_OverlayFramework_Tattoo_SlaveTats.esp
AAF_GrayAnimations.esp
Jessy_Piper_Menu.esp

 

Link to comment
2 hours ago, Merlin Wizzard said:

So again with an new update of AFF framework, it fails to load  beyond 30-45% with AnimationsAddonsAndFixes which means use loose out on Indarellos most excellent cum squirts and cum overlays are no longer. What's up with that?

I wilk check what problem with new update later, for now you can use previous aaf version

Link to comment
15 minutes ago, Indarello said:

I wilk check what problem with new update later, for now you can use previous aaf version

Yes I'm trying to go back to AFF 147 which worked fine, before this upgrade, but having problems getting it to work also. Reinstalling ALL my animation mods and see if that fixes it.

 

Thank you.

Link to comment
On 8/3/2019 at 5:21 AM, TJAisco said:

Game crashes shortly after an AAF animation

Activating the 'RSE Strip API Usage' in the MCM (Page #1) should do the trick. 

AAF doesen't use MCM, where i should Activate this then? I ask because PB70's animations crash and also some animations from Atomic Lust, after i reinstalled my Fallout 4 from scratch and used those updated mods/updates AAF.

After starting a scene AAF crashes as soon as i use one of the Atomic Lust and the PB70's animations. So something is missing or this "RSE Strip API Usage" i should give a try but as i said AAF doesen't use a MCM Menu.

 

Help me please to find this.. *sniff*

 

Lol, i was looking since 3 days for a solution and JUST NOW, i found a forum thread telling me this:

"If you Are using any RSE related mods you will need "MCM" and the "RSE II Framework ESM" mods installed for them to work. Have you tried using a clean save (a saved game with no mods installed)"

 

So i should get RSE II Framework ESM then.. *argh*

I used to reinstall the new AAF and Animations from here:

 

 

And this guide is missing many informations, but it did help me get a picture of what i need to do. Okay, now.. Khajii get the RSE II Framework!

Link to comment

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use