leakim Posted August 22, 2022 Posted August 22, 2022 (edited) 12 hours ago, safado said: Monomans mainly expanded integration of the pregnancy mods, but the ending is the same. BeingFemale is very heavy script, and you need the community patches that fix save corruption in a long game, infamous for that. Fertility Mode 3.01 has better code, no known save corruption issues like BF. In SkyrimSE there is also a community "patch" feature expansion mod for it, "Fertility Mode v3 Fixes and Tweaks". Do not think you need it for LE, and could not find a version for LE anyway. Pretty sure you can use Fertility Mode v3 Fixes and Tweaks in LE. You simply must install the "FM Fixes - Revert Child Makeovers Patch" as well. I know I used it for a (very short) stint when I was using LE. Although, together with all the nice fixes, it changes SLIF from using "DEFAULT MODUS" to using "MORPH MODUS" instead (which I can rant about forever!). I made a "fix" for this some pages back, which I am using myself. While I am not aware of whether Monoman also uses "Fixes and Tweaks" for FM, I can verify that father also recognizes pregnancies with "Fixes and Tweaks" installed. Although I am not sure about births since I have not tried that with FM yet. *crosses fingers* Edited August 22, 2022 by leakim
leakim Posted August 22, 2022 Posted August 22, 2022 (edited) By the way, I experienced the same issue from this thread again, even with the applied fix: I think the following actions would be prudent: Given the fact that it is apparently very script heavy to send this event continuously using the Sexlab Aroused Redux/Baka, I think would be smart to change the timer so the slaUpdateExposure events happens less frequently. Maybe every 10 seconds instead of every 2 seconds. To compensate you could multiply arousal amount by 5. If you send the event less frequently you could add a flavor message to the update event that is displayed to the player like, "Your pole dancing arouses (the party participants)/(father)". This way, players would be immediately warned if the issue occurs and can take action. Alternatively (or additionally!), apply a fix for the behaviour I describe below. As for why it happens. I think I also may know this: Scriptname pchsWtDancePole extends ObjectReference Event OnActivate(ObjectReference akActionRef) If akActionRef == PlayerRef RegisterForAnimationEvent(PlayerRef, "IdleFurnitureExit") RegisterForSingleUpdate(2.0) EndIf EndEvent Event OnAnimationEvent(ObjectReference akSource, string asEventName) ;Debug.Messagebox("Exit furn") UnRegisterForAnimationEvent(PlayerRef, "IdleFurnitureExit") UnRegisterForUpdate() EndEvent Event OnUpdate() Util.DanceArousal() RegisterForSingleUpdate(2.0) EndEvent Actor Property PlayerRef Auto pchsWtUtil Property Util Auto Assumption: The function Util.DanceArousal() executes over several frames (I think!). I am no modder, just a programmer with a bit of Papyrus knowledge. That means if the OnUpdate is called, and you then at aproximately the same time exit the animation, OnAnimationEvent will be called. This means that UnRegisterForUpdate() will be called from the OnAnimationEvent event before the RegisterForUpdate(2.0) in the OnUpdate. Some evidence: I tried timing exiting the animation at exactly 2 seconds after entering it, and I was able to reproduce the behaviour somewhat consistently. "Concurrent" programming can be insidious. Edited August 22, 2022 by leakim
ck2modfan Posted August 22, 2022 Posted August 22, 2022 After father "upgrades" furniture, there is no request or punishment for using/not using it. Is there supposed to be? Is there a variable needed to be changed to kick start the need/use of furniture?
Monoman1 Posted August 22, 2022 Posted August 22, 2022 (edited) 1 hour ago, ck2modfan said: After father "upgrades" furniture, there is no request or punishment for using/not using it. Is there supposed to be? Is there a variable needed to be changed to kick start the need/use of furniture? Ahh, no. There's an apology failure punishment (random) but there's no regular use job or task etc. I'm not sure what kind of task you could have with it. Also if you spend some time in the furniture voluntarily you should get some favor. 6 hours ago, leakim said: "Concurrent" programming can be insidious. Ugh, tell me about it. I think what I'll do is just create an interface to SLA and call the function directly rather than use a mod event. That'll cut out the unknown quantity. I want arousal to climb noticeably quickly while pole dancing (but preferably gradually) Edited August 22, 2022 by Monoman1
kapibar Posted August 24, 2022 Posted August 24, 2022 5 hours ago, xyzxyz said: Any updates? No, there are no updates, Mono is still working on it. For the future - the link to newest versions of WT and SLS can usually be found in MM1's signature, so if you're usure - just check when was the last update. 2
xyzxyz Posted August 25, 2022 Posted August 25, 2022 (edited) What is meant with "The house is becoming a bit untidy" ? There is no dirt or anything on the floor. Edited August 25, 2022 by xyzxyz
Monoman1 Posted August 25, 2022 Posted August 25, 2022 11 minutes ago, xyzxyz said: What is meant with "The house is becoming a bit untidy" ? There is no dirt or anything on the floor. Probably the clutter around the house is messy. Use the tidy menu on them.
yewm0n Posted August 25, 2022 Posted August 25, 2022 Can anyone suggest me quality mods like this? Also I already played Thief so yeah,
xyzxyz Posted August 25, 2022 Posted August 25, 2022 Is there a reason why the job for the towers guards doesn't show up after a while? I've waited 2 weeks now but it's the only task that never showed up again after the second sex.
Monoman1 Posted August 25, 2022 Posted August 25, 2022 9 minutes ago, xyzxyz said: Is there a reason why the job for the towers guards doesn't show up after a while? I've waited 2 weeks now but it's the only task that never showed up again after the second sex. Just keep asking. You're at the mercy of RNG. There is no "task timeout or cooldown". "There are no jobs" is always an option so you just have to keep asking....
justjay224 Posted August 25, 2022 Posted August 25, 2022 (edited) So this one just isn't working for me. I use LAL, am I missing something? I even used the "coc pchsWartimesHome" and read the journal, but nothing happened. is this a load order thing or something else? Using the SE version. MCM menu loaded, house/mom/father is all there, but nothing happens. Edited August 25, 2022 by justjay224
Monoman1 Posted August 26, 2022 Posted August 26, 2022 11 hours ago, justjay224 said: So this one just isn't working for me. I use LAL, am I missing something? I even used the "coc pchsWartimesHome" and read the journal, but nothing happened. is this a load order thing or something else? Using the SE version. MCM menu loaded, house/mom/father is all there, but nothing happens. Load WT after alternate start. Save and reload in the LAL cell (this is something you should do anyway to run OnPlayerLoadsGame() for the first time) Or use the alternate method tamai posted. 1
justjay224 Posted August 27, 2022 Posted August 27, 2022 The fix was using the file posted in these comments and not the file on the actual download page. The main download really needs to be updated. Mod worked, played it for awhile, but I have LOTS of other mods installed. Even on a fresh game, I got repeated CTD while entering/leaving new areas. I'll try it again some day when I do a fresh mod install of everything.
xyzxyz Posted August 28, 2022 Posted August 28, 2022 What is this reputation the player looses when doing the supply run without the mask? Another soft dependency?
dertcz Posted August 29, 2022 Posted August 29, 2022 7 hours ago, xyzxyz said: What is this reputation the player looses when doing the supply run without the mask? Another soft dependency? Short time (half day?) debuf, with a price reduction for selling and increase for buying. Maybe something more.
Monoman1 Posted August 29, 2022 Posted August 29, 2022 7 hours ago, xyzxyz said: What is this reputation the player looses when doing the supply run without the mask? Another soft dependency? Its WTs own debuff for letting people see you naked. Of course by the time you get to belethor its going to be maxed out. Its a hefty increase in prices. Should last as long until your next supply run. Maybe belethor can offer a solution...? 1
lcewolf Posted August 31, 2022 Posted August 31, 2022 (edited) I must say I didn't have time lately to play at Skyrim for the last few months. I am very pleased to see the supply run @Monoman1. I love the effect and reaction you made when you go out without mask. I love the Slut magic effect and I hope you will made it permanent . I can see the scene no one want to sell or bought anything from her because the dirty slut she is. I don't know if you will use the freedom license in the future to block her access to any merchant without have a license, be naked or have a follower. I am quite surprise the PC didn't fight back a little at least when father ask her to go out without Mask. Personally I would have made father kick her out of the house and lock the door until she done the supply run naked, it’s another huge step and our PC should react in consequence no? Personally I would have fight back to keep the nearly last part dignity i have or our PC have. Until this moment our PC hide her status or try to keep it secret with few consequences but now all barrier has fall and she can't hide what she is anymore. I don't know if you plan in the future to block few license past this line. Like clothing/bikini/armor or other? Another point I have some suggestions I think you could like to add immersion to the mod. During discussions with Father, he could have a tab or an option for question the PC could ask. Something like this. I have some question about a request you made to me Daddy? • About the diet you asked me. When will I be able to eat and drink normally? (That's all you will ever need from now, be grateful) • About what I have the right to wear. Will I ever be able to wear the clothes I want?" «Outfit progression » (You wear everything necessary to understand your place.) • About what I have the right to wear. Will I ever be able to wear clothes again?" «Naked » (No. It’s your new reality, you will get use to this. Forget this idea. It won't change do you a reason) · About the accessory I have to wear. «Collar» I constantly feel discomfort with the collar, can I remove it? (It's exactly the goal! It is a reminder that you must constantly obey me.) · About the Grocery list «Supply run naked with mask». Father even when I wear clothes people constantly watch me with a weird look. I feel dirty father. ( You are a dirty slut get use to it) · About the Grocery list «Supply run naked with mask and cum», Father i did as you ask but could you reconsider cover me with cum! (Do as i say and obey me or i will punish you.) · About the Grocery list «Supply run naked with mask Belethor ask for sexual service» Father, Belethor know who am I. He asks me to serve him for getting his supply! (Do as he say and obey him or i will punish you.) · About the Grocery list «Supply run naked without mask». Please Father please, you have to reconsider! Let me wear clothes or the mask again. I can't keep doing this! (Stop complaining. Everyone as already see the dirty slut you are.) · About the having sex with animal. Father I am not an animal having sex with them is disgusting, I deserve better! (Daughter there is a natural order and your place is completely on the bottom. You are a cum dump for everything and everyone) Edited August 31, 2022 by lcewolf 4
lcewolf Posted September 1, 2022 Posted September 1, 2022 (edited) Once at the final stage with the supply run «Without hood», i was wondering if you could consider force our PC to Walk only and allow more time to make the supply run? For my part i run most of the time the faster i can and directly to Belethor hiding my PC body with her hand. If father force her to walk more people could see her. I don't know if you could consider to make her walk naked in all Whiterun? Like this before going to see Gray-mane and Belethor? Spoiler It could also be a very efficient punishment or day to day task. Her reputation would be destroy also her resistance. If you don't want to make something complicated just put few point on the ground and don't move for an hour at each point. I suppose it could be more easy then speak with an actual NPC for advance the quest. Hall of the Dead, Whiterun Prison, the bannered mare and the Drunken huntsman could be more interresting place for optimise the number of people seeing you completly nude. But it would force the PC to speak to actual NPC. More immersive but more complicated If she do either you could also give her 10 points at each Sub/Dev/FathervolunataryserveRP Edited September 1, 2022 by lcewolf
kapibar Posted September 1, 2022 Posted September 1, 2022 4 hours ago, lcewolf said: Once at the final stage with the supply run «Without hood», i was wondering if you could consider force our PC to Walk only and allow more time to make the supply run? For my part i run most of the time the faster i can and directly to Belethor hiding my PC body with her hand. If father force her to walk more people could see her. This is rather easy to address - a yoke. No hand movement, no cover. It's not like the PC needs her hands free in order to move supplies and do a blowjob. 1
Desvati Posted September 1, 2022 Posted September 1, 2022 4 hours ago, kapibar said: This is rather easy to address - a yoke. No hand movement, no cover. It's not like the PC needs her hands free in order to move supplies and do a blowjob. Hand cuffs and shackles for the hand binding and forced walking!
lcewolf Posted September 1, 2022 Posted September 1, 2022 9 hours ago, kapibar said: This is rather easy to address - a yoke. No hand movement, no cover. It's not like the PC needs her hands free in order to move supplies and do a blowjob. Could be nice but i am not sure about animation and Belethor's dog. A magic effect could be more efficient and won't block any animation. 4 hours ago, Desvati said: Hand cuffs and shackles for the hand binding and forced walking! Just like the hood father could unlock them after the run ^^.
kapibar Posted September 1, 2022 Posted September 1, 2022 6 hours ago, Desvati said: Hand cuffs and shackles for the hand binding and forced walking! Shackles share the slot with arm & leg cuffs, which are already used in WT. Device removal is not 100% reliable, that's why I suggested something that does not collide with devices already used by the mod. 2 hours ago, lcewolf said: Could be nice but i am not sure about animation and Belethor's dog. A magic effect could be more efficient and won't block any animation. Just like the hood father could unlock them after the run ^^. I'm quite certain there are animal animations that take DD's into account, so it should work just fine.
safado Posted September 1, 2022 Posted September 1, 2022 1 hour ago, kapibar said: Shackles share the slot with arm & leg cuffs, which are already used in WT. Device removal is not 100% reliable, that's why I suggested something that does not collide with devices already used by the mod. I'm quite certain there are animal animations that take DD's into account, so it should work just fine. To my understanding, DD only runs animations included with DD and do not take into account anything registered by SLAL. Non-DD animations will be filtered out by DD during a Sexllab animation event call. Non-DD means not added by DD. DD animations for bound sex Spoiler Version V4.0.0 ' FunnyBiz Yoke ' DD_FBYokeHolding s DD_FBYokeHolding_A1_S1 DD_FBYokeHoldingA1_s1.hkx + DD_FBYokeHolding_A1_S2 DD_FBYokeHoldingA1_s2.hkx + DD_FBYokeHolding_A1_S3 DD_FBYokeHoldingA1_s3.hkx + DD_FBYokeHolding_A1_S4 DD_FBYokeHoldingA1_s4.hkx + DD_FBYokeHolding_A1_S5 DD_FBYokeHoldingA1_s5.hkx s DD_FBYokeHolding_A2_S1 DD_FBYokeHoldingA2_s1.hkx + DD_FBYokeHolding_A2_S2 DD_FBYokeHoldingA2_s2.hkx + DD_FBYokeHolding_A2_S3 DD_FBYokeHoldingA2_s3.hkx + DD_FBYokeHolding_A2_S4 DD_FBYokeHoldingA2_s4.hkx + DD_FBYokeHolding_A2_S5 DD_FBYokeHoldingA2_s5.hkx ' DD_FBYokeDoggy s DD_FBYokeDoggy_A1_S1 DD_FBYokeDoggyA1_s1.hkx + DD_FBYokeDoggy_A1_S2 DD_FBYokeDoggyA1_s2.hkx + DD_FBYokeDoggy_A1_S3 DD_FBYokeDoggyA1_s3.hkx + DD_FBYokeDoggy_A1_S4 DD_FBYokeDoggyA1_s4.hkx + DD_FBYokeDoggy_A1_S5 DD_FBYokeDoggyA1_s5.hkx s DD_FBYokeDoggy_A2_S1 DD_FBYokeDoggyA2_s1.hkx + DD_FBYokeDoggy_A2_S2 DD_FBYokeDoggyA2_s2.hkx + DD_FBYokeDoggy_A2_S3 DD_FBYokeDoggyA2_s3.hkx + DD_FBYokeDoggy_A2_S4 DD_FBYokeDoggyA2_s4.hkx + DD_FBYokeDoggy_A2_S5 DD_FBYokeDoggyA2_s5.hkx ' DD_FBMolagStandingYoke s DD_FBMolagStandingYoke_A1_S1 DD_FBMolagStandingYokeA1_s1.hkx + DD_FBMolagStandingYoke_A1_S2 DD_FBMolagStandingYokeA1_s2.hkx + DD_FBMolagStandingYoke_A1_S3 DD_FBMolagStandingYokeA1_s3.hkx + DD_FBMolagStandingYoke_A1_S4 DD_FBMolagStandingYokeA1_s4.hkx + DD_FBMolagStandingYoke_A1_S5 DD_FBMolagStandingYokeA1_s5.hkx s DD_FBMolagStandingYoke_A2_S1 DD_FBMolagStandingYokeA2_s1.hkx + DD_FBMolagStandingYoke_A2_S2 DD_FBMolagStandingYokeA2_s2.hkx + DD_FBMolagStandingYoke_A2_S3 DD_FBMolagStandingYokeA2_s3.hkx + DD_FBMolagStandingYoke_A2_S4 DD_FBMolagStandingYokeA2_s4.hkx + DD_FBMolagStandingYoke_A2_S5 DD_FBMolagStandingYokeA2_s5.hkx ' ZAP Wrists (behind) ' Aggressive Doggy Style b DD_ZapWriDoggy01_A1_S1 DD_ZapWriDoggy01_A1_S1.hkx b DD_ZapWriDoggy01_A1_S2 DD_ZapWriDoggy01_A1_S2.hkx b DD_ZapWriDoggy01_A1_S3 DD_ZapWriDoggy01_A1_S3.hkx b DD_ZapWriDoggy01_A1_S4 DD_ZapWriDoggy01_A1_S4.hkx b DD_ZapWriDoggy01_A2_S1 DD_ZapWriDoggy01_A2_S1.hkx b DD_ZapWriDoggy01_A2_S2 DD_ZapWriDoggy01_A2_S2.hkx b DD_ZapWriDoggy01_A2_S3 DD_ZapWriDoggy01_A2_S3.hkx b DD_ZapWriDoggy01_A2_S4 DD_ZapWriDoggy01_A2_S4.hkx ' Agressive Missionary s DD_ZapWriMissionary01_A1_S1 DD_ZapWriMissionary01_A1_S1.hkx + DD_ZapWriMissionary01_A1_S2 DD_ZapWriMissionary01_A1_S2.hkx + DD_ZapWriMissionary01_A1_S3 DD_ZapWriMissionary01_A1_S3.hkx + DD_ZapWriMissionary01_A1_S4 DD_ZapWriMissionary01_A1_S4.hkx ' AP Skullfuck s DD_ZapWriSkullFuck01_A1_S1 DD_ZapWriSkullFuck01_A1_S1.hkx + DD_ZapWriSkullFuck01_A1_S2 DD_ZapWriSkullFuck01_A1_S2.hkx + DD_ZapWriSkullFuck01_A1_S3 DD_ZapWriSkullFuck01_A1_S3.hkx + DD_ZapWriSkullFuck01_A1_S4 DD_ZapWriSkullFuck01_A1_S4.hkx + DD_ZapWriSkullFuck01_A1_S5 DD_ZapWriSkullFuck01_A1_S5.hkx ' Arrok Lesbian s DD_ZapWriLesbian01_A1_S1 DD_ZapWriLesbian01_A1_S1.hkx + DD_ZapWriLesbian01_A1_S2 DD_ZapWriLesbian01_A1_S2.hkx + DD_ZapWriLesbian01_A1_S3 DD_ZapWriLesbian01_A1_S3.hkx + DD_ZapWriLesbian01_A1_S4 DD_ZapWriLesbian01_A1_S4.hkx s DD_ZapWriLesbian01_A2_S1 DD_ZapWriLesbian01_A2_S1.hkx + DD_ZapWriLesbian01_A2_S2 DD_ZapWriLesbian01_A2_S2.hkx + DD_ZapWriLesbian01_A2_S3 DD_ZapWriLesbian01_A2_S3.hkx + DD_ZapWriLesbian01_A2_S4 DD_ZapWriLesbian01_A2_S4.hkx ' Arrok Boobjob s DD_ZapWriBoobjob01_A1_S1 DD_ZapWriBoobjob01_A1_S1.hkx + DD_ZapWriBoobjob01_A1_S2 DD_ZapWriBoobjob01_A1_S2.hkx + DD_ZapWriBoobjob01_A1_S3 DD_ZapWriBoobjob01_A1_S3.hkx + DD_ZapWriBoobjob01_A1_S4 DD_ZapWriBoobjob01_A1_S4.hkx ' Leito Kissing s -a DD_ZapWriKissing01_A1_S1 DD_ZapWriKissing01_A1_S1.hkx + DD_ZapWriKissing01_A1_S2 DD_ZapWriKissing01_A1_S2.hkx b -a,Tn DD_ZapWriKissing01_A1_S3 DD_ZapWriKissing01_A1_S3.hkx ' Leito Blowjob s DD_ZapWriBlowjob01_A1_S1 DD_ZapWriBlowjob01_A1_S1.hkx + DD_ZapWriBlowjob01_A1_S2 DD_ZapWriBlowjob01_A1_S2.hkx + DD_ZapWriBlowjob01_A1_S3 DD_ZapWriBlowjob01_A1_S3.hkx + DD_ZapWriBlowjob01_A1_S4 DD_ZapWriBlowjob01_A1_S4.hkx + DD_ZapWriBlowjob01_A1_S5 DD_ZapWriBlowjob01_A1_S5.hkx ' Arrok Missionary s DD_ZapWriMissionary03_A1_S1 DD_ZapWriMissionary03_A1_S1.hkx + DD_ZapWriMissionary03_A1_S2 DD_ZapWriMissionary03_A1_S2.hkx + DD_ZapWriMissionary03_A1_S3 DD_ZapWriMissionary03_A1_S3.hkx + DD_ZapWriMissionary03_A1_S4 DD_ZapWriMissionary03_A1_S4.hkx ' Arrok Foreplay s DD_ZapWriForeplay01_A1_S1 DD_ZapWriForeplay01_A1_S1.hkx + DD_ZapWriForeplay01_A1_S2 DD_ZapWriForeplay01_A1_S2.hkx + DD_ZapWriForeplay01_A1_S3 DD_ZapWriForeplay01_A1_S3.hkx + DD_ZapWriForeplay01_A1_S4 DD_ZapWriForeplay01_A1_S4.hkx ' ZAP Armbinder ' Aggressive Doggy Style b DD_ZapArmbDoggy01_A1_S1 DD_ZapArmbDoggy01_A1_S1.hkx b DD_ZapArmbDoggy01_A1_S2 DD_ZapArmbDoggy01_A1_S2.hkx b DD_ZapArmbDoggy01_A1_S3 DD_ZapArmbDoggy01_A1_S3.hkx b DD_ZapArmbDoggy01_A1_S4 DD_ZapArmbDoggy01_A1_S4.hkx b DD_ZapArmbDoggy01_A2_S1 DD_ZapArmbDoggy01_A2_S1.hkx b DD_ZapArmbDoggy01_A2_S2 DD_ZapArmbDoggy01_A2_S2.hkx b DD_ZapArmbDoggy01_A2_S3 DD_ZapArmbDoggy01_A2_S3.hkx b DD_ZapArmbDoggy01_A2_S4 DD_ZapArmbDoggy01_A2_S4.hkx ' Agressive Missionary s DD_ZapArmbMissionary01_A1_S1 DD_ZapArmbMissionary01_A1_S1.hkx + DD_ZapArmbMissionary01_A1_S2 DD_ZapArmbMissionary01_A1_S2.hkx + DD_ZapArmbMissionary01_A1_S3 DD_ZapArmbMissionary01_A1_S3.hkx + DD_ZapArmbMissionary01_A1_S4 DD_ZapArmbMissionary01_A1_S4.hkx ' AP Skullfuck s DD_ZapArmbSkullFuck01_A1_S1 DD_ZapArmbSkullFuck01_A1_S1.hkx + DD_ZapArmbSkullFuck01_A1_S2 DD_ZapArmbSkullFuck01_A1_S2.hkx + DD_ZapArmbSkullFuck01_A1_S3 DD_ZapArmbSkullFuck01_A1_S3.hkx + DD_ZapArmbSkullFuck01_A1_S4 DD_ZapArmbSkullFuck01_A1_S4.hkx + DD_ZapArmbSkullFuck01_A1_S5 DD_ZapArmbSkullFuck01_A1_S5.hkx ' Arrok Lesbian s DD_ZapArmbLesbian01_A1_S1 DD_ZapArmbLesbian01_A1_S1.hkx + DD_ZapArmbLesbian01_A1_S2 DD_ZapArmbLesbian01_A1_S2.hkx + DD_ZapArmbLesbian01_A1_S3 DD_ZapArmbLesbian01_A1_S3.hkx + DD_ZapArmbLesbian01_A1_S4 DD_ZapArmbLesbian01_A1_S4.hkx s DD_ZapArmbLesbian01_A2_S1 DD_ZapArmbLesbian01_A2_S1.hkx + DD_ZapArmbLesbian01_A2_S2 DD_ZapArmbLesbian01_A2_S2.hkx + DD_ZapArmbLesbian01_A2_S3 DD_ZapArmbLesbian01_A2_S3.hkx + DD_ZapArmbLesbian01_A2_S4 DD_ZapArmbLesbian01_A2_S4.hkx ' Arrok Boobjob s DD_ZapArmbBoobjob01_A1_S1 DD_ZapArmbBoobjob01_A1_S1.hkx + DD_ZapArmbBoobjob01_A1_S2 DD_ZapArmbBoobjob01_A1_S2.hkx + DD_ZapArmbBoobjob01_A1_S3 DD_ZapArmbBoobjob01_A1_S3.hkx + DD_ZapArmbBoobjob01_A1_S4 DD_ZapArmbBoobjob01_A1_S4.hkx ' Leito kissing s -a DD_ZapArmbKissing01_A1_S1 DD_ZapArmbKissing01_A1_S1.hkx + DD_ZapArmbKissing01_A1_S2 DD_ZapArmbKissing01_A1_S2.hkx b -a,Tn DD_ZapArmbKissing01_A1_S3 DD_ZapArmbKissing01_A1_S3.hkx ' Leito Blowjob s DD_ZapArmbBlowjob01_A1_S1 DD_ZapArmbBlowjob01_A1_S1.hkx + DD_ZapArmbBlowjob01_A1_S2 DD_ZapArmbBlowjob01_A1_S2.hkx + DD_ZapArmbBlowjob01_A1_S3 DD_ZapArmbBlowjob01_A1_S3.hkx + DD_ZapArmbBlowjob01_A1_S4 DD_ZapArmbBlowjob01_A1_S4.hkx + DD_ZapArmbBlowjob01_A1_S5 DD_ZapArmbBlowjob01_A1_S5.hkx ' ZAP Yoke ' Agressive Missionary s DD_ZapYokeMissionary01_A1_S1 DD_ZapYokeMissionary01_A1_S1.hkx + DD_ZapYokeMissionary01_A1_S2 DD_ZapYokeMissionary01_A1_S2.hkx + DD_ZapYokeMissionary01_A1_S3 DD_ZapYokeMissionary01_A1_S3.hkx + DD_ZapYokeMissionary01_A1_S4 DD_ZapYokeMissionary01_A1_S4.hkx ' AP Skullfuck s DD_ZapYokeSkullFuck01_A1_S1 DD_ZapYokeSkullFuck01_A1_S1.hkx + DD_ZapYokeSkullFuck01_A1_S2 DD_ZapYokeSkullFuck01_A1_S2.hkx + DD_ZapYokeSkullFuck01_A1_S3 DD_ZapYokeSkullFuck01_A1_S3.hkx + DD_ZapYokeSkullFuck01_A1_S4 DD_ZapYokeSkullFuck01_A1_S4.hkx + DD_ZapYokeSkullFuck01_A1_S5 DD_ZapYokeSkullFuck01_A1_S5.hkx ' Zyn Missionary s DD_ZapYokeMissionary02_A1_S1 DD_ZapYokeMissionary02_A1_S1.hkx + DD_ZapYokeMissionary02_A1_S2 DD_ZapYokeMissionary02_A1_S2.hkx + DD_ZapYokeMissionary02_A1_S3 DD_ZapYokeMissionary02_A1_S3.hkx + DD_ZapYokeMissionary02_A1_S4 DD_ZapYokeMissionary02_A1_S4.hkx + DD_ZapYokeMissionary02_A1_S5 DD_ZapYokeMissionary02_A1_S5.hkx ' Leito kissing s -a DD_ZapYokeKissing01_A1_S1 DD_ZapYokeKissing01_A1_S1.hkx + DD_ZapYokeKissing01_A1_S2 DD_ZapYokeKissing01_A1_S2.hkx b -a,Tn DD_ZapYokeKissing01_A1_S3 DD_ZapYokeKissing01_A1_S3.hkx ' Leito Blowjob s DD_ZapYokeBlowjob01_A1_S1 DD_ZapYokeBlowjob01_A1_S1.hkx + DD_ZapYokeBlowjob01_A1_S2 DD_ZapYokeBlowjob01_A1_S2.hkx + DD_ZapYokeBlowjob01_A1_S3 DD_ZapYokeBlowjob01_A1_S3.hkx + DD_ZapYokeBlowjob01_A1_S4 DD_ZapYokeBlowjob01_A1_S4.hkx + DD_ZapYokeBlowjob01_A1_S5 DD_ZapYokeBlowjob01_A1_S5.hkx ' Arrok Missionary s DD_ZapYokeMissionary03_A1_S1 DD_ZapYokeMissionary03_A1_S1.hkx + DD_ZapYokeMissionary03_A1_S2 DD_ZapYokeMissionary03_A1_S2.hkx + DD_ZapYokeMissionary03_A1_S3 DD_ZapYokeMissionary03_A1_S3.hkx + DD_ZapYokeMissionary03_A1_S4 DD_ZapYokeMissionary03_A1_S4.hkx ' Arrok Foreplay s DD_ZapYokeForeplay01_A2_S1 DD_ZapYokeForeplay01_A2_S1.hkx + DD_ZapYokeForeplay01_A2_S2 DD_ZapYokeForeplay01_A2_S2.hkx + DD_ZapYokeForeplay01_A2_S3 DD_ZapYokeForeplay01_A2_S3.hkx + DD_ZapYokeForeplay01_A2_S4 DD_ZapYokeForeplay01_A2_S4.hkx ' Arrok Lesbian s DD_ZapYokeLesbian01_A1_S1 DD_ZapYokeLesbian01_A1_S1.hkx + DD_ZapYokeLesbian01_A1_S2 DD_ZapYokeLesbian01_A1_S2.hkx + DD_ZapYokeLesbian01_A1_S3 DD_ZapYokeLesbian01_A1_S3.hkx + DD_ZapYokeLesbian01_A1_S4 DD_ZapYokeLesbian01_A1_S4.hkx s DD_ZapYokeLesbian01_A2_S1 DD_ZapYokeLesbian01_A2_S1.hkx + DD_ZapYokeLesbian01_A2_S2 DD_ZapYokeLesbian01_A2_S2.hkx + DD_ZapYokeLesbian01_A2_S3 DD_ZapYokeLesbian01_A2_S3.hkx + DD_ZapYokeLesbian01_A2_S4 DD_ZapYokeLesbian01_A2_S4.hkx ' ZAP Free (used for unbound actors in mixed animations) s -a DD_ZapKissing01_A1_S1 DD_LeitoKissingM_a1_s1.hkx + DD_ZapKissing01_A1_S2 DD_LeitoKissingM_a1_s2.hkx b -a,Tn DD_ZapKissing01_A1_S3 DD_LeitoKissingM_a1_s3.hkx s -a DD_ZapKissing01_A2_S1 DD_LeitoKissingM_a2_s1.hkx + DD_ZapKissing01_A2_S2 DD_LeitoKissingM_a2_s2.hkx b -a,Tn DD_ZapKissing01_A2_S3 DD_LeitoKissingM_a2_s3.hkx s -a DD_ZapKissing02_A1_S1 DD_LeitoKissingF_a1_s1.hkx + DD_ZapKissing02_A1_S2 DD_LeitoKissingF_a1_s2.hkx b -a,Tn DD_ZapKissing02_A1_S3 DD_LeitoKissingF_a1_s3.hkx s -a DD_ZapKissing02_A2_S1 DD_LeitoKissingF_a2_s1.hkx + DD_ZapKissing02_A2_S2 DD_LeitoKissingF_a2_s2.hkx b -a,Tn DD_ZapKissing02_A2_S3 DD_LeitoKissingF_a2_s3.hkx ' Aggressive Doggy Style b DD_ZapDoggy01_A1_S1 DD_ZapDoggy01_A1_S1.hkx b DD_ZapDoggy01_A1_S2 DD_ZapDoggy01_A1_S2.hkx b DD_ZapDoggy01_A1_S3 DD_ZapDoggy01_A1_S3.hkx b DD_ZapDoggy01_A1_S4 DD_ZapDoggy01_A1_S4.hkx b DD_ZapDoggy01_A2_S1 DD_ZapDoggy01_A2_S1.hkx b DD_ZapDoggy01_A2_S2 DD_ZapDoggy01_A2_S2.hkx b DD_ZapDoggy01_A2_S3 DD_ZapDoggy01_A2_S3.hkx b DD_ZapDoggy01_A2_S4 DD_ZapDoggy01_A2_S4.hkx ' SpaceHamster's animations: ' DD_SH_armbBJ1 s -AVbHumanoidFootIKDisable DD_SH_armbBJ1_A1_S1 DD_SH_armbBJ1_a1_s1.hkx + DD_SH_armbBJ1_A1_S2 DD_SH_armbBJ1_a1_s2.hkx + DD_SH_armbBJ1_A1_S3 DD_SH_armbBJ1_a1_s3.hkx + DD_SH_armbBJ1_A1_S4 DD_SH_armbBJ1_a1_s4.hkx + DD_SH_armbBJ1_A1_S5 DD_SH_armbBJ1_a1_s5.hkx s -AVbHumanoidFootIKDisable DD_SH_armbBJ1_A2_S1 DD_SH_armbBJ1_a2_s1.hkx + DD_SH_armbBJ1_A2_S2 DD_SH_armbBJ1_a2_s2.hkx + DD_SH_armbBJ1_A2_S3 DD_SH_armbBJ1_a2_s3.hkx + DD_SH_armbBJ1_A2_S4 DD_SH_armbBJ1_a2_s4.hkx + DD_SH_armbBJ1_A2_S5 DD_SH_armbBJ1_a2_s5.hkx ' DD_SH_armbCowg1 s DD_SH_armbCowg1_A1_S1 DD_SH_armbCowg1_a1_s1.hkx + DD_SH_armbCowg1_A1_S2 DD_SH_armbCowg1_a1_s2.hkx + DD_SH_armbCowg1_A1_S3 DD_SH_armbCowg1_a1_s3.hkx + DD_SH_armbCowg1_A1_S4 DD_SH_armbCowg1_a1_s4.hkx + DD_SH_armbCowg1_A1_S5 DD_SH_armbCowg1_a1_s5.hkx s DD_SH_armbCowg1_A2_S1 DD_SH_armbCowg1_a2_s1.hkx + DD_SH_armbCowg1_A2_S2 DD_SH_armbCowg1_a2_s2.hkx + DD_SH_armbCowg1_A2_S3 DD_SH_armbCowg1_a2_s3.hkx + DD_SH_armbCowg1_A2_S4 DD_SH_armbCowg1_a2_s4.hkx + DD_SH_armbCowg1_A2_S5 DD_SH_armbCowg1_a2_s5.hkx ' DD_SH_armbMiss1 s DD_SH_armbMiss1_A1_S1 DD_SH_armbMiss1_a1_s1.hkx + DD_SH_armbMiss1_A1_S2 DD_SH_armbMiss1_a1_s2.hkx + DD_SH_armbMiss1_A1_S3 DD_SH_armbMiss1_a1_s3.hkx + DD_SH_armbMiss1_A1_S4 DD_SH_armbMiss1_a1_s4.hkx + DD_SH_armbMiss1_A1_S5 DD_SH_armbMiss1_a1_s5.hkx s DD_SH_armbMiss1_A2_S1 DD_SH_armbMiss1_a2_s1.hkx + DD_SH_armbMiss1_A2_S2 DD_SH_armbMiss1_a2_s2.hkx + DD_SH_armbMiss1_A2_S3 DD_SH_armbMiss1_a2_s3.hkx + DD_SH_armbMiss1_A2_S4 DD_SH_armbMiss1_a2_s4.hkx + DD_SH_armbMiss1_A2_S5 DD_SH_armbMiss1_a2_s5.hkx ' DD_SH_bbyokeBJ1 s -AVbHumanoidFootIKDisable DD_SH_bbyokeBJ1_A1_S1 DD_SH_bbyokeBJ1_a1_s1.hkx + DD_SH_bbyokeBJ1_A1_S2 DD_SH_bbyokeBJ1_a1_s2.hkx + DD_SH_bbyokeBJ1_A1_S3 DD_SH_bbyokeBJ1_a1_s3.hkx + DD_SH_bbyokeBJ1_A1_S4 DD_SH_bbyokeBJ1_a1_s4.hkx + DD_SH_bbyokeBJ1_A1_S5 DD_SH_bbyokeBJ1_a1_s5.hkx s -AVbHumanoidFootIKDisable DD_SH_bbyokeBJ1_A2_S1 DD_SH_bbyokeBJ1_a2_s1.hkx + DD_SH_bbyokeBJ1_A2_S2 DD_SH_bbyokeBJ1_a2_s2.hkx + DD_SH_bbyokeBJ1_A2_S3 DD_SH_bbyokeBJ1_a2_s3.hkx + DD_SH_bbyokeBJ1_A2_S4 DD_SH_bbyokeBJ1_a2_s4.hkx + DD_SH_bbyokeBJ1_A2_S5 DD_SH_bbyokeBJ1_a2_s5.hkx ' DD_SH_bbyokeMiss1 s DD_SH_bbyokeMiss1_A1_S1 DD_SH_bbyokeMiss1_a1_s1.hkx + DD_SH_bbyokeMiss1_A1_S2 DD_SH_bbyokeMiss1_a1_s2.hkx + DD_SH_bbyokeMiss1_A1_S3 DD_SH_bbyokeMiss1_a1_s3.hkx + DD_SH_bbyokeMiss1_A1_S4 DD_SH_bbyokeMiss1_a1_s4.hkx + DD_SH_bbyokeMiss1_A1_S5 DD_SH_bbyokeMiss1_a1_s5.hkx s DD_SH_bbyokeMiss1_A2_S1 DD_SH_bbyokeMiss1_a2_s1.hkx + DD_SH_bbyokeMiss1_A2_S2 DD_SH_bbyokeMiss1_a2_s2.hkx + DD_SH_bbyokeMiss1_A2_S3 DD_SH_bbyokeMiss1_a2_s3.hkx + DD_SH_bbyokeMiss1_A2_S4 DD_SH_bbyokeMiss1_a2_s4.hkx + DD_SH_bbyokeMiss1_A2_S5 DD_SH_bbyokeMiss1_a2_s5.hkx ' DD_SH_cuffsFrontBJ1 s -AVbHumanoidFootIKDisable DD_SH_cuffsFrontBJ1_A1_S1 DD_SH_cuffsFrontBJ1_a1_s1.hkx + DD_SH_cuffsFrontBJ1_A1_S2 DD_SH_cuffsFrontBJ1_a1_s2.hkx + DD_SH_cuffsFrontBJ1_A1_S3 DD_SH_cuffsFrontBJ1_a1_s3.hkx + DD_SH_cuffsFrontBJ1_A1_S4 DD_SH_cuffsFrontBJ1_a1_s4.hkx + DD_SH_cuffsFrontBJ1_A1_S5 DD_SH_cuffsFrontBJ1_a1_s5.hkx s -AVbHumanoidFootIKDisable DD_SH_cuffsFrontBJ1_A2_S1 DD_SH_cuffsFrontBJ1_a2_s1.hkx + DD_SH_cuffsFrontBJ1_A2_S2 DD_SH_cuffsFrontBJ1_a2_s2.hkx + DD_SH_cuffsFrontBJ1_A2_S3 DD_SH_cuffsFrontBJ1_a2_s3.hkx + DD_SH_cuffsFrontBJ1_A2_S4 DD_SH_cuffsFrontBJ1_a2_s4.hkx + DD_SH_cuffsFrontBJ1_A2_S5 DD_SH_cuffsFrontBJ1_a2_s5.hkx ' DD_SH_cuffsFrontMiss1 s DD_SH_cuffsFrontMiss1_A1_S1 DD_SH_cuffsFrontMiss1_a1_s1.hkx + DD_SH_cuffsFrontMiss1_A1_S2 DD_SH_cuffsFrontMiss1_a1_s2.hkx + DD_SH_cuffsFrontMiss1_A1_S3 DD_SH_cuffsFrontMiss1_a1_s3.hkx + DD_SH_cuffsFrontMiss1_A1_S4 DD_SH_cuffsFrontMiss1_a1_s4.hkx + DD_SH_cuffsFrontMiss1_A1_S5 DD_SH_cuffsFrontMiss1_a1_s5.hkx s DD_SH_cuffsFrontMiss1_A2_S1 DD_SH_cuffsFrontMiss1_a2_s1.hkx + DD_SH_cuffsFrontMiss1_A2_S2 DD_SH_cuffsFrontMiss1_a2_s2.hkx + DD_SH_cuffsFrontMiss1_A2_S3 DD_SH_cuffsFrontMiss1_a2_s3.hkx + DD_SH_cuffsFrontMiss1_A2_S4 DD_SH_cuffsFrontMiss1_a2_s4.hkx + DD_SH_cuffsFrontMiss1_A2_S5 DD_SH_cuffsFrontMiss1_a2_s5.hkx ' DD_SH_elbBJ1 s -AVbHumanoidFootIKDisable DD_SH_elbBJ1_A1_S1 DD_SH_elbBJ1_a1_s1.hkx + DD_SH_elbBJ1_A1_S2 DD_SH_elbBJ1_a1_s2.hkx + DD_SH_elbBJ1_A1_S3 DD_SH_elbBJ1_a1_s3.hkx + DD_SH_elbBJ1_A1_S4 DD_SH_elbBJ1_a1_s4.hkx + DD_SH_elbBJ1_A1_S5 DD_SH_elbBJ1_a1_s5.hkx s -AVbHumanoidFootIKDisable DD_SH_elbBJ1_A2_S1 DD_SH_elbBJ1_a2_s1.hkx + DD_SH_elbBJ1_A2_S2 DD_SH_elbBJ1_a2_s2.hkx + DD_SH_elbBJ1_A2_S3 DD_SH_elbBJ1_a2_s3.hkx + DD_SH_elbBJ1_A2_S4 DD_SH_elbBJ1_a2_s4.hkx + DD_SH_elbBJ1_A2_S5 DD_SH_elbBJ1_a2_s5.hkx ' DD_SH_elbCowg1 s DD_SH_elbCowg1_A1_S1 DD_SH_elbCowg1_a1_s1.hkx + DD_SH_elbCowg1_A1_S2 DD_SH_elbCowg1_a1_s2.hkx + DD_SH_elbCowg1_A1_S3 DD_SH_elbCowg1_a1_s3.hkx + DD_SH_elbCowg1_A1_S4 DD_SH_elbCowg1_a1_s4.hkx + DD_SH_elbCowg1_A1_S5 DD_SH_elbCowg1_a1_s5.hkx s DD_SH_elbCowg1_A2_S1 DD_SH_elbCowg1_a2_s1.hkx + DD_SH_elbCowg1_A2_S2 DD_SH_elbCowg1_a2_s2.hkx + DD_SH_elbCowg1_A2_S3 DD_SH_elbCowg1_a2_s3.hkx + DD_SH_elbCowg1_A2_S4 DD_SH_elbCowg1_a2_s4.hkx + DD_SH_elbCowg1_A2_S5 DD_SH_elbCowg1_a2_s5.hkx ' DD_SH_elbMiss1 s DD_SH_elbMiss1_A1_S1 DD_SH_elbMiss1_a1_s1.hkx + DD_SH_elbMiss1_A1_S2 DD_SH_elbMiss1_a1_s2.hkx + DD_SH_elbMiss1_A1_S3 DD_SH_elbMiss1_a1_s3.hkx + DD_SH_elbMiss1_A1_S4 DD_SH_elbMiss1_a1_s4.hkx + DD_SH_elbMiss1_A1_S5 DD_SH_elbMiss1_a1_s5.hkx s DD_SH_elbMiss1_A2_S1 DD_SH_elbMiss1_a2_s1.hkx + DD_SH_elbMiss1_A2_S2 DD_SH_elbMiss1_a2_s2.hkx + DD_SH_elbMiss1_A2_S3 DD_SH_elbMiss1_a2_s3.hkx + DD_SH_elbMiss1_A2_S4 DD_SH_elbMiss1_a2_s4.hkx + DD_SH_elbMiss1_A2_S5 DD_SH_elbMiss1_a2_s5.hkx ' DD_SH_yokeBJ1 s -AVbHumanoidFootIKDisable DD_SH_yokeBJ1_A1_S1 DD_SH_yokeBJ1_a1_s1.hkx + DD_SH_yokeBJ1_A1_S2 DD_SH_yokeBJ1_a1_s2.hkx + DD_SH_yokeBJ1_A1_S3 DD_SH_yokeBJ1_a1_s3.hkx + DD_SH_yokeBJ1_A1_S4 DD_SH_yokeBJ1_a1_s4.hkx + DD_SH_yokeBJ1_A1_S5 DD_SH_yokeBJ1_a1_s5.hkx s -AVbHumanoidFootIKDisable DD_SH_yokeBJ1_A2_S1 DD_SH_yokeBJ1_a2_s1.hkx + DD_SH_yokeBJ1_A2_S2 DD_SH_yokeBJ1_a2_s2.hkx + DD_SH_yokeBJ1_A2_S3 DD_SH_yokeBJ1_a2_s3.hkx + DD_SH_yokeBJ1_A2_S4 DD_SH_yokeBJ1_a2_s4.hkx + DD_SH_yokeBJ1_A2_S5 DD_SH_yokeBJ1_a2_s5.hkx ' DD_SH_yokeMiss1 s DD_SH_yokeMiss1_A1_S1 DD_SH_yokeMiss1_a1_s1.hkx + DD_SH_yokeMiss1_A1_S2 DD_SH_yokeMiss1_a1_s2.hkx + DD_SH_yokeMiss1_A1_S3 DD_SH_yokeMiss1_a1_s3.hkx + DD_SH_yokeMiss1_A1_S4 DD_SH_yokeMiss1_a1_s4.hkx + DD_SH_yokeMiss1_A1_S5 DD_SH_yokeMiss1_a1_s5.hkx s DD_SH_yokeMiss1_A2_S1 DD_SH_yokeMiss1_a2_s1.hkx + DD_SH_yokeMiss1_A2_S2 DD_SH_yokeMiss1_a2_s2.hkx + DD_SH_yokeMiss1_A2_S3 DD_SH_yokeMiss1_a2_s3.hkx + DD_SH_yokeMiss1_A2_S4 DD_SH_yokeMiss1_a2_s4.hkx + DD_SH_yokeMiss1_A2_S5 DD_SH_yokeMiss1_a2_s5.hkx ' Billyy's animations ' DD_Billyy_YokeCowgirl s DD_Billyy_YokeCowgirl_A1_S1 DD_Billyy_YokeCowgirl_A1_S1.hkx + DD_Billyy_YokeCowgirl_A1_S2 DD_Billyy_YokeCowgirl_A1_S2.hkx + DD_Billyy_YokeCowgirl_A1_S3 DD_Billyy_YokeCowgirl_A1_S3.hkx + DD_Billyy_YokeCowgirl_A1_S4 DD_Billyy_YokeCowgirl_A1_S4.hkx + DD_Billyy_YokeCowgirl_A1_S5 DD_Billyy_YokeCowgirl_A1_S5.hkx s DD_Billyy_YokeCowgirl_A2_S1 DD_Billyy_YokeCowgirl_A2_S1.hkx + DD_Billyy_YokeCowgirl_A2_S2 DD_Billyy_YokeCowgirl_A2_S2.hkx + DD_Billyy_YokeCowgirl_A2_S3 DD_Billyy_YokeCowgirl_A2_S3.hkx + DD_Billyy_YokeCowgirl_A2_S4 DD_Billyy_YokeCowgirl_A2_S4.hkx + DD_Billyy_YokeCowgirl_A2_S5 DD_Billyy_YokeCowgirl_A2_S5.hkx ' DD_Billyy_YokeDoggy s DD_Billyy_YokeDoggy_A1_S1 DD_Billyy_YokeDoggy_A1_S1.hkx + DD_Billyy_YokeDoggy_A1_S2 DD_Billyy_YokeDoggy_A1_S2.hkx + DD_Billyy_YokeDoggy_A1_S3 DD_Billyy_YokeDoggy_A1_S3.hkx + DD_Billyy_YokeDoggy_A1_S4 DD_Billyy_YokeDoggy_A1_S4.hkx + DD_Billyy_YokeDoggy_A1_S5 DD_Billyy_YokeDoggy_A1_S5.hkx s DD_Billyy_YokeDoggy_A2_S1 DD_Billyy_YokeDoggy_A2_S1.hkx + DD_Billyy_YokeDoggy_A2_S2 DD_Billyy_YokeDoggy_A2_S2.hkx + DD_Billyy_YokeDoggy_A2_S3 DD_Billyy_YokeDoggy_A2_S3.hkx + DD_Billyy_YokeDoggy_A2_S4 DD_Billyy_YokeDoggy_A2_S4.hkx + DD_Billyy_YokeDoggy_A2_S5 DD_Billyy_YokeDoggy_A2_S5.hkx ' DD_Billyy_YokeMissionary s DD_Billyy_YokeMissionary_A1_S1 DD_Billyy_YokeMissionary_A1_S1.hkx + DD_Billyy_YokeMissionary_A1_S2 DD_Billyy_YokeMissionary_A1_S2.hkx + DD_Billyy_YokeMissionary_A1_S3 DD_Billyy_YokeMissionary_A1_S3.hkx + DD_Billyy_YokeMissionary_A1_S4 DD_Billyy_YokeMissionary_A1_S4.hkx + DD_Billyy_YokeMissionary_A1_S5 DD_Billyy_YokeMissionary_A1_S5.hkx s DD_Billyy_YokeMissionary_A2_S1 DD_Billyy_YokeMissionary_A2_S1.hkx + DD_Billyy_YokeMissionary_A2_S2 DD_Billyy_YokeMissionary_A2_S2.hkx + DD_Billyy_YokeMissionary_A2_S3 DD_Billyy_YokeMissionary_A2_S3.hkx + DD_Billyy_YokeMissionary_A2_S4 DD_Billyy_YokeMissionary_A2_S4.hkx + DD_Billyy_YokeMissionary_A2_S5 DD_Billyy_YokeMissionary_A2_S5.hkx ' DD_Billyy_YokeStanding s DD_Billyy_YokeStanding_A1_S1 DD_Billyy_YokeStanding_A1_S1.hkx + DD_Billyy_YokeStanding_A1_S2 DD_Billyy_YokeStanding_A1_S2.hkx + DD_Billyy_YokeStanding_A1_S3 DD_Billyy_YokeStanding_A1_S3.hkx + DD_Billyy_YokeStanding_A1_S4 DD_Billyy_YokeStanding_A1_S4.hkx + DD_Billyy_YokeStanding_A1_S5 DD_Billyy_YokeStanding_A1_S5.hkx s DD_Billyy_YokeStanding_A2_S1 DD_Billyy_YokeStanding_A2_S1.hkx + DD_Billyy_YokeStanding_A2_S2 DD_Billyy_YokeStanding_A2_S2.hkx + DD_Billyy_YokeStanding_A2_S3 DD_Billyy_YokeStanding_A2_S3.hkx + DD_Billyy_YokeStanding_A2_S4 DD_Billyy_YokeStanding_A2_S4.hkx + DD_Billyy_YokeStanding_A2_S5 DD_Billyy_YokeStanding_A2_S5.hkx ' DD_Billyy_YokeFaceFuck s DD_Billyy_YokeFaceFuck_A1_S1 DD_Billyy_YokeFaceFuck_A1_S1.hkx + DD_Billyy_YokeFaceFuck_A1_S2 DD_Billyy_YokeFaceFuck_A1_S2.hkx + DD_Billyy_YokeFaceFuck_A1_S3 DD_Billyy_YokeFaceFuck_A1_S3.hkx + DD_Billyy_YokeFaceFuck_A1_S4 DD_Billyy_YokeFaceFuck_A1_S4.hkx + DD_Billyy_YokeFaceFuck_A1_S5 DD_Billyy_YokeFaceFuck_A1_S5.hkx s DD_Billyy_YokeFaceFuck_A2_S1 DD_Billyy_YokeFaceFuck_A2_S1.hkx + DD_Billyy_YokeFaceFuck_A2_S2 DD_Billyy_YokeFaceFuck_A2_S2.hkx + DD_Billyy_YokeFaceFuck_A2_S3 DD_Billyy_YokeFaceFuck_A2_S3.hkx + DD_Billyy_YokeFaceFuck_A2_S4 DD_Billyy_YokeFaceFuck_A2_S4.hkx + DD_Billyy_YokeFaceFuck_A2_S5 DD_Billyy_YokeFaceFuck_A2_S5.hkx ' DD_Billyy_Yoke69 s DD_Billyy_Yoke69_A1_S1 DD_Billyy_Yoke69_A1_S1.hkx + DD_Billyy_Yoke69_A1_S2 DD_Billyy_Yoke69_A1_S2.hkx + DD_Billyy_Yoke69_A1_S3 DD_Billyy_Yoke69_A1_S3.hkx + DD_Billyy_Yoke69_A1_S4 DD_Billyy_Yoke69_A1_S4.hkx + DD_Billyy_Yoke69_A1_S5 DD_Billyy_Yoke69_A1_S5.hkx s DD_Billyy_Yoke69_A2_S1 DD_Billyy_Yoke69_A2_S1.hkx + DD_Billyy_Yoke69_A2_S2 DD_Billyy_Yoke69_A2_S2.hkx + DD_Billyy_Yoke69_A2_S3 DD_Billyy_Yoke69_A2_S3.hkx + DD_Billyy_Yoke69_A2_S4 DD_Billyy_Yoke69_A2_S4.hkx + DD_Billyy_Yoke69_A2_S5 DD_Billyy_Yoke69_A2_S5.hkx ' DD_Billyy_YokeRevCowgirlAnal s DD_Billyy_YokeRevCowgirlAnal_A1_S1 DD_Billyy_YokeRevCowgirlAnal_A1_S1.hkx + DD_Billyy_YokeRevCowgirlAnal_A1_S2 DD_Billyy_YokeRevCowgirlAnal_A1_S2.hkx + DD_Billyy_YokeRevCowgirlAnal_A1_S3 DD_Billyy_YokeRevCowgirlAnal_A1_S3.hkx + DD_Billyy_YokeRevCowgirlAnal_A1_S4 DD_Billyy_YokeRevCowgirlAnal_A1_S4.hkx + DD_Billyy_YokeRevCowgirlAnal_A1_S5 DD_Billyy_YokeRevCowgirlAnal_A1_S5.hkx s DD_Billyy_YokeRevCowgirlAnal_A2_S1 DD_Billyy_YokeRevCowgirlAnal_A2_S1.hkx + DD_Billyy_YokeRevCowgirlAnal_A2_S2 DD_Billyy_YokeRevCowgirlAnal_A2_S2.hkx + DD_Billyy_YokeRevCowgirlAnal_A2_S3 DD_Billyy_YokeRevCowgirlAnal_A2_S3.hkx + DD_Billyy_YokeRevCowgirlAnal_A2_S4 DD_Billyy_YokeRevCowgirlAnal_A2_S4.hkx + DD_Billyy_YokeRevCowgirlAnal_A2_S5 DD_Billyy_YokeRevCowgirlAnal_A2_S5.hkx ' DD_Billyy_YokeLayingAnal s DD_Billyy_YokeLayingAnal_A1_S1 DD_Billyy_YokeLayingAnal_A1_S1.hkx + DD_Billyy_YokeLayingAnal_A1_S2 DD_Billyy_YokeLayingAnal_A1_S2.hkx + DD_Billyy_YokeLayingAnal_A1_S3 DD_Billyy_YokeLayingAnal_A1_S3.hkx + DD_Billyy_YokeLayingAnal_A1_S4 DD_Billyy_YokeLayingAnal_A1_S4.hkx + DD_Billyy_YokeLayingAnal_A1_S5 DD_Billyy_YokeLayingAnal_A1_S5.hkx s DD_Billyy_YokeLayingAnal_A2_S1 DD_Billyy_YokeLayingAnal_A2_S1.hkx + DD_Billyy_YokeLayingAnal_A2_S2 DD_Billyy_YokeLayingAnal_A2_S2.hkx + DD_Billyy_YokeLayingAnal_A2_S3 DD_Billyy_YokeLayingAnal_A2_S3.hkx + DD_Billyy_YokeLayingAnal_A2_S4 DD_Billyy_YokeLayingAnal_A2_S4.hkx + DD_Billyy_YokeLayingAnal_A2_S5 DD_Billyy_YokeLayingAnal_A2_S5.hkx ' DD_B_PS_Doggy s DD_B_PS_Doggy_A1_S1 DD_B_PS_Doggy_A1_S1.hkx + DD_B_PS_Doggy_A1_S2 DD_B_PS_Doggy_A1_S2.hkx + DD_B_PS_Doggy_A1_S3 DD_B_PS_Doggy_A1_S3.hkx + DD_B_PS_Doggy_A1_S4 DD_B_PS_Doggy_A1_S4.hkx + DD_B_PS_Doggy_A1_S5 DD_B_PS_Doggy_A1_S5.hkx s DD_B_PS_Doggy_A2_S1 DD_B_PS_Doggy_A2_S1.hkx + DD_B_PS_Doggy_A2_S2 DD_B_PS_Doggy_A2_S2.hkx + DD_B_PS_Doggy_A2_S3 DD_B_PS_Doggy_A2_S3.hkx + DD_B_PS_Doggy_A2_S4 DD_B_PS_Doggy_A2_S4.hkx + DD_B_PS_Doggy_A2_S5 DD_B_PS_Doggy_A2_S5.hkx ' DD_B_PS_DoggyA s DD_B_PS_DoggyA_A1_S1 DD_B_PS_DoggyA_A1_S1.hkx + DD_B_PS_DoggyA_A1_S2 DD_B_PS_DoggyA_A1_S2.hkx + DD_B_PS_DoggyA_A1_S3 DD_B_PS_DoggyA_A1_S3.hkx + DD_B_PS_DoggyA_A1_S4 DD_B_PS_DoggyA_A1_S4.hkx + DD_B_PS_DoggyA_A1_S5 DD_B_PS_DoggyA_A1_S5.hkx s DD_B_PS_DoggyA_A2_S1 DD_B_PS_DoggyA_A2_S1.hkx + DD_B_PS_DoggyA_A2_S2 DD_B_PS_DoggyA_A2_S2.hkx + DD_B_PS_DoggyA_A2_S3 DD_B_PS_DoggyA_A2_S3.hkx + DD_B_PS_DoggyA_A2_S4 DD_B_PS_DoggyA_A2_S4.hkx + DD_B_PS_DoggyA_A2_S5 DD_B_PS_DoggyA_A2_S5.hkx ' DD_B_PS_DT_A s DD_B_PS_DT_A1_S1 DD_B_PS_DT_A1_S1.hkx + DD_B_PS_DT_A1_S2 DD_B_PS_DT_A1_S2.hkx + DD_B_PS_DT_A1_S3 DD_B_PS_DT_A1_S3.hkx + DD_B_PS_DT_A1_S4 DD_B_PS_DT_A1_S4.hkx + DD_B_PS_DT_A1_S5 DD_B_PS_DT_A1_S5.hkx s DD_B_PS_DT_A2_S1 DD_B_PS_DT_A2_S1.hkx + DD_B_PS_DT_A2_S2 DD_B_PS_DT_A2_S2.hkx + DD_B_PS_DT_A2_S3 DD_B_PS_DT_A2_S3.hkx + DD_B_PS_DT_A2_S4 DD_B_PS_DT_A2_S4.hkx + DD_B_PS_DT_A2_S5 DD_B_PS_DT_A2_S5.hkx ' DD_B_PS_Miss_A1_S1 s DD_B_PS_Miss_A1_S1 DD_B_PS_Miss_A1_S1.hkx + DD_B_PS_Miss_A1_S2 DD_B_PS_Miss_A1_S2.hkx + DD_B_PS_Miss_A1_S3 DD_B_PS_Miss_A1_S3.hkx + DD_B_PS_Miss_A1_S4 DD_B_PS_Miss_A1_S4.hkx + DD_B_PS_Miss_A1_S5 DD_B_PS_Miss_A1_S5.hkx s DD_B_PS_Miss_A2_S1 DD_B_PS_Miss_A2_S1.hkx + DD_B_PS_Miss_A2_S2 DD_B_PS_Miss_A2_S2.hkx + DD_B_PS_Miss_A2_S3 DD_B_PS_Miss_A2_S3.hkx + DD_B_PS_Miss_A2_S4 DD_B_PS_Miss_A2_S4.hkx + DD_B_PS_Miss_A2_S5 DD_B_PS_Miss_A2_S5.hkx 2
Selena Glazer Posted September 2, 2022 Posted September 2, 2022 Hey, i have a question about the bad and good endings, why when you choose good endings like to leave the house, or mom is back after you bought her freedom back, or when you choose to sleep at your uncle's shackle; the quest wartimes doesn't end, it just stay there, but if you choose a bad ending like Enslavement then you find your way out of Enslavement, the Quest end. so is there is any thing to do after the good ending maybe i think? Another thing, why when you buy mom's freedom; when you speak to her you , you get this dialogue line 'M.Mama' which is the same dialogue when you find about her enslavment in Dragonsreach? one last thing, what to do after good endings? Thanks in advance.
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