Jump to content

SexoutNG '98 BETA 8


Recommended Posts

Posted (edited)

  

13 hours ago, Allnarta said:

Here's example, Deathclaw:

-This is my animation, which utilize animated DC genitalia.
-You can clearly see two sets of pipi here: pink one is mine (part of a creature mesh, animated) and default prop that should not be there.

 

  Reveal hidden contents

image.png.b9d71eeaf3aa0e5c896829d3ab876850.png

 

I assume this mostly happens when rotating through different animations, and mine appears after default ones, so prop does not being removed on animation swap.

 

ADD: Same goes with supermutants, animation also appeared during swap after default one that use prop and it was not removed:

 

  Reveal hidden contents

image.png.5bf1908c0e38e633bdf55853407c33e0.png

 

So, I assume, to fix it, all props should be reset/removed during animation swap before attaching props that set in AnimDef's animation.

 

That's right, creatures prop are not reset when switching animation. I'll fix that and test it to make sure it works.

 

 

 

 

 

8 hours ago, killercam21 said:

Hey All, posting to see if someone may automatically know what my problem is. Recently came back to mod fallout new vegas and everything works great except I am having problems when sex is supposed to occur I will have one actor just standing there or sometimes both just standing there instead of getting in position for their animation. I want to assume theres a conflict somewhere causing it but not sure which mod it could be. Disabled anim management and contemplating disabling sexout assault/struggle. I'm assuming someone here may have experienced something similar before

 

Either the mod isn't sending the sexout request, or Sexout isn't executing it. In both case, the logs will help clarify the situation (whether the problem comes from the mod or Sexout, and possibly identify the reason).

 

 

 

(I'm going to be busy over the next few weeks, so I don't think I'll be able to log in very often. I'll do my best and will continue to look into these issues as soon as I get back)

Edited by Machiavelique
Posted

I was able to get it working again by redownloading sofa pack and the latest sexout surprisingly enough there might have been something wrong with my original downloads. 

Posted (edited)

I recently installed the latest version of this mod, 2.11.4 beta 5. It seems to have compatibility issues with JIP CC&C, which allows i to make multiple NPCs companions.

All sexual action animations no longer play, and after execution, the companion setting for all NPCs is forcibly removed.

The previous version seems to work without problems.

Edited by voodooman
  • 2 weeks later...
Posted

I also used JIP CC&C when I was playing, even though I rarely played with companions. I’ll run some tests and see if I notice any differences between 2.11.4 beta 5 and the 2.10 versions. I'll let you know when it's done

Posted

Just in case, for a (far?) future creature sex options - I digged through Oblivion's LPK latey, and found out that LoversCreatures that support female creatures, use very smart modelswap system - which woul actually be very useful not only for creature-by-sex swap but also for personal animated genital promts instead of full creature model replacement (approiach I'm forced to use now). So, if you wish to look at it, here's a post about it:
 

 

I know that current ini approach for SNG anims supports custom props - but it's not too usable for different creatures, sadly (for example, if I use animated dick for Supermutants as prop for my animations - it will always be green, despite Nightkings should have it blue. Approach that LC and post I provided offer allows to use *individual* automatic prompt for every creature model, which could allow to use individual penis prompt for each different creature that share same skeleton - or none if no suffix mesh provided - and get rid of full model replacement for good).

Posted

I can't seem to find an undress list? I'm not very adept at modding and coding, but is there some way I can create a list of clothing to *not* undress?

  • 2 weeks later...
Posted (edited)
On 6/3/2026 at 8:04 AM, Allnarta said:

Just in case, for a (far?) future creature sex options - I digged through Oblivion's LPK latey, and found out that LoversCreatures that support female creatures, use very smart modelswap system - which woul actually be very useful not only for creature-by-sex swap but also for personal animated genital promts instead of full creature model replacement (approiach I'm forced to use now). So, if you wish to look at it, here's a post about it:
 

 

I know that current ini approach for SNG anims supports custom props - but it's not too usable for different creatures, sadly (for example, if I use animated dick for Supermutants as prop for my animations - it will always be green, despite Nightkings should have it blue. Approach that LC and post I provided offer allows to use *individual* automatic prompt for every creature model, which could allow to use individual penis prompt for each different creature that share same skeleton - or none if no suffix mesh provided - and get rid of full model replacement for good).

 

 

Indeed that sounds good, I think I get the idea

 

Data\Meshes\creatures\Nightkings              ; All genital props M/F for Nightkings (Sexout will use a random selection if any)

Data\Meshes\creatures\smspinebreaker      ; All genital props M/F for smspinebreaker (Sexout will use a random selection if any)

 

 

The Oblivion convention can be used:

MODELNAME = [ BASENAME + ] "_Lc" + TYPE [ + GENDER ] + ".nif"

 

 

 

As you might expect, this won’t happen straight away, but I fully intend to introduce a system of male and female creatures one day, even without genital props

Edited by Machiavelique
Posted (edited)

 

 

 

On 6/9/2026 at 11:10 PM, Muncible said:

I can't seem to find an undress list? I'm not very adept at modding and coding, but is there some way I can create a list of clothing to *not* undress?

 

Requirements:

- JIP

- JohnnyGuitar

 

 

First, in Player clothes Sexout MCM menu, you need to set "Use undress list" for "Undress Player C" / "Undress Player R" 

 

To configure undress list, install this:

SexoutSafeClothes.zip

 

 

 

Then in Data\NVSE\plugins\scripts\gl_SafeClothes.txt, add all clothes that you don't want Sexout undress

  ;=========================================== Add clothes in this section ======================================================;
  ; Ar_Append clothesList, GetFormFromMod "ModName" "FormID"
  ;==============================================================================================================================;

 

 

Example: if you don't want Sexout undress the Slave collar from SexoutTryout

  ;=========================================== Add clothes in this section ======================================================;
    Ar_Append clothesList, GetFormFromMod "SexoutTryout.esm" "0313DF"   ; Powder Gangers Slave Collar
  ;==============================================================================================================================;

 

 

When you edit 'gl_SafeClothes.txt', you need to fully leave the game and restart it to aplly changes

 

 

How to get FormID

Spoiler

Make sure you have equipped this item, then type:

PlayerREF.GetEqObj ID'Slot

 

ID'Slot need to be replaced with the numeric value corresponding to the ID'Slot

 0:    head
 1:    hair
 2:    upper body (usual slot for armor and clothing)
 3:    left hand
 4:    right hand
 5:    weapon
 6:    pip boy
 7:    backpack
 8:    necklace
 9:    headband
10:    hat
11:    eyeglasses
12:    nosering
13:    earrings
14:    mask
15:    choker
16:    mouth object
17:    body addon 1
18:    body addon 2
19:    body addon 3

 

Example:

PlayerREF.GetEqObj 15

This will return a message in console containing informations about the choker/collar equiped (you may need to install JohnnyGuitar first)

When equiped Powder Gangers Slave Collar from SexoutTryout I got:

At Slot 15: (E0313DF) Powder Gangers Slave Collar

 

Note that the FormID is always the 6 last numbers.

So in the above example, the Powder Gangers Slave Collar FormID is 0313DF (and not E0313DF)

 

 

 

How to know ModName:

Spoiler

Make sure you have equipped this item, then type:

Print "ModName = " +$(GetNthModName (GetSourceModIndex (PlayerREF.GetEqObj ID'Slot)))

 

Example

Print "ModName = " +$(GetNthModName (GetSourceModIndex (PlayerREF.GetEqObj 15)))

This will return:

ModName = SexoutTryout.esm

 

 

Note that this mod add clothes to not undress in SexoutNGSafeClothes List which is used for both Male and Female actor

You can also use:

SexoutNGSafeClothesM for clothes to not undress for male only (Female getting this clothe will be undressed)

SexoutNGSafeClothesF for clothes to not undress for female only (Male getting this clothe will be undressed)

 

 

 

This will work for Sexout 2.10 and 2.11 versions

Edited by Machiavelique
Posted
On 5/24/2026 at 4:56 AM, voodooman said:

I recently installed the latest version of this mod, 2.11.4 beta 5. It seems to have compatibility issues with JIP CC&C, which allows i to make multiple NPCs companions.

All sexual action animations no longer play, and after execution, the companion setting for all NPCs is forcibly removed.

The previous version seems to work without problems

 

 

I’ve investigated regarding JIP CC&C and haven’t encountered any problems with the new version of Sexout. Either I’ve fixed the bug without realising it (which is unlikely), or it only occurs under very specific circumstances (JIP or Sexout circumstances).

Posted
40 minutes ago, Machiavelique said:

 

 

Indeed that sounds good, I think I get the idea

 

Data\Meshes\creatures\Nightkings              ; All genital props M/F for Nightkings (Sexout will use a random selection if any)

Data\Meshes\creatures\smspinebreaker      ; All genital props M/F for smspinebreaker (Sexout will use a random selection if any)

 

 

The Oblivion convention can be used:

MODELNAME = [ BASENAME + ] "_Lc" + TYPE [ + GENDER ] + ".nif"

 

 

 

As you might expect, this won’t happen straight away, but I fully intend to introduce a system of male and female creatures one day, even without genital props

 

_L suffix stands for Lovers, so for Sexout it would be _S or something I assume. With Lovers, "m"/"f" stands for ActorA and ActorB related meshes, which is kind of obsolete in my opinion (as "male" creatures can be ActorsB and vice versa for SNG).

System not only manages props for creature models, it also allows to manage base body and "cloth" (meshes that would show up out of sex act, loincloth as example) meshes for both sexes (or none). When you get to implement it, you should read a full acrticle provided in a thread I linked to see how exactly it works.

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