SquareBun Posted April 20, 2025 Posted April 20, 2025 Hello. Please tell me, is this mod relevant for Native Animation Framework?
lee3310 Posted April 20, 2025 Author Posted April 20, 2025 1 hour ago, SquareBun said: Hello. Please tell me, is this mod relevant for Native Animation Framework? No, it only listen to AAF events.
Poeomang Posted April 20, 2025 Posted April 20, 2025 heya lee I tried the new update. After some testing, the jitteriness is definitely decreased on many aaf animations, but from what I can tell, whenever any animation has a part of the character intersecting with world geometry, the jittering will continue to happen. Works perfectly on flat ground though so that's an improvement. Thanks again for making this mod!
NicoleDragoness Posted April 20, 2025 Posted April 20, 2025 Sorry for the stupid (maybe) question: I read someone talking about AAF new version wwithout the doppelganger but ... where I can find it? On it's Discord there is still only the 1.1.1 "old" version.
deathmorph Posted April 20, 2025 Posted April 20, 2025 Great, thanks for the update. I didn't know the shaking was caused by this mod. It's gone. And I don't know what else you did, before there were sometimes mistakes in that the characters were offset, in extreme cases the girl was leaning over the table with her pulsating vagina while he was busy with the table itself next to her. This hasn't happened again yet either.
lee3310 Posted April 20, 2025 Author Posted April 20, 2025 (edited) 4 hours ago, NicoleDragoness said: Sorry for the stupid (maybe) question: I read someone talking about AAF new version wwithout the doppelganger but ... where I can find it? On it's Discord there is still only the 1.1.1 "old" version. 1.1.1 is the last one 3 hours ago, deathmorph said: Great, thanks for the update. I didn't know the shaking was caused by this mod. It's gone. And I don't know what else you did, before there were sometimes mistakes in that the characters were offset, in extreme cases the girl was leaning over the table with her pulsating vagina while he was busy with the table itself next to her. This hasn't happened again yet either. The shaking bug can cause the actor to scooch from initial position (only PC) but if it didn't happen to you then i'm afraid the offset is caused by something else not related to this mod. There is a failsafe for PC offset in AAF, so if it happens again, report it as a bug in their discord (could be a known bug). Edited April 20, 2025 by lee3310
deathmorph Posted April 21, 2025 Posted April 21, 2025 4 hours ago, lee3310 said: 1.1.1 is the last one The shaking bug can cause the actor to scooch from initial position (only PC) but if it didn't happen to you then i'm afraid the offset is caused by something else not related to this mod. There is a failsafe for PC offset in AAF, so if it happens again, report it as a bug in their discord (could be a known bug). I expressed myself wrong. Sorry. The tremor occurred, no longer after the update. 1
Holylokki Posted April 30, 2025 Posted April 30, 2025 On 4/20/2025 at 7:59 PM, deathmorph said: Great, thanks for the update. I didn't know the shaking was caused by this mod. It's gone. This problem is caused by AAF v1.1.1 itself. You can verify this by simply applying setscale to an actor in an already running scene instead of using SCRS. This can cause shaking. AAF v171b does not have this problem. And it works fine with SCRS. 1
lee3310 Posted April 30, 2025 Author Posted April 30, 2025 (edited) 15 hours ago, Holylokki said: This problem is caused by AAF v1.1.1 itself. You can verify this by simply applying setscale to an actor in an already running scene instead of using SCRS. This can cause shaking. AAF v171b does not have this problem. And it works fine with SCRS. Yeah. Animating the player directly unearthed some new bugs. NPCs are not concerned by this bug. Edited April 30, 2025 by lee3310
Holylokki Posted May 1, 2025 Posted May 1, 2025 6 hours ago, lee3310 said: NPCs are not concerned by this bug. I thought the error could occur with two NPCs. Now I've checked again and it's not so. It's possible that it's very rare. I tried comparing the AAF v171b and 1.1.1 scripts. There aren't many changes, but it's still not my level. In principle, you can even go back to using Doppelganger as an alternative solution to the problem. It's possible that the problem is caused by sections of code responsible for blocking the PC when starting the scene. Perhaps it's enough to remove the blocking from the PC before scaling it.
lee3310 Posted May 1, 2025 Author Posted May 1, 2025 9 hours ago, Holylokki said: It's possible that the problem is caused by sections of code responsible for blocking the PC when starting the scene. Perhaps it's enough to remove the blocking from the PC before scaling it. One thing i was planning to try, is stop translation when the PC is jittering, maybe that's the problem. If it's not the case, then it's probably an engine bug. I saw some scale calls in the game source code when i was checking anim events but i didn't investigate further. PS After switching to scaling the NPC instead of the player, the bug never occurred again. I'll keep an eye on NPCs.
Spaceguest991 Posted May 5, 2025 Posted May 5, 2025 While not directly related to this mod I was hoping for advice, If I'm using another mod to change the height of my I've notice the scale needs toe get reset after AAF scenes? Anyway to stop that from happening and keeping the scale that I used the mod to set my character too?
Holylokki Posted May 8, 2025 Posted May 8, 2025 On 5/5/2025 at 9:31 PM, Spaceguest991 said: Anyway to stop that from happening and keeping the scale that I used the mod to set my character too? SCRS remembers the custom scale of actors before the AAF scene starts and returns it back after the scene ends. Unlike the scaling built into AAF. It just doesn't work well. So the correct solution is to disable AAF scaling and use SCRS for scaling. 2
lee3310 Posted May 8, 2025 Author Posted May 8, 2025 (edited) On 5/5/2025 at 7:31 PM, Spaceguest991 said: While not directly related to this mod I was hoping for advice, If I'm using another mod to change the height of my I've notice the scale needs toe get reset after AAF scenes? Anyway to stop that from happening and keeping the scale that I used the mod to set my character too? What he said. Unless you want your character to also keep its custom scale during AAF anims (don't care about alignment). In that case, you will have to disable scaling and race scaling in all AAF.ini in your AAF folder (could be more that one) and also not install this mod (or add "NoScale" tag per position in xml). On 5/5/2025 at 7:31 PM, Spaceguest991 said: While not directly related to this mod I was hoping for advice, If I'm using another mod to change the height of my I've notice the scale needs toe get reset after AAF scenes? Anyway to stop that from happening and keeping the scale that I used the mod to set my character too? Edited May 8, 2025 by lee3310 1
Spaceguest991 Posted May 9, 2025 Posted May 9, 2025 (edited) 19 hours ago, lee3310 said: What he said. Unless you want your character to also keep its custom scale during AAF anims (don't care about alignment). In that case, you will have to disable scaling and race scaling in all AAF.ini in your AAF folder (could be more that one) and also not install this mod (or add "NoScale" tag per position in xml). Thank you Both this was the information I was looking for. I've edited the main AAF settings, a few other settings just had something like scale_actors_for_animations = true ; If true, re-scales all actors to match the players scale during animations. Do I set all of those to false as well? Edit: Now... I got to figure out how to get the npc actor to go back to the scale the scale they were before the AAF scene. Edited May 9, 2025 by Spaceguest991
lee3310 Posted May 9, 2025 Author Posted May 9, 2025 (edited) 1 hour ago, Spaceguest991 said: Do I set all of those to false as well? Yes. 1 hour ago, Spaceguest991 said: Edit: Now... I got to figure out how to get the npc actor to go back to the scale the scale they were before the AAF scene. Still don't know what you are looking for since this mod will reset NPC scale back to the one he/she had just before AAF ! If you want to do it manually and you know the old value use cmd "setscale" Edited May 9, 2025 by lee3310 1
Spaceguest991 Posted May 9, 2025 Posted May 9, 2025 (edited) 21 hours ago, lee3310 said: Yes. Still don't know what you are looking for since this mod will reset NPC scale back to the one he/she had just before AAF ! If you want to do it manually and you know the old value use cmd "setscale" Might of just been having the actor not rescale because I haven't edited the other ini files in the games aaf folder, so with any luck they will rescale after aaf once the other ini files are edited. Thank you for your help. Edit: does look like it was just because I didn't edit the rest of the ini files to stop aaf scaling. Edited May 10, 2025 by Spaceguest991
jarno5 Posted July 10, 2025 Posted July 10, 2025 Hey @lee3310 Your mod was recommended to me combating some scaling issues. Works fantastic during the BJ animation from Atomic Lust. Could you update the version With doppelganger so i could set the noscaling tag? Staying on v171 for now due to that jitter bug. Also, i noticed the BJ animation in Leito's pack become misaligned due to setting the Player to scale 1.0 Seems those anims are also made with the player on scale 0.98 like SC anims. Hence why i would like to set the noscale tag for those
lee3310 Posted July 10, 2025 Author Posted July 10, 2025 (edited) 15 minutes ago, jarno5 said: Hey @lee3310 Your mod was recommended to me combating some scaling issues. Works fantastic during the BJ animation from Atomic Lust. Could you update the version With doppelganger so i could set the noscaling tag? Staying on v171 for now due to that jitter bug. Also, i noticed the BJ animation in Leito's pack become misaligned due to setting the Player to scale 1.0 Seems those anims are also made with the player on scale 0.98 like SC anims. Hence why i would like to set the noscale tag for those I'm pretty sure that all leito anims are made with 1.0 scale for both actors but you can try it by adding "SavageCabbage" tag to BJ one for testing. The Jittering bug was bypassed in the latest version by rescaling the partner instead of player so you can update AAF without concern. I will work on a more definitive fix for it in the near future, but if you insist, i can upload a DPG version with no scale tag in the weekend. Edited July 10, 2025 by lee3310
jarno5 Posted July 11, 2025 Posted July 11, 2025 21 hours ago, lee3310 said: I'm pretty sure that all leito anims are made with 1.0 scale for both actors but you can try it by adding "SavageCabbage" tag to BJ one for testing. The Jittering bug was bypassed in the latest version by rescaling the partner instead of player so you can update AAF without concern. I will work on a more definitive fix for it in the near future, but if you insist, i can upload a DPG version with no scale tag in the weekend. That would be great, thanks! I have tested it indeed with the method you said by adding the SC tag to the leito anims. That fixes the alignment as before enabling your mod. Perhaps its because its patched by UAP? But that should not change the actual animation/scaling. Perhaps its only the BJ anims that are affected, the rest of leito's pack seems correct, tho its harder to notice. Affected anims are: [UAP] Leito - Aggressive Blowjob [UAP] Leito - Blowjob Mod enabled, Penis ends up slightly under chin (Means that the character scale it higher then it should be?)
Mimirue17 Posted July 17, 2025 Posted July 17, 2025 What is the proper load order for this? Before or after UAP and then before or after SAM. I currently have it before both and in the papyrus it is scaling then SAM is rescaling actors back to 1 and 1. I can share the current load order I am using and the papyrus logs to show what's happening if needed. Thanks for all the efforts put in to making the game better
Holylokki Posted July 27, 2025 Posted July 27, 2025 (edited) On 7/17/2025 at 3:12 AM, Mimirue17 said: What is the proper load order for this? Doesn't matter. SCRS doesn't conflict with SAM. Because SAM applies its adjustments to the current actor scale, but doesn't change its value. Even if it's SAM adjustments to the actor scale, lol. And even more so, SCRS doesn't conflict with UAP. Because UAP has nothing to do with actor scaling at all. So: 1. Install the latest version of SCRS, it contains important fixes. 2. Make sure that enforce_race_scale and scale_actors_for_animations are disabled in AAF_settings.ini (and all other .ini in the AAF folder). You can't use SCRS at the same time as AAF scaling. Because AAF scaling is applied before SCRS starts working and SCRS gets incorrect actor scale data. 3. Then restart SCRS in game using the holotape. Edited July 27, 2025 by Holylokki 1
Krazyone Posted July 31, 2025 Posted July 31, 2025 Two version, which one... What is NoDPG AAF_SCRS_Cr_NoDPG-V2.1.rar AAF_SCRS_Cr_NoScale.rar
UsernameTaken666 Posted July 31, 2025 Posted July 31, 2025 48 minutes ago, Krazyone said: Two version, which one... What is NoDPG AAF_SCRS_Cr_NoDPG-V2.1.rar AAF_SCRS_Cr_NoScale.rar IIRC, it is No Doppleganger 1
lee3310 Posted July 31, 2025 Author Posted July 31, 2025 50 minutes ago, Krazyone said: Two version, which one... What is NoDPG AAF_SCRS_Cr_NoDPG-V2.1.rar AAF_SCRS_Cr_NoScale.rar AAF_SCRS_Cr_NoDPG-V2.1 is for AAF 1.0+. NoScale is just a reUp for AAF 171 (with doppelganger).
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