Jump to content

Skyrim SexLab - Sex Animation Framework v1.62 - UPDATED Jun 3rd 2016


Recommended Posts

For some reason when i press freecam hotkey(num3), the camera gets thrown away wrom the place where it was. In interiors it was not that bad, but in exteriors i ended up really high above the ground, at the border of the loaded grids. I believe only ENB saved me from crashing.

 

Been having the same problem, but I noticed (for me) it typically occurs in areas that have been modified. It gets even weirder when free camera mode is turned on when sex starts in some areas. For example with Immersive Cities mod, if I have sex in a certain spot next to Belethor's Shop, my PC and the NPC will have sex while falling from the sky near the Ogre mound West of Whiterun; where we both die.

 

Link to comment

Hi, i'm sorry, probably it's not the right place to ask this, i don't even know if it's mod related

In the top left corner of the game sometimes a description appears, i know it's related to mods like sexlab, arousal and devious devices but i don't know why it's so small.

Is there an options that i miss to check that allows me to enlarge the font?

Thanks

 

http://i.imgur.com/1HyGqaG.png

 

I did ask one of the mod authors about this a while ago and it's caused by having a fixed width for the message to appear in. So the longer the line of text the smaller it appears, in order to show the whole line

 

Link to comment

Is there any known issues with Races in 1.57?

 

While I was troubleshooting an issue with Hormones, I found something troubling.

 

I was trying to detect when the PC is having sex with a Dremora.

 

For some reason, the NPC comes up as Fox Race. 

 

When I click on the NPC in the console, it comes up as Dremora race.

Same when I look at the NPC in CK editor.

 

I am using this to look through actors and check their race:

	Actor[] actors  = SexLab.HookActors(_args)

and then later:

Bool Function _hasRace(Actor[] _actors, Race thisRace)
	ActorBase aBase 
	Race aRace 

	Debug.Trace("[Hormones] Race check:" + _actors.Length + " actors" )

	int idx = 0
	while idx < _actors.Length
		if (_actors[idx])
			aBase = _actors[idx].GetBaseObject() as ActorBase
			aRace = aBase.GetRace()

			Debug.Trace("[Hormones] Race check:" + aRace + " / "  + thisRace)

			if aRace == thisRace
				return True
			endif
		EndIf
		idx += 1
	endwhile
	Return False
EndFunction

Edit:

 

I fixed it by checking the race on the Actor object and not on the BaseObject.

Link to comment

For some reason, the NPC comes up as Fox Race.

Look at formid 0001E7AF for example.

In short - nearly everyone belongs to a foxrace. Looks like bethesda did foxrace first, and now all the skyrim descends from it.

Link to comment

 

For some reason, the NPC comes up as Fox Race.

Look at formid 0001E7AF for example.

In short - nearly everyone belongs to a foxrace. Looks like bethesda did foxrace first, and now all the skyrim descends from it.

 

 

Foxes everywhere ?

 

That's important news ! Or not...

 

So you're saying the mother of all races in Skyrim is a foxy lady...

 

And the foxes don't even have a SSL animation ?!

 

What a shame ! :P

 

Actually I'm not surprised Beth Soft designers decided to create only one mother race, also used as a child :wacko:,  to make all the children from it, it seems these guys don't know the basics of computer programming.

Link to comment

Is there any known issues with Races in 1.57?

 

While I was troubleshooting an issue with Hormones, I found something troubling.

 

I was trying to detect when the PC is having sex with a Dremora.

 

For some reason, the NPC comes up as Fox Race. 

 

When I click on the NPC in the console, it comes up as Dremora race.

Same when I look at the NPC in CK editor.

 

I am using this to look through actors and check their race:

	Actor[] actors  = SexLab.HookActors(_args)

and then later:

Bool Function _hasRace(Actor[] _actors, Race thisRace)
	ActorBase aBase 
	Race aRace 

	Debug.Trace("[Hormones] Race check:" + _actors.Length + " actors" )

	int idx = 0
	while idx < _actors.Length
		if (_actors[idx])
			aBase = _actors[idx].GetBaseObject() as ActorBase
			aRace = aBase.GetRace()

			Debug.Trace("[Hormones] Race check:" + aRace + " / "  + thisRace)

			if aRace == thisRace
				return True
			endif
		EndIf
		idx += 1
	endwhile
	Return False
EndFunction

Edit:

 

I fixed it by checking the race on the Actor object and not on the BaseObject.

 

Use "Actor.GetLeveledActorBase()" instead of "Actor.GetBaseObject() as ActorBase"

Link to comment

Hi, i'm sorry, probably it's not the right place to ask this, i don't even know if it's mod related

In the top left corner of the game sometimes a description appears, i know it's related to mods like sexlab, arousal and devious devices but i don't know why it's so small.

Is there an options that i miss to check that allows me to enlarge the font?

Thanks

 

http://i.imgur.com/1HyGqaG.png

That's from Devious Devices Integration

Link to comment

Awesome Mod, but has anyone ever payed attention to the Journal that Sexlab keeps record of?

I actually just noticed it myself. lol

It seems to be a tad off, my character has had 73 encounters thus far and he is ranked as a Novice in all catergories yet I viewed the latest encounter's profile and she had 8 total encounters and she was Master, Expert, Journeyman etc...?? lol

Like I said, just a tad off :)

Its nothing compared to TDF where all the pro's start at "no exp" but the Journal says they're Master, Grand Master etc..

Yes. I'm really that bored. lol

Link to comment

Have a question about the camera feature in SL.  Recently I've been using this option but found it doesn't always work well with certain mods.  After the animation is done the character will freeze in place.  The mods I've tried where this happens is Dangerous Nights, Hormones, Working Girl and one part of SD+, after dancing for your owner and the sex animations run.  The game doesn't crash, just the player is locked in place and the keyboard doesn't work except the Escape button to reach your saves.  I've tried a few console commands like EnablePlayerControl but it doesn't seem to work.

 

It's a small problem really as I can just choose not to use this function but I like it much better than the other camera option.  Where the PC is at the bottom center of the screen and your view rotates around.

 

Any thoughts, suggestions?

Link to comment

Good day all. I am having a problem getting the creature animations to work with the Wolf Master mod. I think it is an excellent addition to the SexLab Animal Sex mod. Only thing is I can not get the animations to work correctly. Wolf Master uses its own race, vvvWolfRace and skin, When first installed, SL said vvvWolfRace was an unknown race. So, I tried the following.

 

1. Changed the race to WolfRace (default) with no skin. The animations worked, but the wolf no longer followed me in my home, a dungeon, etc. Made it pointless to have as a follower.

 

2. Added the vvvWolfRace to sslCreatureDefaults and re-compiled.

 

 

Wolves = new string[5]

Wolves[0] = "WolfRace"

Wolves[1] = "DLC1DeathHoundCompanionRace"

Wolves[2] = "DLC1DeathHoundRace"

Wolves[3] = "_00AspectRace"

Wolves[4] = "vvvWolfRace"

 

 

The animation still did not start, so I checked the Wolf Master AI in CK. It looked like the animations worked fine under canine, so I moved it from the Wolves to  Dogs and recompiled.

 

 

Dogs = new string[9]

Dogs[0] = "DogRace"

Dogs[1] = "DogCompanionRace"

Dogs[2] = "MG07DogRace"

Dogs[3] = "DA03BarbasDogRace"

Dogs[4] = "DLC1HuskyArmoredCompanionRace"

Dogs[5] = "DLC1HuskyArmoredRace"

Dogs[6] = "DLC1HuskyBareCompanionRace"

Dogs[7] = "DLC1HuskyBareRace"

Dogs[8] = "vvvWolfRace"

 

 

Now the PC and wolf move into position, but the wolf just stands there and the PC uses a strap-on to screw herself!  :D

 

Here is the log for the event.

 

 

stack:

    [ (19000D7F)].Actor.ClearExpressionOverride() - "<native>" Line ?

    [alias ActorAlias004 on quest SexLabThread00 (14061EEF)].sslActorAlias.RestoreActorDefaults() - "sslActorAlias.psc" Line 589

    [alias ActorAlias004 on quest SexLabThread00 (14061EEF)].sslActorAlias.ResetActor() - "sslActorAlias.psc" Line ?

[06/14/2014 - 12:33:38AM] [slainternalscr <sla_Internal (15083137)>]: Anne got -170 exposure for having orgasm

[06/14/2014 - 12:33:38AM] -- SexLab -- Thread[0] - AliasEvent: Reset

[06/14/2014 - 12:33:39AM] [slainternalscr <sla_Internal (15083137)>]: Helga got 6 exposure for  seeing naked Anne

[06/14/2014 - 12:33:39AM] -- SexLab -- Thread[0] - Event Hook: AnimationEnd

[06/14/2014 - 12:33:39AM] [slnc] [slncmainquestscript <slncControllerQuest (340110DF)>]: OnSexLabAnimationEnd(AnimationEnd, 0, 0.000000, [sslThreadController <SexLabThread00 (14061EEF)>]) Begin

[06/14/2014 - 12:33:39AM] SexLab Hormones: Sex end: AP Bed Missionary

[06/14/2014 - 12:33:39AM] [Hormones] s:1 - v:1 - a:0 - o:0

[06/14/2014 - 12:33:39AM] [slnc] [slncmainquestscript <slncControllerQuest (340110DF)>]: Checking actor [Actor < (19000D7F)>] (has race [Race <vvvWolfRace (19004A94)>] and skin [Armor < (19004A98)>]).

[06/14/2014 - 12:33:39AM] [slnc] [slncmainquestscript <slncControllerQuest (340110DF)>]: Checking actor [Actor < (00000014)>] (has race [Race <NordRace (00013746)>] and skin None).

[06/14/2014 - 12:33:39AM] [slnc] [slncmainquestscript <slncControllerQuest (340110DF)>]: OnSexLabAnimationEnd() End

[06/14/2014 - 12:33:39AM] SexLab Hormones: Reading state from storage

[06/14/2014 - 12:33:39AM] [slainternalscr <sla_Internal (15083137)>]: Anne got 10 exposure for  being exhibitionist to Helga

 

 

Here is my mod list.   WARNING! It is rather long.

 

 

Skyrim.esm

Update.esm

Unofficial Skyrim Patch.esp

Dawnguard.esm

Unofficial Dawnguard Patch.esp

HearthFires.esm

Unofficial Hearthfire Patch.esp

Dragonborn.esm

Unofficial Dragonborn Patch.esp

ApachiiHair.esm

ApachiiHairFemales.esm

RaceCompatibility.esm

Skyrim Adventurer's Tent.esm

ClimatesOfTamriel.esm

DynamicLoot.esm

fox_shop.esm

GeneralStores.esm

hdtHighHeel.esm

OBlHairFinal.esm

Schlongs of Skyrim - Core.esm

SexLab.esm

SexLabAroused.esm

UndergroundBathhouse.esm

XFLMain.esm

SC07SexLabRandomAttack.esp

Wolf Master.esp

HighResTexturePack01.esp

HighResTexturePack02.esp

HighResTexturePack03.esp

Breezehome-hf-CTD-fix.esp

Unofficial High Resolution Patch.esp

ClimatesOfTamriel-Sound.esp

ADV HB-Style.esp

ADV GenStoresPlugin.esp

AMatterOfTime.esp

Console Books.esp

CSP Skyrim.esp

CSP Dawnguard.esp

CSP Dragonborn.esp

Guard Build (HF) 1.esp

Immersive Battles.esp

Immersive Brigands.esp

Immersive Dawnguard.esp

Immersive Dragonborn.esp

Immersive Factions.esp

Immersive Mercenaries.esp

Immersive Patrols.esp

Immersive Travelers.esp

Immersive Werewolves.esp

Lanterns on the Roads (50% less lanterns).esp

LoversComfort.esp

PassiveWeaponEnchantmentRecharging.esp

Populated Forts Towers Places.esp

reactive guards 1.0.esp

SexLab TDF Aggressive Prostitution.esp

SexLab_Hormones.esp

SexLabNudeCreatures.esp

WetandCold.esp

WetandCold - Ashes.esp

xgfPferdeKarren-en.esp

RaceMenu.esp

RaceMenuPlugin.esp

UIExtensions.esp

SkyUI.esp

ChainmailBikini.esp

DF_T29.esp

DonMichHeels.esp

DPnTrielekMix.esp

DynamicLoot_DB.esp

DynamicLoot_DG.esp

Dynasty Armor.esp

EdhildilsVampireArmor.esp

FoxMerged.esp

Hothtrooper44_Armor_Ecksstra.esp

Hothtrooper44_ArmorCompilation.esp

Huntress.esp

Immersive Weapons.esp

linglingsclothes.esp

MashupUNP.esp

More Interesting Loot for Skyrim.esp

NiaOutfitBBP.esp

R18pn - lingerie Set.esp

R18pn - Shanoa Armors.esp

SacredRingofJeebus.esp

SUNMagicArmor.esp

TS_ECatsuit&Ballet.esp

ts_fetishwardrobe.esp

SkyRe_Main.esp

SkyRe_Combat.esp

SkyRe_EncounterZones.esp

SkyRe_EnemyAI.esp

SkyRe_EnemyScaling.esp

SkyRe_StandingStones.esp

SkyRe_Survivalism.esp

ExplosiveBoltsVisualized-SkyRe.esp

CAMP.esp

Camp Bandits.esp

CAMP Users.esp

DriftwoodCottage.esp

MorePlayerHomes.esp

My Home Is Your Home.esp

OBIS.esp

OBISDB.esp

Skyrim Trading Posts.esp

Sweet&Sexy Lingerie.esp

The Paarthurnax Dilemma.esp

VindrelHallPlus.esp

Weightless Hearthfire - All.esp

Weightless Dragonborn - All.esp

Weightless Dawnguard - All.esp

Weightless SkyRe - All.esp

Weightless Skyrim - All (USKP).esp

Weightless Immersive Weapons.esp

Civil War Overhaul.esp

ESFCompanions.esp

PotemaCrashFix.esp

PowerfulDaedricWeapons.esp

Schlongs of Skyrim.esp

SOS - VectorPlexus Muscular Addon.esp

SOS - Dawnguard Armors.esp

SOS - Dragonborn Armors.esp

Convenient Horses.esp

Thieves Guild Requirements.esp

TimingIsEverything.esp

Populated Cities Towns Villages.esp

ClimatesOfTamriel-Dawnguard-Patch.esp

ClimatesOfTamriel-Dragonborn-Patch.esp

ClimatesOfTamriel-Interiors-Warm.esp

SmartCast_1_0.esp

DynamicMagickaGrowth.esp

Skill Config.esp

SexLab Cumshot.esp

3DNPC.esp

XFLConfig.esp

XFLDialogue.esp

XFLPanel.esp

XFLPlugins.esp

3DNPCEFF.esp

Feminine Females.esp

NoNakedComments.esp

Skyrim Unbound.esp

RealShelter.esp

Bashed Patch, 0-Anne.esp

Pre ReProccer WAFR IA7 IW Patch.esp

ReProccer.esp

qotsafans Miscellaneous ReProccer + IA Patch.esp

qotsafans LeveledLists IW IA Patch.esp

qotsafans Ingestibles + Radiant Potions + Unique Booze HF Patch.esp

DragonbornEstate.esp

Cheat Chest Home No Teleport.esp

Fast Respawn 72 Hours 1.2.esp

Krooman-Women_of_Whiterun_part1 (Femmes de Blancherive).esp

Krooman-Women_of_Whiterun_part2 (Femmes de Blancherive).esp

Krooman-Women_of_Whiterun_part3 (Femmes de Blancherive).esp

Immersive-Places-MERGED.esp

UD_Serana.esp

SexLab Trainers.esp

SkipMageGuildTour.esp

SkyRe Bound Fix.esp

SimplePregnancy.esp

TChomesHearth.esp

Lace.esp

ScaledBikini.esp

ub_adoption_hearthfire_extention.esp

FNISSexyMove.esp

Ebon Shroud.esp

Blood Raven - CBBE.esp

Latex Armor.esp

MidnightBreed.esp

SexLabStatsManipulator.esp

YCrimeOverhaul.esp

Atom Bomb.esp

CJS_15_Shield_Maidens.esp

FCO - Follower Commentary Overhaul.esp

Apropos.esp

Boat Travel - Dragonborn.esp

SexLabDangerousNights.esp

SexLabAnimalSex.esp

SexLabAnimalSexDawn.esp

SexLabNudeCreaturesDB.esp

WetandCold - Holidays.esp

animal_mansion.esp

BO dress.esp

Cute Frills.esp

Arrow And Bolt Refining - Original, Dawnguard and Dragonborn V0-4.esp

Arrow And Bolt Refining - Original, Dawnguard and Dragonborn.esp

XiNafay - Shoes.esp

SexLabNudeCreaturesDG.esp

Post ReProccer Fixes IA7 IW Patch.esp

StaffofMagnusOverhaul.esp

 

 

 

All other animations and mods work as intended, it is just with this mod. I have changed the priority in my load order, and in M.O. Nothing has worked. But I might be on the right track if I can get it half way there.

 

SL ver 1.57

SKSE ver 1.7

FNIS 5.1.1

FNIS Creature Pack 5.1

All other mods are current.

 

Any help would be appreciated.

Thanks in advance.

Where's FNIS Spells? Didn't see it.

 

Fores New Idles in Skyrim - FNIS at Skyrim Nexus - mods and community

Link to comment

 

Good day all. I am having a problem getting the creature animations to work with the Wolf Master mod. I think it is an excellent addition to the SexLab Animal Sex mod. Only thing is I can not get the animations to work correctly. Wolf Master uses its own race, vvvWolfRace and skin, When first installed, SL said vvvWolfRace was an unknown race. So, I tried the following.

 

1. Changed the race to WolfRace (default) with no skin. The animations worked, but the wolf no longer followed me in my home, a dungeon, etc. Made it pointless to have as a follower.

 

2. Added the vvvWolfRace to sslCreatureDefaults and re-compiled.

 

 

Wolves = new string[5]

Wolves[0] = "WolfRace"

Wolves[1] = "DLC1DeathHoundCompanionRace"

Wolves[2] = "DLC1DeathHoundRace"

Wolves[3] = "_00AspectRace"

Wolves[4] = "vvvWolfRace"

 

 

The animation still did not start, so I checked the Wolf Master AI in CK. It looked like the animations worked fine under canine, so I moved it from the Wolves to  Dogs and recompiled.

 

 

Dogs = new string[9]

Dogs[0] = "DogRace"

Dogs[1] = "DogCompanionRace"

Dogs[2] = "MG07DogRace"

Dogs[3] = "DA03BarbasDogRace"

Dogs[4] = "DLC1HuskyArmoredCompanionRace"

Dogs[5] = "DLC1HuskyArmoredRace"

Dogs[6] = "DLC1HuskyBareCompanionRace"

Dogs[7] = "DLC1HuskyBareRace"

Dogs[8] = "vvvWolfRace"

 

 

Now the PC and wolf move into position, but the wolf just stands there and the PC uses a strap-on to screw herself!  :D

 

Here is the log for the event.

 

 

stack:

    [ (19000D7F)].Actor.ClearExpressionOverride() - "<native>" Line ?

    [alias ActorAlias004 on quest SexLabThread00 (14061EEF)].sslActorAlias.RestoreActorDefaults() - "sslActorAlias.psc" Line 589

    [alias ActorAlias004 on quest SexLabThread00 (14061EEF)].sslActorAlias.ResetActor() - "sslActorAlias.psc" Line ?

[06/14/2014 - 12:33:38AM] [slainternalscr <sla_Internal (15083137)>]: Anne got -170 exposure for having orgasm

[06/14/2014 - 12:33:38AM] -- SexLab -- Thread[0] - AliasEvent: Reset

[06/14/2014 - 12:33:39AM] [slainternalscr <sla_Internal (15083137)>]: Helga got 6 exposure for  seeing naked Anne

[06/14/2014 - 12:33:39AM] -- SexLab -- Thread[0] - Event Hook: AnimationEnd

[06/14/2014 - 12:33:39AM] [slnc] [slncmainquestscript <slncControllerQuest (340110DF)>]: OnSexLabAnimationEnd(AnimationEnd, 0, 0.000000, [sslThreadController <SexLabThread00 (14061EEF)>]) Begin

[06/14/2014 - 12:33:39AM] SexLab Hormones: Sex end: AP Bed Missionary

[06/14/2014 - 12:33:39AM] [Hormones] s:1 - v:1 - a:0 - o:0

[06/14/2014 - 12:33:39AM] [slnc] [slncmainquestscript <slncControllerQuest (340110DF)>]: Checking actor [Actor < (19000D7F)>] (has race [Race <vvvWolfRace (19004A94)>] and skin [Armor < (19004A98)>]).

[06/14/2014 - 12:33:39AM] [slnc] [slncmainquestscript <slncControllerQuest (340110DF)>]: Checking actor [Actor < (00000014)>] (has race [Race <NordRace (00013746)>] and skin None).

[06/14/2014 - 12:33:39AM] [slnc] [slncmainquestscript <slncControllerQuest (340110DF)>]: OnSexLabAnimationEnd() End

[06/14/2014 - 12:33:39AM] SexLab Hormones: Reading state from storage

[06/14/2014 - 12:33:39AM] [slainternalscr <sla_Internal (15083137)>]: Anne got 10 exposure for  being exhibitionist to Helga

 

 

Here is my mod list.   WARNING! It is rather long.

 

 

Skyrim.esm

Update.esm

Unofficial Skyrim Patch.esp

Dawnguard.esm

Unofficial Dawnguard Patch.esp

HearthFires.esm

Unofficial Hearthfire Patch.esp

Dragonborn.esm

Unofficial Dragonborn Patch.esp

ApachiiHair.esm

ApachiiHairFemales.esm

RaceCompatibility.esm

Skyrim Adventurer's Tent.esm

ClimatesOfTamriel.esm

DynamicLoot.esm

fox_shop.esm

GeneralStores.esm

hdtHighHeel.esm

OBlHairFinal.esm

Schlongs of Skyrim - Core.esm

SexLab.esm

SexLabAroused.esm

UndergroundBathhouse.esm

XFLMain.esm

SC07SexLabRandomAttack.esp

Wolf Master.esp

HighResTexturePack01.esp

HighResTexturePack02.esp

HighResTexturePack03.esp

Breezehome-hf-CTD-fix.esp

Unofficial High Resolution Patch.esp

ClimatesOfTamriel-Sound.esp

ADV HB-Style.esp

ADV GenStoresPlugin.esp

AMatterOfTime.esp

Console Books.esp

CSP Skyrim.esp

CSP Dawnguard.esp

CSP Dragonborn.esp

Guard Build (HF) 1.esp

Immersive Battles.esp

Immersive Brigands.esp

Immersive Dawnguard.esp

Immersive Dragonborn.esp

Immersive Factions.esp

Immersive Mercenaries.esp

Immersive Patrols.esp

Immersive Travelers.esp

Immersive Werewolves.esp

Lanterns on the Roads (50% less lanterns).esp

LoversComfort.esp

PassiveWeaponEnchantmentRecharging.esp

Populated Forts Towers Places.esp

reactive guards 1.0.esp

SexLab TDF Aggressive Prostitution.esp

SexLab_Hormones.esp

SexLabNudeCreatures.esp

WetandCold.esp

WetandCold - Ashes.esp

xgfPferdeKarren-en.esp

RaceMenu.esp

RaceMenuPlugin.esp

UIExtensions.esp

SkyUI.esp

ChainmailBikini.esp

DF_T29.esp

DonMichHeels.esp

DPnTrielekMix.esp

DynamicLoot_DB.esp

DynamicLoot_DG.esp

Dynasty Armor.esp

EdhildilsVampireArmor.esp

FoxMerged.esp

Hothtrooper44_Armor_Ecksstra.esp

Hothtrooper44_ArmorCompilation.esp

Huntress.esp

Immersive Weapons.esp

linglingsclothes.esp

MashupUNP.esp

More Interesting Loot for Skyrim.esp

NiaOutfitBBP.esp

R18pn - lingerie Set.esp

R18pn - Shanoa Armors.esp

SacredRingofJeebus.esp

SUNMagicArmor.esp

TS_ECatsuit&Ballet.esp

ts_fetishwardrobe.esp

SkyRe_Main.esp

SkyRe_Combat.esp

SkyRe_EncounterZones.esp

SkyRe_EnemyAI.esp

SkyRe_EnemyScaling.esp

SkyRe_StandingStones.esp

SkyRe_Survivalism.esp

ExplosiveBoltsVisualized-SkyRe.esp

CAMP.esp

Camp Bandits.esp

CAMP Users.esp

DriftwoodCottage.esp

MorePlayerHomes.esp

My Home Is Your Home.esp

OBIS.esp

OBISDB.esp

Skyrim Trading Posts.esp

Sweet&Sexy Lingerie.esp

The Paarthurnax Dilemma.esp

VindrelHallPlus.esp

Weightless Hearthfire - All.esp

Weightless Dragonborn - All.esp

Weightless Dawnguard - All.esp

Weightless SkyRe - All.esp

Weightless Skyrim - All (USKP).esp

Weightless Immersive Weapons.esp

Civil War Overhaul.esp

ESFCompanions.esp

PotemaCrashFix.esp

PowerfulDaedricWeapons.esp

Schlongs of Skyrim.esp

SOS - VectorPlexus Muscular Addon.esp

SOS - Dawnguard Armors.esp

SOS - Dragonborn Armors.esp

Convenient Horses.esp

Thieves Guild Requirements.esp

TimingIsEverything.esp

Populated Cities Towns Villages.esp

ClimatesOfTamriel-Dawnguard-Patch.esp

ClimatesOfTamriel-Dragonborn-Patch.esp

ClimatesOfTamriel-Interiors-Warm.esp

SmartCast_1_0.esp

DynamicMagickaGrowth.esp

Skill Config.esp

SexLab Cumshot.esp

3DNPC.esp

XFLConfig.esp

XFLDialogue.esp

XFLPanel.esp

XFLPlugins.esp

3DNPCEFF.esp

Feminine Females.esp

NoNakedComments.esp

Skyrim Unbound.esp

RealShelter.esp

Bashed Patch, 0-Anne.esp

Pre ReProccer WAFR IA7 IW Patch.esp

ReProccer.esp

qotsafans Miscellaneous ReProccer + IA Patch.esp

qotsafans LeveledLists IW IA Patch.esp

qotsafans Ingestibles + Radiant Potions + Unique Booze HF Patch.esp

DragonbornEstate.esp

Cheat Chest Home No Teleport.esp

Fast Respawn 72 Hours 1.2.esp

Krooman-Women_of_Whiterun_part1 (Femmes de Blancherive).esp

Krooman-Women_of_Whiterun_part2 (Femmes de Blancherive).esp

Krooman-Women_of_Whiterun_part3 (Femmes de Blancherive).esp

Immersive-Places-MERGED.esp

UD_Serana.esp

SexLab Trainers.esp

SkipMageGuildTour.esp

SkyRe Bound Fix.esp

SimplePregnancy.esp

TChomesHearth.esp

Lace.esp

ScaledBikini.esp

ub_adoption_hearthfire_extention.esp

FNISSexyMove.esp

Ebon Shroud.esp

Blood Raven - CBBE.esp

Latex Armor.esp

MidnightBreed.esp

SexLabStatsManipulator.esp

YCrimeOverhaul.esp

Atom Bomb.esp

CJS_15_Shield_Maidens.esp

FCO - Follower Commentary Overhaul.esp

Apropos.esp

Boat Travel - Dragonborn.esp

SexLabDangerousNights.esp

SexLabAnimalSex.esp

SexLabAnimalSexDawn.esp

SexLabNudeCreaturesDB.esp

WetandCold - Holidays.esp

animal_mansion.esp

BO dress.esp

Cute Frills.esp

Arrow And Bolt Refining - Original, Dawnguard and Dragonborn V0-4.esp

Arrow And Bolt Refining - Original, Dawnguard and Dragonborn.esp

XiNafay - Shoes.esp

SexLabNudeCreaturesDG.esp

Post ReProccer Fixes IA7 IW Patch.esp

StaffofMagnusOverhaul.esp

 

 

 

All other animations and mods work as intended, it is just with this mod. I have changed the priority in my load order, and in M.O. Nothing has worked. But I might be on the right track if I can get it half way there.

 

SL ver 1.57

SKSE ver 1.7

FNIS 5.1.1

FNIS Creature Pack 5.1

All other mods are current.

 

Any help would be appreciated.

Thanks in advance.

Where's FNIS Spells? Didn't see it.

 

Fores New Idles in Skyrim - FNIS at Skyrim Nexus - mods and community

 

 

I will ad that to the mix and see what happens. But up to this point, not having added on some PC's has never impacted SL, or any of the mods that use it.

 

Link to comment

Sorry if this has been addressed. Is there going to be any support for transgender characters in future versions of Sexlab?

To what extent is transgender characters not supported in Sexlab? Until there is an animation for a character that is neither male nor female (only?) you can always just be set your sex female, as they can play male animations when using a strapon. Just make sure the strapon set to be used in sexlab is one appropriate for your gender or lack thereof.

 

Transgender is a rather fluid term, especially in a fantasy world. It would help to better define what "transgender support" would entail, rather than just ask so vaguely. It could be Ashal is planning support for some sort of transgender scenario, but its not the sort of support you are looking for, so his answer of "yes" would give you false hope. Or possibly the only "transgender" scenarios Ashal can think of would be redundant (like my ideas above), or require assets that don't exist (transgender specific animations) so he would answer no, while in fact you have an idea for transgender support in sexlab that would be a great addition that Ashal would be happy to add.

 

So in summary, my response is "How does Sexlab not support transgender characters currently?"

Link to comment

I just don't understand what "transgender support" would mean for sexlab in particular. In sexlab terms, all roles in animations are either male or female roles. A sexlab female is eligible for both female and male roles (using a strapon). So essentially anyone flagged female for sexlab could use any animation they wanted. So given the technical scope of sexlab, what exactly is missing other than the wording saying "female" rather than "female/other"?

 

To me its the same as seeing shirts in "mens" and "womens" styles and asking when transgender shirts will be added. What exactly is it that isn't already there?

Link to comment

 

I will ad that to the mix and see what happens. But up to this point, not having added on some PC's has never impacted SL, or any of the mods that use it.

 

 

 

FNIS Spells isn't required by anything that I've seen. Certainly not Wolf master.

 

Link to comment

hello,

i change my pc and in my new install of skyrim, i install sexlab v1.57 directely.

Sexlab is activate with all requirements but when i go in the menu, i d'ont have any animation list, all options are desactivate (i use fnis before obiviously).

Anyone have a idea ?

thank !

 

I am also having issues with this.

 

I decided nuking and paving my Skyrim install was the best way to solve random crash issues I couldn't isolate, and now, for whatever reason, there are no animations showing up in Sexlab (except for Zaz's, which you need to register from the MCM). FNIS doesn't throw any errors when running, and I am fairly certain I am not missing any animation packs that I didn't install beforehand.

 

Here is a Papyrus error from just a Matchmaker test on, ahem, my character. :sleepy:

 

 

[06/15/2014 - 06:04:31AM] -- SexLab -- Import: Animation Profile #1 imported with (28) values...

[06/15/2014 - 06:04:31AM] SexLab Loaded CurrentVerison: 15700

[06/15/2014 - 06:05:47AM]

[06/15/2014 - 06:05:47AM] =====iNeed (_sn) is finished refreshing itself and searching for addons!=====

[06/15/2014 - 06:05:47AM]

[06/15/2014 - 06:05:58AM] -- SexLab -- NOTICE: ValidateActor(Ren Mizakii) -- TRUE -- Cache HIT

[06/15/2014 - 06:05:58AM] -- SexLab -- NOTICE: ValidateActor(Ren Mizakii) -- TRUE -- Cache HIT

[06/15/2014 - 06:06:14AM] -- SexLab -- Thread[0] - Thread[0]: Entering Making State

[06/15/2014 - 06:06:14AM] -- SexLab -- NOTICE: ValidateActor(Ren Mizakii) -- TRUE -- Cache HIT

[06/15/2014 - 06:06:14AM] -- SexLab -- [sslActorAlias ]: Slotted 'Ren Mizakii'

[06/15/2014 - 06:06:14AM] -- SexLab -- Thread[0] - FATAL: AddActor(Ren Mizakii) -- Failed to add actor -- They have been already added to this thread

[06/15/2014 - 06:06:14AM] -- SexLab -- [sslActorAlias ]: 'Ren Mizakii' / '[Actor < (00000014)>]' present during alias clear! This is usually harmless as the alias and actor will correct itself, but is usually a sign that a thread did not close cleanly.

[06/15/2014 - 06:06:15AM] --- SexLab MatchMaker --- Failed to slot the actor 'Ren Mizakii' into the animation thread[0]!

[06/15/2014 - 06:06:15AM] ERROR: Method UnlockThread not found on sslThreadController. Aborting call and returning None

stack:

[alias PlayerRef on quest SexLabMatchMaker (27000D62)].sslmatchmaker.TriggerSex() - "sslMatchMaker.psc" Line 130

[None].sslMatchMakerMagicEffect.OnEffectFinish() - "sslMatchMakerMagicEffect.psc" Line 17

 

 

I'm not sure what to do here. Skyrim doesn't seem to be fun anymore without sex... :P

 

K

 

editing to add: I have uninstalled and reinstalled SL in case I stupidly overwrote something I shouldn't have, and that didn't solve anything.

Link to comment

I just don't understand what "transgender support" would mean for sexlab in particular. In sexlab terms, all roles in animations are either male or female roles. A sexlab female is eligible for both female and male roles (using a strapon). So essentially anyone flagged female for sexlab could use any animation they wanted. So given the technical scope of sexlab, what exactly is missing other than the wording saying "female" rather than "female/other"?

 

To me its the same as seeing shirts in "mens" and "womens" styles and asking when transgender shirts will be added. What exactly is it that isn't already there?

 

There are always assumptions... if you put on a penis, female characters still use the female masturbation animation. If you switch genders, you're no longer considered to have boobs, so you never titwank anyone. They're often not major things, but they're a little disappointing.

 

In an ideal world, the animations would be less is male/female role and more uses penis/boobs/vagina/etc. Some of the assumptions around the former model extend beyond transgender stuff though. When I was running the all female guards mod and prison overhaul decided one was going to skullfuck me, I skullfucked the guard...

Link to comment

 

 

I will ad that to the mix and see what happens. But up to this point, not having added on some PC's has never impacted SL, or any of the mods that use it.

 

 

 

FNIS Spells isn't required by anything that I've seen. Certainly not Wolf master.

 

 

 

Yep, been my experience with SL and related mods. Still need to find what I am missing in the scripts to make it work. I know it involves the race of the wolf. Must dig deeper.

 

Edit: Reset the animations in game with the wolf added to wolves in sslCreatureAnimationDefaults.psc and re-compiled. It now works as intended.

Link to comment

Recently updated to 1.57 from 1.39 and deleted my copy of 1.39 issue is half my mods stopped working found out they are not compatible, so I gotta ask does any one know where I can get a copy of v1.39 it would be greatly appriciated since I find my gaming greatly lacking now

Link to comment

 

 

I will ad that to the mix and see what happens. But up to this point, not having added on some PC's has never impacted SL, or any of the mods that use it.

 

 

 

FNIS Spells isn't required by anything that I've seen. Certainly not Wolf master.

 

 

 

i figured sense he's running with random sex it might be a good idea. Random Sex does require FNIS Spells as does Matchmaker. I'm not sure if FNIS Creature Pack has it's own .esp or not .

Link to comment

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use