Jump to content

Recommended Posts

What mods provide uilib_1 type? Trying to compile scripts but scourging trough the internet I can't find out what mods provides the uilib_1 ype


EDIT: found the mod. skyui-lib (don't grab the "expermintal" version

Edited by Durpledore
Link to comment

I don't find the answer to this one anywhere:

Is the drain from NPCs supposed to be permanent or not? (do you drain temporary stats or max stats from the NPC?)

 

It says somewhere that it is the max you drain, but npcs gets back up to ful stats again after a while.

Just wondering it fhis is how it is supposed to be or if something is off on my end.

Link to comment
On 6/15/2023 at 5:52 AM, raiyamo said:

Loving the mod so far. Is there a way to not steal items from npcs that are your followers? Having to reequip them is an inconvenience lol

This would just be an oversight on my end, I'll add a follower check to the passive. lol

On 6/15/2023 at 11:45 PM, Bango26 said:

...

Is the drain from NPCs supposed to be permanent or not? ...

The drain is 'suppose' to be permanent but Skyrim has a habit of constantly resetting NPCs and several types of mods can somewhat interfere with it. It should at least persist while you're around an NPC, but if you leave the area Skyrim may reset the NPC.

Link to comment

Hiya! I've recently upgraded to 4.13.00 and made a new save and neither the stat drain (my stats increase to cap but victim's stats don't seem to decrease) nor the damage health seem to work, but the rest like item drops, exhaustion, stat leveling, perks etc does. I turned on that sex always kills and that works too, but when I deactivate that, have sex and track the NPC's health, it doesn't go down like it used to in my older install of the mod. Any idea what could be causing this? I'd appreciate the help.

Edited by tobi_whatever
Link to comment

suggest code change for another death scean mod user(like Death Alternative, Sexlab Defeat...)

SuH_Fun.psc

if _s.SuH_SETneverdiemode == 0
   _s.SuH_CHKdied = 1
   _s.SuH_sd_returnpoint.MoveTo(PlayerRef)
   PlayerRef.MoveTo(_s.SuH_sevaspawn)

if _s.SuH_SETneverdiemode == 0  >> if _s.SuH_SETspecialdeath == 1

 

even 'Enabled Death Override Mode' off, player teleport the succubus safe room. its feels like bug

Edited by hgcl2
Link to comment
On 6/18/2023 at 7:12 AM, tobi_whatever said:

...upgraded to 4.13.00 and made a new save and neither the stat drain (my stats increase to cap but victim's stats don't seem to decrease) nor the damage health seem to work...

It's certainly working on my end and if everything else is functional (Especially item drops and always kill) then it should be working as intended. Make sure your succubus isn't "Exhausted" as that reduces initial drain by 50% and will have no effect when absorption rating is at 1. Drain now starts high then falls off over time, so it's not constant (new characters will notice their drain stops after a short burst). Also make sure SPID is installed correctly (had quite a few people mess this part up and have random undefined behavior).

16 hours ago, hgcl2 said:

...

even 'Enabled Death Override Mode' off, player teleport the succubus safe room. its feels like bug

Had this on my list to investigate, hadn't looked at it since I only had a single bug report regarding this. I've changed the checker in SuH_SuQuest to only check for the player state if DOM is enabled, should maybe fix this issue? (Originally the mod just checked for a bleedout state, but other defeat mods probably use this function too so it was just an old oversight that never really got mentioned for whatever reason)

The code you're referring to is for the "Never Die Mode" under DOM which just heals the player on-the-spot, that check sees if it's disabled and if so carries on with the normal respawn behavior. (I'll release a DEV build with this potential fix in discord later today)

 

Note : I still need to re-write this code to fit the newer framework (just needs to be re-sorted and optimized with new technics I've picked up) before 5.0, so I'll look more into it when I get around to that.

Link to comment

Help needed,

I did a 30 game days resting hoping to reset a few thing.

Unfortunately I left Succubus settings untouched, and ended up with a very horny Main Character with 5000%+ arousal.

It will totally messed up the HeartXP gain.

 

It will take a huge amount of time to lower arousal to reasonable level by screwing around.

Is there way to lower the arousal level with consol command?

 

thanks

 

 

Link to comment

Just uploaded Succubus Heart 4.13.06 DEV which is a release candidate for 5.0 release. I've already done a simple test pass on things but have a couple things to check and probably implement before a stable release. It could still have issues so make a backup save, but it should be stable enough. This version finally has the Titles system I wanted to implement ages ago (replaces the old Perks system).
 

1 hour ago, chiek said:

...I did a 30 game days resting hoping to reset a few thing.

Unfortunately I left Succubus settings untouched, and ended up with a very horny Main Character with 5000%+ arousal...

This is fixed in the latest DEV build I actually just uploaded here (can also get DEV builds on Discord), it caps Arousal to 50% above Starved state. I somehow forgot to add a cap to arousal in 4.13.00 Release.

Link to comment
1 hour ago, Spirit_Shard said:

Just uploaded Succubus Heart 4.13.06 DEV which is a release candidate for 5.0 release. I've already done a simple test pass on things but have a couple things to check and probably implement before a stable release. It could still have issues so make a backup save, but it should be stable enough. This version finally has the Titles system I wanted to implement ages ago (replaces the old Perks system).
 

This is fixed in the latest DEV build I actually just uploaded here (can also get DEV builds on Discord), it caps Arousal to 50% above Starved state. I somehow forgot to add a cap to arousal in 4.13.00 Release.

 

Awsome, thank you.

 

Limiting Arousal level does prevent HeartXP from rolling down a slippery slope.

Link to comment

Possible bug in Most recent dev build

 

The display of Gifted Consent+ is kind of glitched when unlocking.

And once MCM reopened, it shows up as locked but note as being unlocked if clicked again.

gift.jpg

Edited by chiek
Link to comment

hi I'm having an bug where when I level up it increases my max stats but not my stats cap and it slowly ticks down to what it was before I leveed up I am using the 4.13.000 release    I have removed my other mods and started fresh characters I also tried leveling up before initiating Succus heart

Link to comment
15 hours ago, chiek said:

... The display of Gifted Consent+ is kind of glitched when unlocking...

Thanks, fixed for the next version. (It was checking the wrong value when refreshing display)

7 hours ago, ShotGunEater12 said:

hi I'm having an bug where when I level up it increases my max stats but not my stats cap and it slowly ticks down to what it was before I leveed up I am using the 4.13.000 release    I have removed my other mods and started fresh characters I also tried leveling up before initiating Succus heart

Succubus Heart uses its own status caps, increase status caps in the Heart Levels menu of the MCM.

Edited by Spirit_Shard
Link to comment

Just a note, I run Sexlab P+ 1.8.2.3 with the SL separate orgasms patch, and I noticed that the "fluids" were not dropping on orgasm (death drops, etc are working fine). I don't expect any support or fixes as P+ is alpha and the SLSO fix is temporary, but was curious if anyone else had this experience.

 

When I ran the original SL, the fluids dropped normally on orgasm.

Link to comment
21 hours ago, Nuka Cherry said:

Just a note, I run Sexlab P+ 1.8.2.3 with the SL separate orgasms patch, and I noticed that the "fluids" were not dropping on orgasm (death drops, etc are working fine). I don't expect any support or fixes as P+ is alpha and the SLSO fix is temporary, but was curious if anyone else had this experience.

 

When I ran the original SL, the fluids dropped normally on orgasm.

I'd probably let them know about the issue, sounds like it isn't sending out the proper event for mods to latch onto to keep backwards compatibility (or it's sending out invalid data that can't be parsed properly).

Link to comment

For some reason, none of the skill levelups actually level up the skill. Anyone know what can cause this? I mean it does take the points but the level won't go up. This worked in the previous version. Although not always. I'm not sure if it has anything to do with soulgem oven mod but it seems to suffer more from it with that installed. I just moved it lower in the modlist to see what it does.

edit: I just tried a brand new game with the old version installed and I can levelup through mcm without issue. So not sure exactly what's going on in the newest version.

 

Edited by terrorofmorrowind
Link to comment
On 6/25/2023 at 9:00 AM, Nuka Cherry said:

Just a note, I run Sexlab P+ 1.8.2.3 with the SL separate orgasms patch, and I noticed that the "fluids" were not dropping on orgasm (death drops, etc are working fine). I don't expect any support or fixes as P+ is alpha and the SLSO fix is temporary, but was curious if anyone else had this experience.

 

When I ran the original SL, the fluids dropped normally on orgasm.

Btw did, they already figure out how the animation speed up system works?

Link to comment
20 hours ago, terrorofmorrowind said:

For some reason, none of the skill levelups actually level up the skill...

The newer versions grant XP toward the skill instead of outright leveling it up, which avoids the whole "skill trainer" bug I got some rather hostile messages about every couple days >.>. Newer Dev Versions clarify this a bit better with more clear messaging and adjusted values so skills don't require so many clicks to level-up,

Link to comment

Could be my incompetence, but I cannot get the mod itself to trigger sex scenes. Not only will the spells not land, costing no mana/health and having no effect, but I can't get the surrender options to work at all.

 

Probably my bad but would be nice if someone can point me in the right direction if they know what's up. I'm using Vortex, if that helps, because I'm a casual.

Link to comment
3 hours ago, Kgnash said:

Could be my incompetence, but I cannot get the mod itself to trigger sex scenes. Not only will the spells not land, costing no mana/health and having no effect, but I can't get the surrender options to work at all.

 

Probably my bad but would be nice if someone can point me in the right direction if they know what's up. I'm using Vortex, if that helps, because I'm a casual.

I don't know if Vortex is the problem 'cause i don't like it so don't use it.

I'm using some topics which are very helpful for me:

* SexLab Index SE Framework

* SexLab Framework SE

* SE Compatibility Tracking

* Skyrim AE for Beginners

 

Here is my modlist where Succubus Heart does its job:

Spoiler

********* 00 BASE *********
01    Skyrim Script Extender (SKSE)   https://skse.silverlock.org/
02    ENB for skyrim   http://enbdev.com/  
03    xEdit   https://github.com/TES5Edit/TES5Edit/releases/tag/xedit-4.0.4
03    SSEEdit   https://www.nexusmods.com/skyrimspecialedition/mods/164
04    BethINI   https://www.nexusmods.com/skyrimspecialedition/mods/4875
05    Mod Organizer 2   https://www.nexusmods.com/skyrimspecialedition/mods/6194
07    CrashLogger Reader   https://www.nexusmods.com/skyrimspecialedition/mods/75430

********* A00 FONDATIONS *********
a01    2023 05 27    Unofficial Skyrim Special Edition Patch   https://www.nexusmods.com/skyrimspecialedition/mods/266
a02    2023 05 28    Unofficial Skyrim Modder's Patch - USMP SE   https://www.nexusmods.com/skyrimspecialedition/mods/49616
a03    Unofficial High Definition Audio Project   https://www.nexusmods.com/skyrimspecialedition/mods/18115
a04    2023 07 01    Assorted mesh fixes   https://www.nexusmods.com/skyrimspecialedition/mods/32117
a05    True beauty for Dibella (Statues)   https://www.nexusmods.com/skyrimspecialedition/mods/18029
a06    Only Dead Lovers Cause Inheritance Letters   https://www.nexusmods.com/skyrimspecialedition/mods/46758
a07    Truly Neutral Prisoners   https://www.nexusmods.com/skyrimspecialedition/mods/73873
a08    Thalmor Don't Report To Stormcloaks   https://www.nexusmods.com/skyrimspecialedition/mods/73890
a11    2017 11 01    Death Alternative - Your Money or Your Life   https://www.nexusmods.com/skyrimspecialedition/mods/13264

********* B00 SKSE *********
b01    Address Library for SKSE Plugins   https://www.nexusmods.com/skyrimspecialedition/mods/32444
b02    ConsoleUtilSSE NG   https://www.nexusmods.com/skyrimspecialedition/mods/76649
b03    Fuz Ro D-oh - Silent Voice   https://www.nexusmods.com/skyrimspecialedition/mods/15109
b04    I'm walkin' here NG   https://www.nexusmods.com/skyrimspecialedition/mods/77394
b05    JContainers SE   https://www.nexusmods.com/skyrimspecialedition/mods/16495
b06    Mfg Fix   https://www.nexusmods.com/skyrimspecialedition/mods/11669
b07    NL_MCM - A Modular MCM Framework   https://www.nexusmods.com/skyrimspecialedition/mods/49127
b08    PapyrusUtil SE - Modders Scripting Utility Functions   https://www.nexusmods.com/skyrimspecialedition/mods/13048
b09    powerofthree's Tweaks   https://www.nexusmods.com/skyrimspecialedition/mods/51073
b10    2023 06 02    Payload Interpreter   https://www.nexusmods.com/skyrimspecialedition/mods/65089
b11    Sound Record Distributor   https://www.nexusmods.com/skyrimspecialedition/mods/77815
b12    SSE Engine Fixes (skse64 plugin)   https://www.nexusmods.com/skyrimspecialedition/mods/17230
b13    SSE Display Tweaks   https://www.nexusmods.com/skyrimspecialedition/mods/34705
b14    Base Object Swapper   https://www.nexusmods.com/skyrimspecialedition/mods/60805
b15    2023 04 27    Spell Perk Item Distributor (SPID)   https://www.nexusmods.com/skyrimspecialedition/mods/36869
b16    Animation Queue Fix   https://www.nexusmods.com/skyrimspecialedition/mods/82395
b17    Better Jumping SE   https://www.nexusmods.com/skyrimspecialedition/mods/18967
b18    Bug Fixes SSE   https://www.nexusmods.com/skyrimspecialedition/mods/33261
b19    Scrambled Bugs   https://www.nexusmods.com/skyrimspecialedition/mods/43532
b20    Simple Dual Sheath   https://www.nexusmods.com/skyrimspecialedition/mods/50049
b21    powerofthree's Papyrus Extender   https://www.nexusmods.com/skyrimspecialedition/mods/22854
b22    Papyrus Tweaks NG   https://www.nexusmods.com/skyrimspecialedition/mods/77779
b23    Actor Limit Fix   https://www.nexusmods.com/skyrimspecialedition/mods/32349
b24    Animated Static Reload Fix - NG   https://www.nexusmods.com/skyrimspecialedition/mods/69331
b25    NPC AI Process Position Fix - NG   https://www.nexusmods.com/skyrimspecialedition/mods/69326
b26    Vampire Feed Proxy   https://www.nexusmods.com/skyrimspecialedition/mods/72911
b27    Yes Im Sure   https://www.nexusmods.com/skyrimspecialedition/mods/24898
b28    Skyrim Priority SE AE - skse plugin   https://www.nexusmods.com/skyrimspecialedition/mods/50129
b29    PAPER   https://www.nexusmods.com/skyrimspecialedition/mods/73849
b30    Keyword Item Distributor (KID)   https://www.nexusmods.com/skyrimspecialedition/mods/55728
b31    To Your Face SE - AE - VR   https://www.nexusmods.com/skyrimspecialedition/mods/24720
b32    Quest Journal Limit Bug Fixer - Recover Disappeared Quests   https://www.nexusmods.com/skyrimspecialedition/mods/56130
b33 2023 04 22    Crash Logger SSE AE VR - PDB support   https://www.nexusmods.com/skyrimspecialedition/mods/59818
b34    Animation Motion Revolution   https://www.nexusmods.com/skyrimspecialedition/mods/50258
b35    2023 06 30    Custom Skills Framework     https://www.nexusmods.com/skyrimspecialedition/mods/41780
b36    2023 06 28    Sonders Keyword Distribution Resources   https://www.nexusmods.com/skyrimspecialedition/mods/93995

********* D00 INTERFACE *********
d01    BodySlide and Outfit Studio   https://www.nexusmods.com/skyrimspecialedition/mods/201
d02    Infinity UI   https://www.nexusmods.com/skyrimspecialedition/mods/74483
d03    Atlas Map Markers SE - Updated with MCM   https://www.nexusmods.com/skyrimspecialedition/mods/24104
d04    SkyUI   https://www.nexusmods.com/skyrimspecialedition/mods/12604
d05    SkyUI 5.2 SE Plugin with Master Added   https://www.nexusmods.com/skyrimspecialedition/mods/67166
d06    Fix Note icon for SkyUI (SKSE64 plugin)   https://www.nexusmods.com/skyrimspecialedition/mods/32561
d07    UIExtensions   https://www.nexusmods.com/skyrimspecialedition/mods/17561
d08    Constructible Object Custom Keyword System   https://www.nexusmods.com/skyrimspecialedition/mods/81409
d09    Constructible Object Custom Keyword System - Seperate Weapon and Armor   https://www.nexusmods.com/skyrimspecialedition/mods/81787
d10    MCM Helper   https://www.nexusmods.com/skyrimspecialedition/mods/53000
d11    moreHUD Inventory Edition   https://www.nexusmods.com/skyrimspecialedition/mods/18619
d12    RaceMenu   https://www.nexusmods.com/skyrimspecialedition/mods/19080
d13    Stay At The System Page NG   https://www.nexusmods.com/skyrimspecialedition/mods/76927
d14    iWant Widgets   https://www.nexusmods.com/skyrimspecialedition/mods/36457
d15    SkyHUD   https://www.nexusmods.com/skyrimspecialedition/mods/463
d16    Simple Colored Map Markers SSE   https://www.nexusmods.com/skyrimspecialedition/mods/40624
d17    More Informative Console   https://www.nexusmods.com/skyrimspecialedition/mods/19250
d18    Dear Diary Dark Mode - SkyUI Menus Replacer SE   https://www.nexusmods.com/skyrimspecialedition/mods/60837

********* E00 COSMETIQUE *********
e01    2023 06 04    Caliente's Beautiful Bodies Enhancer -CBBE-   https://www.nexusmods.com/skyrimspecialedition/mods/198
e02    Fair Skin Complexion   https://www.nexusmods.com/skyrimspecialedition/mods/798
e03    Expressive Facegen Morphs SE   https://www.nexusmods.com/skyrimspecialedition/mods/35785
e04    Expressive Facial Animation -Female Edition-   https://www.nexusmods.com/skyrimspecialedition/mods/19181
e05    Expressive Facial Animation -Male Edition-   https://www.nexusmods.com/skyrimspecialedition/mods/19532
e06    Monster Facial Animation (MFA) - Special Edition   https://www.nexusmods.com/skyrimspecialedition/mods/22878
e07    Feminine Argonian Textures (Alternative) - Albino Lizard and Panther Chameleon   https://www.nexusmods.com/skyrimspecialedition/mods/70112
e08    Feminine Khajiit Textures (Alternative) - White Striped and White Leopard   https://www.nexusmods.com/skyrimspecialedition/mods/66135
e09    The Eyes Of Beauty SSE   https://www.nexusmods.com/skyrimspecialedition/mods/16185
e10    The Eyes of Beauty - Ai Remastered   https://www.nexusmods.com/skyrimspecialedition/mods/70263
e11    KS Hairdos SSE   https://www.nexusmods.com/skyrimspecialedition/mods/6817
e12    CBPC - Physics with Collisions for SSE and VR   https://www.nexusmods.com/skyrimspecialedition/mods/21224
e13    Schlongs of Skyrim AE - No DLL Version 1.1.4   https://www.loverslab.com/files/file/23433-schlongs-of-skyrim-ae-no-dll-version/
e14    Masculine Khajiit Textures (Grey Cat and Leopard)   https://www.nexusmods.com/skyrimspecialedition/mods/186
e15    Masculine Argonian Textures (Chameleon and Lizard)   https://www.nexusmods.com/skyrimspecialedition/mods/185
e16    Dead Briarheart SoS Patch   https://www.loverslab.com/topic/118460-skyrim-se-for-beginners-v-326-3bbb-hdt-smp-hph/#comment-2554925

********* F00 PHYSIQUE *********
f01    Fores New Idles in Skyrim SE - FNIS SE   https://www.nexusmods.com/skyrimspecialedition/mods/3038
f02    XP32 Maximum Skeleton Special Extended - XPMSSE   https://www.nexusmods.com/skyrimspecialedition/mods/1988
f03    XP32 Maximum Skeleton Special Extended - Legacy Settings Loader   https://www.nexusmods.com/skyrimspecialedition/mods/56146
f04    XP32 Maximum Skeleton Special Extended - Fixed Scripts   https://www.nexusmods.com/skyrimspecialedition/mods/44252
f05    Conditional Expressions - Subtle Face Animations   https://www.nexusmods.com/skyrimspecialedition/mods/45148
f06    Conditional Expressions for NPCs   https://www.nexusmods.com/skyrimspecialedition/mods/72805
f07    FSMP - Faster HDT-SMP   https://www.nexusmods.com/skyrimspecialedition/mods/57339
f10    CBBE 3BA (3BBB)   https://www.nexusmods.com/skyrimspecialedition/mods/30174
f11    TitKit by Monsto SSE   https://www.nexusmods.com/skyrimspecialedition/mods/39987
f12    Puffy Nipple Sliders for CBBE 3BBB and TitKit   https://www.nexusmods.com/skyrimspecialedition/mods/41380
f13    3BA Nymph CBBE Bodyslide Preset   https://www.nexusmods.com/skyrimspecialedition/mods/52484
f14    3BA Minidresses Bodyslides   https://www.nexusmods.com/skyrimspecialedition/mods/68235
f15    Detailed NPCs - Minidresses and Spice Gear for NPCs and Wenches (SPID)   https://www.nexusmods.com/skyrimspecialedition/mods/69542
f16    KS Hairdos - HDT SMP (Physics)   https://www.nexusmods.com/skyrimspecialedition/mods/31300
f17    3BA Collision Bodyslides for KS Hairdos - HDT SMP (Physics)   https://www.nexusmods.com/skyrimspecialedition/mods/73324
f18    HAGRAVEN   https://www.nexusmods.com/skyrimspecialedition/mods/7679
f19    Sensual Hagraven - A Hagraven Replacer   https://www.nexusmods.com/skyrimspecialedition/mods/56980
f20    Topless Forsworn Armor CBBE BodySlide   https://www.nexusmods.com/skyrimspecialedition/mods/36652  
f21    2023 05 20    ELLE - Pixie Dust   https://www.nexusmods.com/skyrimspecialedition/mods/90822
f22    2023 05 08    Elle Pixie Dust Armor - Optimized and Upscaled Textures   https://www.nexusmods.com/skyrimspecialedition/mods/90937

********* F50 OAR *********
f51    2023 06 19    Open Animation Replacer   https://www.nexusmods.com/skyrimspecialedition/mods/92109
f53    2023 06 25    Conditional Armor Type Animations   https://www.nexusmods.com/skyrimspecialedition/mods/51507
f55    2023 06 03    OAR-PCEA (PC Exclusive Animations - Open Animation Replacer Version)   https://www.nexusmods.com/skyrimspecialedition/mods/48540
f57    2023 06 30    Seamless Varied Feminine Idles OAR   https://www.nexusmods.com/skyrimspecialedition/mods/92226
f58    2023 06 03    Take a Seat - New Sitting Animations for OAR or DAR   https://www.nexusmods.com/skyrimspecialedition/mods/54193
f59    2023 06 02    Smooth Random Sprint Animation   https://www.nexusmods.com/skyrimspecialedition/mods/46193
f60    2023 06 23    Weapon Styles - Draw-Sheathe animations   https://www.nexusmods.com/skyrimspecialedition/mods/77017
f61    2023 06 17    Subtle Feminine Sprint Animation SE   https://www.nexusmods.com/skyrimspecialedition/mods/93707

********* H00 INTERACTIONS *********
h01    Bandit Lines Expansion   https://www.nexusmods.com/skyrimspecialedition/mods/63733
h02    Civil War Lines Expansion   https://www.nexusmods.com/skyrimspecialedition/mods/77566
h03    Forsworn and Thalmor Lines Expansion   https://www.nexusmods.com/skyrimspecialedition/mods/80188
h04    Vampire Lines Expansion   https://www.nexusmods.com/skyrimspecialedition/mods/83484
h05    2023 04 30    Paarthurnax - Quest Expansion   https://www.nexusmods.com/skyrimspecialedition/mods/51711
h06    Unread Books Glow SSE   https://www.nexusmods.com/skyrimspecialedition/mods/1296
h07    Dynamic Treasure Map Journal   https://www.nexusmods.com/skyrimspecialedition/mods/78681
h08    Simply Knock SE   https://www.nexusmods.com/skyrimspecialedition/mods/14098
h09    Simply Knock DLL for AE   https://www.nexusmods.com/skyrimspecialedition/mods/77283
h11    2021 07 11    BA Bard Songs   https://www.nexusmods.com/skyrimspecialedition/mods/47202
h12    2022 06 04    Flute Animation Fix   https://www.nexusmods.com/skyrimspecialedition/mods/69609
h13    2023 01 12    Skyrim's Got Talent - Improve As a Bard   https://www.nexusmods.com/skyrimspecialedition/mods/50357
h14    2022 09 05    NPCs React To Necromancy (And More)   https://www.nexusmods.com/skyrimspecialedition/mods/70428
h15    2023 06 01    NPCs React To Invisibility   https://www.nexusmods.com/skyrimspecialedition/mods/91480

******* J00 QUETE *******
j01    2016 11 21    Stones of Barenziah Quest Markers   https://www.nexusmods.com/skyrimspecialedition/mods/684
j02    2023 06 12    Summerset Isle   https://www.nexusmods.com/skyrimspecialedition/mods/72004
j04    2023 03 24    VIGILANT SE   https://www.nexusmods.com/skyrimspecialedition/mods/11849
j05    2023 03 24    VIGILANT Voiced - English Addon   https://www.nexusmods.com/skyrimspecialedition/mods/11894
j06    2022 11 05    VIGILANT SE - Settings Loader   https://www.nexusmods.com/skyrimspecialedition/mods/69353
j07    2023 05 10    Vigilant CBBE Patch   https://www.nexusmods.com/skyrimspecialedition/mods/43676
j09    2022 10 08    Heart of the Reach - New Quest - Dungeon - Weapons - 3 Creature Variants - Ring - Spell   https://www.nexusmods.com/skyrimspecialedition/mods/76494
j10    2023 05 15    Chanterelle - a savage world to explore   https://www.nexusmods.com/skyrimspecialedition/mods/32603
j11    2021 10 25    KYNE'S HUNT - A Quest for Chanterelle   https://www.nexusmods.com/skyrimspecialedition/mods/56397
j13    2023 04 16    Beyond Skyrim - Bruma SE   https://www.nexusmods.com/skyrimspecialedition/mods/10917
j14    2023 03 19    Skyrim Extended Cut - Saints and Seducers   https://www.nexusmods.com/skyrimspecialedition/mods/72772
j15    2023 05 30    Diziet's Player Home Bath Undressing for SkyrimSE   https://www.nexusmods.com/skyrimspecialedition/mods/30265
j16    2023 06 01    VIGILANT Voiced - English Addon Subtitle Patch   https://www.nexusmods.com/skyrimspecialedition/mods/92405
j17    2022 08 07    Realistic Dark Brotherhood Kidnapping   https://www.nexusmods.com/skyrimspecialedition/mods/68260
j18    2023 06 11    Belethor's Sister - Quest   https://www.nexusmods.com/skyrimspecialedition/mods/92381

********* Q00 ADULTE FRAMEWORK **********
q01    2022 11 08    SexLab SE - Sex Animation Framework v1.65 - 11/08/22 1.65   https://www.loverslab.com/files/file/20058-sexlab-se-sex-animation-framework-v165-110822/

********* Q50 ADULTE FRAMEWORK **********
q52    2023 05 10    OSL Aroused - Arousal Reborn   https://www.nexusmods.com/skyrimspecialedition/mods/65454
                                               https://www.loverslab.com/files/file/20867-osl-aroused-arousal-reborn-sse-ae/
q54    2018 02 26    SexLab Animation Loader SSE https://www.loverslab.com/files/file/5328-sexlab-animation-loader-sse/
q55    2023 05 27    More Nasty Critters Special/Anniversary Edition V15.0   https://www.loverslab.com/files/file/5464-more-nasty-critters-specialanniversary-edition/

********* R00 ADULTE ANIMATION **********
r01    2023 03 09    Animated Beast's Cocks(ABC) For users LE / SE 2.90V   https://www.loverslab.com/files/file/7556-animated-beasts-cocksabc-for-users-le-se/
                                                                       https://mega.nz/folder/YGwzCDYR#cZ686f1BwjmB4bErUzlOiw
r02    2022 05 08    Sexual Vampire Feeding SE 1.4   https://www.loverslab.com/files/file/9933-sexual-vampire-feeding-se/
r03    2022 07 31    Baka Motion Data Pack 1.22V   https://www.patreon.com/posts/baka-motion-data-69839285
r04    2023 02 24    ZAZ Animation Packs for SE 2023   https://www.loverslab.com/files/file/5957-zaz-animation-packs-for-se/
                                        v8+CBBE HDT   https://mega.nz/file/7IhyFKrQ#IfUw7ex6vg6h0to4x5fQ7IoEJpUqUmW130p7aazDNmg

********* T00 ADULTE TOYS & LOVE ADDIN **********
t01    2022 12    31    Toys&Love SE 2.62   https://www.loverslab.com/files/file/16843-toyslove-se/
t02    2022 08 09    Classic Toy Box SE 1.34   https://www.loverslab.com/files/file/17629-classic-toy-box-se/
t03    2022 12 23    Sanguine's Toy Box of Orgies 1.2   https://www.loverslab.com/files/file/22633-sanguines-toy-box-of-orgies/
t04    2022 12 09    Toys Love, Music, & LoveCum Packs    https://www.loverslab.com/files/file/21704-toys-love-music-lovecum-packs/
t05    2022 02 19    Toyful Temptations 2.0.1   https://www.loverslab.com/files/file/17895-toyful-temptations/
t06    2022 12 08    Toys Furniture LovePack   https://www.nexusmods.com/skyrimspecialedition/mods/80291
t07    2023 05 29    Follower Slavery Mod (FSM) (25/05/2023) 1.13   https://www.loverslab.com/files/file/23032-follower-slavery-mod-fsm-25052023/
t08    2022 12 26    Toy Story SE 2.35   https://www.loverslab.com/files/file/20041-toy-story-se/
t10    2022 12 01    Toys Workshop SE 1.33   https://www.loverslab.com/files/file/20193-toys-workshop-se/
t11    2022 08 31    Generated voice pack for Toys&Love 1.0.0   https://www.loverslab.com/files/file/23620-generated-voice-pack-for-toyslove/
t12    2022 08 26    Generated voice pack for Toy Story 1.1.0   https://www.loverslab.com/files/file/23392-generated-voice-pack-for-toy-story/
t13    2022 09 14    Generated voice pack for Toys Workshop 1.0.0   https://www.loverslab.com/files/file/23791-generated-voice-pack-for-toys-workshop/
t15    2022 09 15    Classic Toy Box SE TBD 1.0.1   https://www.loverslab.com/files/file/23766-classic-toy-box-se-tbd/
t16    2022 08 17    KSHair for Toy Story SE   https://www.nexusmods.com/skyrimspecialedition/mods/73417

********* T30 ADULTE MAJ ANIMATIONS **********
t31    2023 06 04    Billyy's SLAL Animations (2023-6-4)    https://www.loverslab.com/files/file/3999-billyys-slal-animations-2023-3-1/

********* U00 ADULTE QUETES **********
u01    2023 02 28    Sexlab Horrible Harassment Expansion LE/SE 3.80   https://www.loverslab.com/files/file/6217-sexlab-horrible-harassment-expansion-lese/
u02    2019 12 27    Versh's Sexlab Sexual Fame Framwork SE v0.99 https://www.loverslab.com/topic/94228-se-compatibility-tracking-apr-16-7788/page/173/?tab=comments#comment-2853096
u03    2023 06 18    SLSF Fame Comments SE 3.41   https://www.loverslab.com/files/file/14089-slsf-fame-comments-se/
u04    2020 08 09    Fertility Mode   https://www.nexusmods.com/skyrimspecialedition/mods/13068
u05    2023 02 27    Fertility Mode v3 Fixes and Tweaks   https://www.nexusmods.com/skyrimspecialedition/mods/46820
u06    2023 03 01    Fertility Mode v3 Fixes and Tweaks - Settings Loader   https://www.nexusmods.com/skyrimspecialedition/mods/78055
u07    2020 08 29    SexLab Drunk Redux 1.3   https://www.loverslab.com/files/file/11310-sexlab-drunk-redux/
u08    2022 12 15    Wet Function Redux   https://www.nexusmods.com/skyrimspecialedition/mods/78804
u09    2023 04 11    DBF beta and testing for Skyrim Special Edition (April 2023) 2023-04-10a   https://www.loverslab.com/files/file/26612-dbf-beta-and-testing-for-skyrim-special-edition-april-2023/
u10    2023 04 11    SexLab Dangerous Nights 2   https://www.loverslab.com/files/file/10094-sexlab-dangerous-nights-2-se/
                + patch                       https://www.loverslab.com/files/file/26612-dbf-beta-and-testing-for-skyrim-special-edition-april-2023/
u11    2023 05 06    Sexlab Approach Redux 2.90   https://www.loverslab.com/files/file/26994-sexlab-approach-redux/
u12    2023 06 16    Dirtyborn Final Chapter .95 + Hotfix .3   https://www.loverslab.com/files/file/24574-dirtyborn/
                                                       https://schaken-mods.com/file/dirtyborn
u13    2023 05 05    The Ancient Profession 2023-04-24 0.4   https://www.loverslab.com/files/file/11556-the-ancient-profession-2023-03-05/
u14    2023 04 28    The Ancient Profession Interiors Project 1.5.3   https://www.loverslab.com/files/file/22844-the-ancient-profession-interiors-project/
                + patch pour  Diziet's Player Home Bath Undressing

********* V00 SUCCUBE **********
v01    2023 07 01    Succubus Heart   https://www.nexusmods.com/skyrimspecialedition/mods/92433
                               https://www.loverslab.com/files/file/6350-succubus-heart-se/
v02    2023 01 12    Succubus Main Menu and Music replacer   https://www.nexusmods.com/skyrimspecialedition/mods/82575
v03    2023 02 28    Sexlab Defeat Baka Edition LE/SE 1.50   https://www.loverslab.com/files/file/18689-sexlab-defeat-baka-edition-lese/

********* X50 GAMEPLAY EnaiSiaion **********
x51    2022 01 21    Growl - Werebeasts of Skyrim   https://www.nexusmods.com/skyrimspecialedition/mods/31245
x52    2020 09 13    Trua - Minimalistic Faiths of Skyrim   https://www.nexusmods.com/skyrimspecialedition/mods/32549
x53    2022 04 05    Triumvirate - Mage Archetypes   https://www.nexusmods.com/skyrimspecialedition/mods/39170
x55    2022 01 21    Sacrilege - Minimalistic Vampires of Skyrim   https://www.nexusmods.com/skyrimspecialedition/mods/42408
x56    2023 02 22    Odin - Skyrim Magic Overhaul   https://www.nexusmods.com/skyrimspecialedition/mods/46000
x57    2023 02 22    Vokrii - Minimalistic Perks of Skyrim   https://www.nexusmods.com/skyrimspecialedition/mods/26176
x58    2023 02 22    Valravn - Integrated Combat of Skyrim   https://www.nexusmods.com/skyrimspecialedition/mods/53869
x59    2023 02 19    Valravn SPID Uncloak   https://www.nexusmods.com/skyrimspecialedition/mods/76374
x60    2023 04 10    Mannaz - Integrated Races of Skyrim   https://www.nexusmods.com/skyrimspecialedition/mods/87219
x61    2023 06 11    Freyr - Integrated Standing Stones of Skyrim   https://www.nexusmods.com/skyrimspecialedition/mods/88043
    
******* Y00 METEO *******
y01    True Storms Special Edition - Thunder Rain and Weather Redone   https://www.nexusmods.com/skyrimspecialedition/mods/2472
y02    Darker Nights   https://www.nexusmods.com/skyrimspecialedition/mods/694

******* Z00 PATCH *******
z01    2023 02 12    The Amazing World of Bikini Armors REMASTERED 6.1   https://www.sunkeumjeong.com/post/the-amazing-world-of-bikini-armors-remastered-6-0
z51 2023 06 04    The discrets - Skyrim Adult Books Series Eastmarch   https://www.nexusmods.com/skyrimspecialedition/mods/92817
z52    2023 03 14    Scrambled Bugs   https://www.nexusmods.com/skyrimspecialedition/mods/43532

 

 

Link to comment
4 hours ago, Kgnash said:

Could be my incompetence, but I cannot get the mod itself to trigger sex scenes. Not only will the spells not land, costing no mana/health and having no effect, but I can't get the surrender options to work at all.

2 things immediately come to mind, first make sure ALL requirements are installed, and if you're not using SPID you should disable it in the Succubus Heart Settings menu, save, then reload. Other thing is you may be one of the people effected by a spell range issue, where for some reason the range was inconsistent between different players and hardware. I tried to fix this in the DEV build if you're willing to try it, just be warned there could be unforeseen bugs. (I'd need more info to really help any further)

Link to comment
On 6/30/2023 at 1:16 PM, Spirit_Shard said:

The newer versions grant XP toward the skill instead of outright leveling it up, which avoids the whole "skill trainer" bug I got some rather hostile messages about every couple days >.>. Newer Dev Versions clarify this a bit better with more clear messaging and adjusted values so skills don't require so many clicks to level-up,

Oh, yeah that could've been explained a lil better. Eh, don't feel bad for trying new things. Just means I have to tone down my arousal settings a lil. (I sorta abused it to get the special gems and stuff lol ?)

Link to comment

Hey @Spirit_Shard thanks for this mod! It's so good to play as a succubus and defeat enemies through seduction. The progression is also fun. Great work!

 

BUG

 

I'm noticing a loop in the console: Fatal cannot find valid animation. SexLab repeatedly tries to start an animation, then stops. I really think it's related to the Spellsiphon mod, because the issue arises when I reanimate a corpse in the middle of battle, but the reanimation gets interrupted. I have combat sex turned on, so I think a lot-health event is getting triggered, but the body or actor or state cannot be found. 

 

Not playing an animation would be fine, but somehow it's getting stuck in a loop. I can abort the animation in SexLab, but something keeps telling it to animate again, and I think it's Succubus Heart. There may also be an issue with script lag. If you have a way to sneak a reset command or something into Succubus Heart, it would help me to troubleshoot whether or not this is the mod that's causing the loop.

 

I'm still testing things and gathering as much information as I can to be helpful.

 

? Version 4.13.00 w\SexLabPP - Bug exists

Version 4.13.00 - Works

? Version 4.13.10 [DEV] w\SexLabPP - Bug exists

Version 4.13.10 [DEV] - Works

 

Once again, LOVE THIS MOD! Thank you so much for putting the time and effort into this concept. This is one of my favorite mods to install in a new setup.

 

---

 

EDIT: After messing with more mods, I've found that SexLabPP may be the culprit. Going to do more tests with that avenue.

 

---

 

EDIT: After testing a few clean times, I can confirm SexLabPP is what's breaking it. Spellsiphon doesn't seem much related. SexLabPP also massively increases my script lag. I might have installed it wrong, but I'm fine with not using it. 

Edited by natewich
Update version bisect
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