Odessa Posted July 17, 2020 Author Posted July 17, 2020 @Svartr564 Sexout automatically rescales actors to 1.0 before an animation, and then changes them back. Currently you can not disable this, although I suppose it ought to be an option. I could add it, but I guess you already solved it with custom race. The reason it does it, is because that is what all the animations were created for, so it improves proper alignment, but hey YMMV. Most the animations were made for Breezes, but Amra's were made for Roberts. Factors like terrain and who knows what in the engine affect alignment too. In summary- alignment will never be perfect whatever you do. ?♀️
Svartr564 Posted July 18, 2020 Posted July 18, 2020 Oh, I wasn't complaining. I actually admire how much work goes into this type of framework. And I understand that there are so many factors at play that perfect alignment is a pipe-dream. While I solved it with a custom race, it would still be a welcome option to have, potentially, for others that also change their character's scale due to preference. Still, thanks.
dongding Posted July 24, 2020 Posted July 24, 2020 On 7/17/2020 at 6:36 PM, Odessa said: @Svartr564 Sexout automatically rescales actors to 1.0 before an animation, and then changes them back. Currently you can not disable this, although I suppose it ought to be an option. I could add it, but I guess you already solved it with custom race. The reason it does it, is because that is what all the animations were created for, so it improves proper alignment, but hey YMMV. Most the animations were made for Breezes, but Amra's were made for Roberts. Factors like terrain and who knows what in the engine affect alignment too. In summary- alignment will never be perfect whatever you do. ?♀️ A question about the current Sexout 98 Beta 2. Are all the new Amra versions that came with 98.2 also tagged for Strapon use? Because I feel like that they're only working for Male on Female, since I have never seen them "activate" with a strapon.
Odessa Posted July 27, 2020 Author Posted July 27, 2020 @dongding Yes, they should be. As I recall, strapons just make females count as males when it comes to random picker animations. 1
CrazySloth Posted February 25, 2021 Posted February 25, 2021 is there a way to fix an NPC stuck in a sexout animation?
dborg2 Posted February 26, 2021 Posted February 26, 2021 7 hours ago, CrazySloth said: is there a way to fix an NPC stuck in a sexout animation? Go back to a save before the NPC got stuck. Also because even unfreezing the character might leave it with stuck tokens
CrazySloth Posted March 7, 2021 Posted March 7, 2021 On 2/25/2021 at 11:23 PM, dborg2 said: Go back to a save before the NPC got stuck. Also because even unfreezing the character might leave it with stuck tokens I managed to fix it by removing the tokens using the console and then unfreezing the npc. I also turned off sexlabLoversbed in the mcm menu since it was the mod that was causing the issue.
smack54 Posted March 14, 2021 Posted March 14, 2021 Ok, I am at my wits end. I can't get Sexout to play any of the ZAZ animations. I've installed everything but the animation list doesn't have them at all. I can see them in the folders but not in game. Trying to do Sexout Tryouts and Fade to Black and neither will play the animations, it instead calls up a generic animation from the list. How do I get Sexout to see the ZAZ animation?
Guest Shadd Ashborn Posted April 5, 2021 Posted April 5, 2021 Not sure if anyone will uptade Sexout anymore, but will leave slight report here anyway. I seem to found and repeat bug that could give answer why sometimes acts don't fit conditions set in call function (i.e. when sometimes script and dialogue openly point that act will be oral, but it is anal, etc.). I seemingly encountered what causes this issue, seems that after fukie something doesnt clean completely in sexout and it repeats previous call conditions - at least it is how it goes in my test cell and test dialogues. I.e. I have 2 NPC - one starts certain pose (I test self-made poses) and second starts random pose (to see which ones are worst to replace sooner). Situation is next: I used certain pose call, it played, and when I use random pose call dialogue next - it still calls certain pose condition. And vice versa: if I called random pose dialogue, and after it I call my certain pose one - it plays random one i.e. it still didnt clean condition after previous encounter. After I repeat same dialogue call, it works correctly because previous call had same conditions. For this calls I use latest Sexout API and "ActorA::0" i.e. without pointing certain REF (dialogue participant is who involved after player).
mcnerd93 Posted September 5, 2021 Posted September 5, 2021 maybe im just stupid but how do i start sex?
dborg2 Posted September 5, 2021 Posted September 5, 2021 16 hours ago, mcnerd93 said: maybe im just stupid but how do i start sex? This is just a framework, you need mods that use the framework to get sex. See my List of Mods for suggestions and an installation description.
DontBlnkBadWolf Posted October 5, 2021 Posted October 5, 2021 @Odessa I take it the project is no longer on GitLab? Link on the 1st page of this thread is broken. For anyone else to answer, is 98 a stable version or should I just use 97?
Odessa Posted January 2, 2023 Author Posted January 2, 2023 @DontBlnkBadWolf The loverslab gitlab has been dead for a while, but there is an API guide as a file floating around somewhere fairly obvious. All of the scripts and content are included in the .esm, so it is just the commit history that has been lost from git. I would suggest using the 98 beta. I intended to promote it to stable version years ago, but I need to remember how to package it up again. Hopefully soon.... Years back, I started work on an ambitious overhaul for version 99, with sexlab style sequenced animations and other cool features... but I ended up burning out and getting distracted by real life. Sexout is a community effort, and I am the third maintainer after UDLR and prideslayer. If someone else wants to take over, they have my blessing. XO 5
Revenn Posted January 3, 2023 Posted January 3, 2023 Are there any new animations that add footjob, handjob and femdom elements?
Bone1509 Posted January 4, 2023 Posted January 4, 2023 I noticed at the end of an animation actors don't get scaled back to their original scale from 1.0. I turned on debug and noticed the scaling to 1.0 at the beginning of the animation happens but when you get to the last stage the rescaling doesn't. So, I looked at the SexoutNGEffectBaseScriptF and if you change if fScale > 0 to something else so that it will scale anyway the actors will get scaled to 0. Meaning that actor.NX_SetEVFl "Sexout:Started::fScale" fScale doesn't seem to be working, so when you get to stage 3001 nothing happens because fscale isn't getting set to the actors original scale.
ChancellorKremlin Posted January 5, 2023 Posted January 5, 2023 On 1/2/2023 at 6:53 PM, Odessa said: @DontBlnkBadWolf The loverslab gitlab has been dead for a while, but there is an API guide as a file floating around somewhere fairly obvious. All of the scripts and content are included in the .esm, so it is just the commit history that has been lost from git. I would suggest using the 98 beta. I intended to promote it to stable version years ago, but I need to remember how to package it up again. Hopefully soon.... Years back, I started work on an ambitious overhaul for version 99, with sexlab style sequenced animations and other cool features... but I ended up burning out and getting distracted by real life. Sexout is a community effort, and I am the third maintainer after UDLR and prideslayer. If someone else wants to take over, they have my blessing. XO Whoah, look who's back! Very happy to see you again Odessa, even if it's only fleetingly. Glad you're alive and (hopefully) OK! You've been missed ❤️
bloodbus Posted April 15, 2023 Posted April 15, 2023 I want to try Fallout NV for the first time, but I don't want to *figure out* what the default for everything is on my own (like bodies, skeletons, etc). Could someone get me started in the right direction? I've modded a few Bethesda games so I'm not an absolute beginner but I do want some suggestions for a Sexout-structured playthrough. Are there extra tools like LOOT or FNIS that I need for FNV? I figured I would start here for the naughty mods.
dborg2 Posted April 15, 2023 Posted April 15, 2023 5 hours ago, bloodbus said: I want to try Fallout NV for the first time, but I don't want to *figure out* what the default for everything is on my own (like bodies, skeletons, etc). Could someone get me started in the right direction? I've modded a few Bethesda games so I'm not an absolute beginner but I do want some suggestions for a Sexout-structured playthrough. Are there extra tools like LOOT or FNIS that I need for FNV? I figured I would start here for the naughty mods. A bit of blatant self-advertisement, but I have written an installation guide/mod suggestion guide that is still up to date. It'll help you setup Sexout and help with suggesting the most supported body mods. 2
bloodbus Posted April 15, 2023 Posted April 15, 2023 8 hours ago, dborg2 said: A bit of blatant self-advertisement, but I have written an installation guide/mod suggestion guide that is still up to date. It'll help you setup Sexout and help with suggesting the most supported body mods. You're good man, this is exactly what I was looking for. Idk why I couldn't find it before - Thanks ?
YourStara9 Posted June 11, 2023 Posted June 11, 2023 Hi, when the characters are done having sex they just fall to the ground like dolls is this normal?
dborg2 Posted June 11, 2023 Posted June 11, 2023 23 minutes ago, YourStara9 said: Hi, when the characters are done having sex they just fall to the ground like dolls is this normal? yes. it is a 'reset' command to remove all animations
YourStara9 Posted June 11, 2023 Posted June 11, 2023 1 hour ago, dborg2 said: yes. it is a 'reset' command to remove all animations Good to know, thanks.
yttakjrznrxknygjfx Posted September 12, 2023 Posted September 12, 2023 Where are settings for this stored? I'm trying to unbind 'Vibrator' and 'Masturbate' functions.
Jade514 Posted January 1, 2024 Posted January 1, 2024 right dumb question how the hell does one use the finishnow command? i have a companion who is stuck in an animation i am pretty sure it happend because i left the tops casino while she was in an animation without realizing and i can't work out how to use finishnow so yeah how the hell do i use it?
dochlldy Posted January 5, 2024 Posted January 5, 2024 On 4/15/2023 at 12:51 AM, dborg2 said: A bit of blatant self-advertisement, but I have written an installation guide/mod suggestion guide that is still up to date. It'll help you setup Sexout and help with suggesting the most supported body mods. I downloaded the sofa folder,but how in the world do you install it?Just do a drag and drop into the FNV folder?
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