Jump to content

SexLab P+


Recommended Posts

Posted

How specific is the version for anim packs for the SLAB converter? For example billy 7.9 is no longer available, would the more recent packs work?

 

Cheers

 

Hmh

Posted (edited)
18 minutes ago, hitmanh said:

How specific is the version for anim packs for the SLAB converter? For example billy 7.9 is no longer available, would the more recent packs work?

 

Cheers

 

Hmh

OK, I found the latest version of the converter tool on discord that supports the more recent anim packs, 0.9.7

Edited by hitmanh
Posted
On 9/27/2024 at 3:33 PM, Someone92 said:

You need the animation files for the original SLAL animation packs AND the SLSB conversion patch

or / and

the SLAB animation pack an animation author provides (though I do not know of one who has already switched).

 

for example if i use M2M animation pack 

i need to install SLAL M2M + Autoconvince to SLSB and SLSB of the M2M mod do i understand right? 

 

Posted (edited)
3 hours ago, hitmanh said:

How specific is the version for anim packs for the SLAB converter? For example billy 7.9 is no longer available, would the more recent packs work?

To answer this anyway.

You can use an older conversion patch with a more updated version. However the recently added animation will be "missing" (as in SexLab p+ does not know they exist).

 

The other way around (out-dated SLAL animation pack) can cause T-posing as SexLab p+ tries to access animation files that do not exist.

 

2 hours ago, Kimon0 said:

 

for example if i use M2M animation pack 

i need to install SLAL M2M + Autoconvince to SLSB and SLSB of the M2M mod do i understand right? 

 

If M2M already provides its own SLSB patch the auto conversion patch should not be required.

Edited by Someone92
Posted
2 hours ago, pornfox96 said:

So.... is this meant to replace the base framework? Or is it meant to be used alongside it?

It still use some media and papyrus util from original sexlab, but completely replace all software part.

Posted
8 hours ago, pornfox96 said:

So.... is this meant to replace the base framework? Or is it meant to be used alongside it?

You still need default SexLab, and let SexLab p+ overwrite it, but it's like a complete overhaul.

Posted

Quick question from a modder's point of view- every now and then I get people complaining that sex scenes aren't starting in my mods. They run fine for me, and the only recurring thing I ever notice is that people are using this mod instead of base Sexlab.

So, just for my sanity: is there any reason that the script:

 

Sexlab.Quickstart(Game.GetPlayer(), akSpeaker,  AnimationTags= "blowjob")

 

would fail to trigger a scene with P+?

Posted

From SexLabFramework.psc

;                                                     This is the end of the public API                                                     ;
;                                    Do not use or access any of the below listed functions or properties                                   ;  
; ----------------------------------------------------------------------------------------------------------------------------------------- ;
; *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* ;

;#-----------------------------------------------------------------------------------------------------------------------------------------#;
;#                                                                                                                                         #;
;#                                                 DEPRECATED FUNCTIONS - DO NOT USE THEM                                                  #;
;#         Replace these functions, if used in your mod, with the applicable new versions for easier usage and better performance.

;/* DEPRECATED! */;
sslThreadController Function QuickStart(Actor Actor1, Actor Actor2 = none, Actor Actor3 = none, Actor Actor4 = none, Actor Actor5 = none, Actor Victim = none, string Hook = "", string AnimationTags = "")
  Actor[] Positions = SexLabUtil.MakeActorArray(Actor1, Actor2, Actor3, Actor4, Actor5)
  return StartScene(Positions, AnimationTags, Victim, asHook = Hook) as sslThreadController
EndFunction

Not sure if "deprecated" in this case means no longer functioning or ill-advised to use.

 

Looking at it some more, it seems only the legacy function StartSex still works with p+

int function StartSex(actor[] sexActors, sslBaseAnimation[] anims, actor victim = none, ObjectReference centerOn = none, bool allowBed = true, string hook = "") global
	SexLabFramework SexLab = GetAPI()
	if !SexLab
		return -1
	endIf
	return SexLab.StartSex(sexActors, anims, victim, centerOn, allowBed, hook)
endFunction

 

Posted
55 minutes ago, Bennyfa said:

The discord invite link is broken. Anyone got an invite?

https://discord.gg/JPSHb4ebqj

 

 

9 hours ago, jib_buttkiss said:

Quick question from a modder's point of view- every now and then I get people complaining that sex scenes aren't starting in my mods. They run fine for me, and the only recurring thing I ever notice is that people are using this mod instead of base Sexlab.

So, just for my sanity: is there any reason that the script:

 

Sexlab.Quickstart(Game.GetPlayer(), akSpeaker,  AnimationTags= "blowjob")

 

would fail to trigger a scene with P+?

This is valid code

 

P+ is a little too strict at times, so people with few animations run into no-animation error a little more often than with base SL

Posted
2 hours ago, Scrab said:

This is valid code

 

P+ is a little too strict at times, so people with few animations run into no-animation error a little more often than with base SL

 

Hm, okay. Just thinking of ways to get around that- is P+ strict enough with actor order that changing that required tag to "oral" would always result in actor 1 (the player) performing oral on actor 2 (akSpeaker)? Or at least both of them on each other?

Actually, do you know if that would work in normal sexlab too?

Posted

does sexlab P+ work with intelligent voiced dirty talk, IVDT1.4.0 hentai edition V4, and the requirement for IVDT hentai edition of sexlab anim stage labels? I'm hoping the answer is yes or that there's a way it'll work without sexlab anim stage labels if that mod doesn't work.

also does it work with devious devices NG? I don't recall if I saw anything about it when I was reading through the posts tonight, or in the earlier months this year.

Posted
9 hours ago, jib_buttkiss said:

Hm, okay. Just thinking of ways to get around that- is P+ strict enough with actor order that changing that required tag to "oral" would always result in actor 1 (the player) performing oral on actor 2 (akSpeaker)? Or at least both of them on each other?

In SexLab p+ / SLSB a "scene" (commonly called "animation" in SexLab / SLAL) contains more information. E.g. which actor is female / male / futa, which position is "submissive" (called "victim" in SexLab) and so on. Therefor actor ordering does not matter anymore; if you start a scene in which position 1 is female, position 2 is male, SexLab p+ will force the female actor in position 1 and the male actor in position 2 no matter in what order you pass them to SexLab p+.

 

The public SLSB conversion patch still has the issue that is does not assign the "futa" flag to any positions, therefor starting a scene with a futa actor always failed. The up-to-date version of it on Discord should have fixed it.

 

Here's a tag guide for SexLab p+ / SLSB:

https://www.loverslab.com/blogs/entry/19902-sexlab-p-tagging-guide/

"Oral" should work according to it.

Posted (edited)
9 hours ago, deathtome1998 said:

does sexlab P+ work with intelligent voiced dirty talk, IVDT1.4.0 hentai edition V4, and the requirement for IVDT hentai edition of sexlab anim stage labels?

SexLab p+ has stage labels natively.

The Stage Labels mod is no longer needed (or needs to be updated for p+), and likewise the other mods relying on it need to be updated to work with p+ 's native stage labels.

Edited by Someone92
Posted
11 hours ago, jib_buttkiss said:

 

Hm, okay. Just thinking of ways to get around that- is P+ strict enough with actor order that changing that required tag to "oral" would always result in actor 1 (the player) performing oral on actor 2 (akSpeaker)? Or at least both of them on each other?

Actually, do you know if that would work in normal sexlab too?

Order in SLP+ is unspecified and in default SL it is.... well, it is something

Even when searching for blowjob tag there are no guarantees that player performs oral on akSpeaker, neither in P+ nor in vanilla SL

 

Blowjob is an official tag, so every blowjob animation should have that tag. Oral is more generic and will apply to both cunilingius and blowjob animation. Its a "every square is a rectangle"-esque situation and you should ideally ask for rectangles if you want a rectangle, not squares, i.e. ask for oral if oral suffices. This goes for both SLP+ and default SL

 

The key difference between P+ and default SL at that part is that if there are no blowjob animation for these actors, then P+ is more likely to tell you that there are in fact no animations, whereas default SL will just fail silently and do w/e to still make an animation somehow

 

 

Posted
5 hours ago, Someone92 said:

SexLab p+ has stage labels natively.

The Stage Labels mod is no longer needed (or needs to be updated for p+), and likewise the other mods relying on it need to be updated to work with p+ 's native stage labels.

well that's one question answered I guess. the other one was does devious devices NG work with sexlab P+? since I can't remember if I've seen any answers about that in the posts.

Posted

I tried PPlus and chose to uninstall it again, but now I'm still stuck with this error message and I can't launch the game at all anymore. I manually checked all my files to make sure I don't have any leftovers in there, but even without any Sexlab mods at all, this issue persists.

Any advice?

 

 

 

image.png.0af5eeb02de06d9548fb1252ffd7d8e7.png

Posted
3 hours ago, Legend0fJan said:

Any advice?

You need to install animations.

Grab the SLSB conversion patch from here or the Discord. Make sure you have the SLAL animation packs installed you wanna use.

Posted (edited)
On 7/13/2024 at 5:22 PM, Dela117 said:

Oh darn, so they were serious about no more updates for 1.5.97. Well at least i got fill her up to work

how did you get it to work? im not able to get it to register orgasms for me, I found a patch in the slso forum but it just broke animations for me, Im on 1.597 and the slso patch seems to be for a different version of p+

Edited by snagglepup
Posted

So apparently something has broken in my game, I get the [sexlab] [fatal] failed to add actor, unable to fill alias problem.

 

It used to work, it's not THAT far away in the game that my character was involved in sex scene, but now it just doesn't. I don't think I've installed any related mods since forever so it's going a bit beyond me why it's suddenly broken. 

 

Any ideas where to start trouble shooting the issue? Sexlab MCM lists crapload of animations, so they should be registered

Posted
On 10/3/2024 at 11:21 AM, snagglepup said:

how did you get it to work? im not able to get it to register orgasms for me, I found a patch in the slso forum but it just broke animations for me, Im on 1.597 and the slso patch seems to be for a different version of p+

Hey, well in my case I used that patch that was in the Discord and it worked for me

idk if you got the one that is named: Fill_Her_Up_SLP_ 

 

cause that was the one that worked for me

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
×
×
  • Create New...