Jump to content

Autonomous Sex Framework (ASF) Integration


Recommended Posts

Posted

ASF - 

 

 

Among other things, when ASF determines the player, in particular, should be accosted, a popup will open, with 'Accept', 'Refuse', 'Cancel' as options by default with 'Acquiesce' and 'Decline' as optional choices you can enable in the MCM. Aside from having the choice of 'Accept' or 'Acquiesce' lead to a scene involving the requestor, by itself ASF doesn't do anything else. But what it does do is send a mod event out containing which choice the player made, whether they consented to have sex or not, and the requesting Actor.

 

So I added a new trigger, along with a new SLTriggers Redux MCM tab, Adult General, and in it have added the new 'ASF (Autonomous Sex Framework)' event option. You then have the filters you would expect and the option to run a trigger. Here's the MCM:

image.thumb.png.18ebc3d90a5827b7a55dd663499ec8a9.png

 

And here is the ASFHandleRefusal.sltscript, which will move player gold to the requestor, with the amount determined by the requestor level:

 

msg_console "ASFHandleRefusal start"

set $rname resultfrom actor_name $request.adult.asf.requestor
set $rlvl resultfrom actor_state $request.adult.asf.requestor "GetLevel"
set $steal resultfrom item_getcount $system.player $system.forms.gold
set $rlvl resultfrom rnd_int 1 $rlvl
set $steal $steal * $rlvl
set $steal $steal / 100
msg_notify $"{rname} takes {steal} gold since you refused them."
item_remove $system.player $system.forms.gold $steal false $request.adult.asf.requestor

msg_console "ASFHandleRefusal done"

 

Get it while it's hot. :)

  • 6 months later...
  • 3 weeks later...
Posted
On 8/15/2026 at 6:29 AM, adragtobearound said:

ASF seems to never trigger the accosted popup

 

You don't get any popups from ASF?

 

Can you provide some details?

SexLab version

ASF version

ASF settings (there are MCM options to enable/disable various of the potential prompts)

 

I've used it extensively myself (if you try to refuse, you lose gold) so I'm interested if it's not working for someone.

Posted
On 8/30/2026 at 7:17 AM, hextun said:

 

You don't get any popups from ASF?

 

Can you provide some details?

SexLab version

ASF version

ASF settings (there are MCM options to enable/disable various of the potential prompts)

 

I've used it extensively myself (if you try to refuse, you lose gold) so I'm interested if it's not working for someone.

SL P+ version 2.18.1 from discord
ASF newest version|

ASF Settings:
ScreenShot6.png.ff18d95cf453f4a35eb7acdf5fd0cb83.pngScreenShot7.png.52450f5bc1cc0b30b4b62d2be474c159.pngScreenShot9.png.12324b73a259d0a4c5d0af419cd27a1b.pngScreenShot8.png.85934489f4d307fb63418a572c1ff42f.png

I set up some SLTriggers for ASF related to prompt options, but they don't work without the prompt ever happening.

Related mods installed:

SLTriggers
ASF - SexLab Aroused (Arousal Mod Integration)

ASF - BOS Activators (Addon)
ASF - Scene Positions (Addon)
ASF - Initiators Everyone (Addon)
ASF - Furniture Lite
ASF - Acheron (Integration)

ASF - Skip Beast & Elder Races (Addon)

Posted
2 hours ago, adragtobearound said:

SL P+ version 2.18.1 from discord
ASF newest version|

ASF Settings:
ScreenShot6.png.ff18d95cf453f4a35eb7acdf5fd0cb83.pngScreenShot7.png.52450f5bc1cc0b30b4b62d2be474c159.pngScreenShot9.png.12324b73a259d0a4c5d0af419cd27a1b.pngScreenShot8.png.85934489f4d307fb63418a572c1ff42f.png

I set up some SLTriggers for ASF related to prompt options, but they don't work without the prompt ever happening.

Related mods installed:

SLTriggers
ASF - SexLab Aroused (Arousal Mod Integration)

ASF - BOS Activators (Addon)
ASF - Scene Positions (Addon)
ASF - Initiators Everyone (Addon)
ASF - Furniture Lite
ASF - Acheron (Integration)

ASF - Skip Beast & Elder Races (Addon)

 

The "Random Sex: Enabled" checkbox on the first tab has to be enabled in order for ASF to generate random sex events. Can you try toggling that on and see how it goes?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...