JB. Posted October 21, 2021 Posted October 21, 2021 Odds are high that I'm messing it up somehow. Does anyone know of any mod or functional example of the "Narration Message" function? https://bitbucket.org/dagobaking/aaf-framework/wiki/API/NarrationMessage
dagobaking Posted October 21, 2021 Author Posted October 21, 2021 1 hour ago, JB. said: Odds are high that I'm messing it up somehow. Does anyone know of any mod or functional example of the "Narration Message" function? https://bitbucket.org/dagobaking/aaf-framework/wiki/API/NarrationMessage I'm not sure if any mods use it so far.
TheGothicSurfer Posted October 22, 2021 Posted October 22, 2021 11 hours ago, dagobaking said: This isn't the right thread for this type of request. sorry about that, I ended up starting a thread in the Technical Forums and forgot to delete the one in here. I created a partial fix with a bit of butchery with 2 mods, so it'll do for now.
spyke123 Posted October 24, 2021 Posted October 24, 2021 Been playing Skyrim with sexlab for like forever and have on occasion wandered over to FO4, but I can never seem to grasp how to properly use AAF... I have found plenty of guides on how to install AAF, thats not a problem, but I cant seem to find anything at all on how to actually use AAF. Like what settings I can do, are there any ? ...for example, can I switch position between two actors ? (FF anims always seem to put PC in top position but I want her as bottom) Can I disable some animations I dont want to use ? Plz point me in the right direction cause I obviously lack the skill to figure all of this out on my own
AlphaBones Posted October 24, 2021 Posted October 24, 2021 I got a problem with clothes staying on during sex scenes. Everything else works but clothes stay on. Am I missing a mod or something?
vaultbait Posted October 24, 2021 Posted October 24, 2021 4 hours ago, spyke123 said: Been playing Skyrim with sexlab for like forever and have on occasion wandered over to FO4, but I can never seem to grasp how to properly use AAF... I have found plenty of guides on how to install AAF, thats not a problem, but I cant seem to find anything at all on how to actually use AAF. Like what settings I can do, are there any ? ...for example, can I switch position between two actors ? (FF anims always seem to put PC in top position but I want her as bottom) Can I disable some animations I dont want to use ? Plz point me in the right direction cause I obviously lack the skill to figure all of this out on my own Once you've loaded the game, press the Home key on your keyboard and AAF's on-screen interface should be displayed. It has context hints and instructions in the interface which should be fairly self-explanatory to do things like manually select actors and initiate a scene. That said, AAF is, as its name implies, only a framework. The on-screen menu is useful for troubleshooting and diagnostics, but it is not intended as the primary interface to AAF. Instead, it's assumed you'll be using mods which call AAF as their backend for playing animations. Also AAF doesn't include any animations itself, you'll need to choose whose animation packs you want to install for use with it. 1
dagobaking Posted October 24, 2021 Author Posted October 24, 2021 8 hours ago, spyke123 said: Been playing Skyrim with sexlab for like forever and have on occasion wandered over to FO4, but I can never seem to grasp how to properly use AAF... I have found plenty of guides on how to install AAF, thats not a problem, but I cant seem to find anything at all on how to actually use AAF. Like what settings I can do, are there any ? ...for example, can I switch position between two actors ? (FF anims always seem to put PC in top position but I want her as bottom) Can I disable some animations I dont want to use ? Plz point me in the right direction cause I obviously lack the skill to figure all of this out on my own Have you looked at the wiki? 5 hours ago, AlphaBones said: I got a problem with clothes staying on during sex scenes. Everything else works but clothes stay on. Am I missing a mod or something? There are options for these settings during AAF installation. 1
Heinzelman Posted October 25, 2021 Posted October 25, 2021 Hi, i looked into the AAF_equipmentsetdata.xml and am curious if we can use different conditions for the different types of animations (like oral,vaginal,anal). something like: <condition:AnimVaginal> (this is not an actual condition, just an example!) <unEquip bipedSlot="BODY"/> ... <condtion:AnimOral;CharFemale> (also just an example) >unequip bibedSlot="[A] Torso"/> .... and so on. If that would be possible, what should be entered in the conditon line?
dagobaking Posted October 26, 2021 Author Posted October 26, 2021 23 hours ago, Heinz01 said: Hi, i looked into the AAF_equipmentsetdata.xml and am curious if we can use different conditions for the different types of animations (like oral,vaginal,anal). something like: <condition:AnimVaginal> (this is not an actual condition, just an example!) <unEquip bipedSlot="BODY"/> ... <condtion:AnimOral;CharFemale> (also just an example) >unequip bibedSlot="[A] Torso"/> .... and so on. If that would be possible, what should be entered in the conditon line? The condition XML doesn't really work that way. But, reading between the lines, it sounds like you are trying to unequip items based on tags. That can be done with a combination of "action" and "equipmentRules" XML: https://bitbucket.org/dagobaking/aaf-framework/wiki/XML/equipmentRules.md#!equipmentrules https://bitbucket.org/dagobaking/aaf-framework/wiki/XML/action.md#!action 1
Heinzelman Posted October 26, 2021 Posted October 26, 2021 (edited) Spoiler 5 hours ago, dagobaking said: The condition XML doesn't really work that way. But, reading between the lines, it sounds like you are trying to unequip items based on tags. That can be done with a combination of "action" and "equipmentRules" XML: https://bitbucket.org/dagobaking/aaf-framework/wiki/XML/equipmentRules.md#!equipmentrules https://bitbucket.org/dagobaking/aaf-framework/wiki/XML/action.md#!action Thank you very much, good Sir. I am going to read your provided links. Edited October 26, 2021 by Heinz01
JB. Posted November 7, 2021 Posted November 7, 2021 (edited) Something cool I found. You can also include the offset in the Overlay Set. Very convenient if you want AAF to apply an overlay in a certain place on the body. To get the offset, apply the overlay and move it to your liking using LooksMenu. Save the preset and look for the offset in the saved json (DATA / F4SE / Plugins / F4EE / Presets) The .xml MyMod_OverlaySet should look like this. <overlaySet id = "Mechanics"> <condition> <overlayGroup> <overlay template = "HipKnife" alpha = "100" isFemale = "true" offsetUV = "0, 0.0260000005364418" /> </overlayGroup> </condition> </overlaySet> Edited November 7, 2021 by JB. 1
KKSSL Posted November 7, 2021 Posted November 7, 2021 Guys when i choose "both genders as aggressors" and "Allow female agressors in gangbangs" for AAF Violate it stops the scene cus i dont have any gang anims that has both male and female actors. Do you guys know any gang anims that has both genders ?
JB. Posted November 9, 2021 Posted November 9, 2021 @dagobaking Hey, I have successfully managed to use Narration through XML, it's great! I just have a question because I don't understand HTML codes. I want to enlarge the font size and I have read that the code is like this: <font size = "1"> text </font> But when I put it, I break AAF. <narrationGroup id="test1"> <narration phrase="It's %ACTOR0% first time trying poses, but she's confident."/> </narrationGroup> How do you write the code correctly?
requiredname65 Posted November 9, 2021 Posted November 9, 2021 (edited) Gotta escape those <, > and " symbols as per AAF docs, does this work? <narrationGroup id="test1"> <narration phrase="<font size = "1" > It's %ACTOR0% first time trying poses, but she's confident. </font>"/> </narrationGroup> <!-- this just comment to copypaste html encoded symbols from --> <!-- " = " < = < > = > --> Edited November 9, 2021 by requiredname65 1
JB. Posted November 10, 2021 Posted November 10, 2021 8 hours ago, requiredname65 said: Gotta escape those <, > and " symbols as per AAF docs, does this work? <narrationGroup id="test1"> <narration phrase="<font size = "1" > It's %ACTOR0% first time trying poses, but she's confident. </font>"/> </narrationGroup> <!-- this just comment to copypaste html encoded symbols from --> <!-- " = " < = < > = > --> Thanks ! ? 2
Arcturus7777 Posted November 15, 2021 Posted November 15, 2021 Is there a way to get crazy rugs to have erections? I use the rugs for scenes in settlement brothels
NicodemusShepard Posted November 18, 2021 Posted November 18, 2021 Does anyone have the AAF file? For whatever reason I just CANNOT get Moddingham registration to work and the file doesn't seem to be anywhere else.
tch65721 Posted November 18, 2021 Posted November 18, 2021 12 hours ago, NicodemusShepard said: Does anyone have the AAF file? For whatever reason I just CANNOT get Moddingham registration to work and the file doesn't seem to be anywhere else. Damn thing doesn't work for me either. I never got a damn thing via email... and yes it is valid.
Wade58 Posted November 23, 2021 Posted November 23, 2021 I know it has to do with AAF somehow, but I do not know how to fix it.
maddadicusrex Posted November 23, 2021 Posted November 23, 2021 3 hours ago, Wade58 said: I know it has to do with AAF somehow, but I do not know how to fix it. Redownloadload it and do not toggle debug mode! This is for the tech geeks to sort issues out!
dagobaking Posted November 24, 2021 Author Posted November 24, 2021 On 11/17/2021 at 11:35 PM, NicodemusShepard said: Does anyone have the AAF file? For whatever reason I just CANNOT get Moddingham registration to work and the file doesn't seem to be anywhere else. On 11/18/2021 at 12:18 PM, tch65721 said: Damn thing doesn't work for me either. I never got a damn thing via email... and yes it is valid. I looked at the logs and very few emails have not gone through. And if they don't it's usually because the receiving side blocked it. If you let me know your email address in DM I can look it up in the logs to see what happened specifically. That said, moddingham itself is down right now due to the host provider. But, these things usually resolve within 15 minutes or so.
HyperPink Posted November 24, 2021 Posted November 24, 2021 1 hour ago, dagobaking said: I looked at the logs and very few emails have not gone through. And if they don't it's usually because the receiving side blocked it. If you let me know your email address in DM I can look it up in the logs to see what happened specifically. That said, moddingham itself is down right now due to the host provider. But, these things usually resolve within 15 minutes or so. I have been waiting to get in since this morning...
NicodemusShepard Posted November 24, 2021 Posted November 24, 2021 7 hours ago, dagobaking said: I looked at the logs and very few emails have not gone through. And if they don't it's usually because the receiving side blocked it. If you let me know your email address in DM I can look it up in the logs to see what happened specifically. That said, moddingham itself is down right now due to the host provider. But, these things usually resolve within 15 minutes or so. Mine wasn't an email issue. The captcha failed to load, I refreshed and the site branded me as a "spammer".
dagobaking Posted November 24, 2021 Author Posted November 24, 2021 5 hours ago, majisha said: I have been waiting to get in since this morning... Yeah. Looks like something broke at the bare metal level. I've never seen an outage this long in many years of doing this... The outage notice is still up. So, they are working on it. Probably short staffed due to holiday. 3 hours ago, NicodemusShepard said: Mine wasn't an email issue. The captcha failed to load, I refreshed and the site branded me as a "spammer". In that case you can probably just clear your browser cache and try again once the site comes back up.
dagobaking Posted November 24, 2021 Author Posted November 24, 2021 Yikes. Outage notice is still up. I created a ticket with them just to make sure.
Recommended Posts
Posted by DoctaSax,
Reputation Points
Go to this post
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