Jump to content

Recommended Posts

Posted
10 hours ago, assassin394 said:

Look great. Is it possible to make a LE version?

The mod is LE compatible

Posted

A feature I'd love, and actually went to go try to just build in but found that my CK installation is borked so I can't compile, is the ability to set how gradually the layers apply. So for example:

ย 

Default (rate 1): 1 cum application in O/A/V = 1 cum application in SLACS

Reduced (rate 2): 2 cum applications in O/A/V = 1 cum application in SLACS

Gradual (rate 4): 4 cum applications in O/A/V = 1 cum application in SLACS

ย 

with, perhaps, a minimum of 1 for any application.ย 

ย 

Reason for this is simple: Although 4 layers is a ton compared to vanilla Sexlab, the thickness of 'coat' applied at higher levels is, while totally appropriate for someone who's been bathing in it, less so for someone who's just been gangbanged for an hour or two.

ย 

I could of course fix this by changing the layers to be less thick, but that means I'd cap out earlier.ย 

ย 

Stretch goal there would be allowing for different / multiple equivalent applications for more prodigious males (e.g. being coated in a dragon's seed is likely to paint you right out the gate), but TBH that's enough work for it to be its own mod.

ย 

I'll keep working on getting my CK to behave...

Posted
55 minutes ago, Dragoncoc696969 said:

Looking forward to this, one with MCM. Can you give an ETA?

It's all dependent on how much time I have to work on it.ย  I've built out new Main, Config, and Library scripts and have an MCM implementation that I'm tooling with now.ย  I need to finalize the MCM, re-review all the code and test.ย  Could be sooner than later but I don't want to make a commitment.

ย 

The Vaginal-Cum-With-Schlongs toggle is already built but untested.ย  I also need to add in a toggle to apply Anal cum layers instead of Vaginal as an alternative option so your Futa can still get sticky with those animations if the user prefers.

ย 

31 minutes ago, transfer said:

A feature I'd love, and actually went to go try to just build in but found that my CK installation is borked so I can't compile, is the ability to set how gradually the layers apply. So for example:

ย 

Default (rate 1): 1 cum application in O/A/V = 1 cum application in SLACS

Reduced (rate 2): 2 cum applications in O/A/V = 1 cum application in SLACS

Gradual (rate 4): 4 cum applications in O/A/V = 1 cum application in SLACS

ย 

with, perhaps, a minimum of 1 for any application.ย 

ย 

Reason for this is simple: Although 4 layers is a ton compared to vanilla Sexlab, the thickness of 'coat' applied at higher levels is, while totally appropriate for someone who's been bathing in it, less so for someone who's just been gangbanged for an hour or two.

ย 

I could of course fix this by changing the layers to be less thick, but that means I'd cap out earlier.ย 

ย 

Stretch goal there would be allowing for different / multiple equivalent applications for more prodigious males (e.g. being coated in a dragon's seed is likely to paint you right out the gate), but TBH that's enough work for it to be its own mod.

ย 

I'll keep working on getting my CK to behave...

I thought of this very thing recently.ย  I'm not looking to implement that kind of functionality until I get away from EffectShaders.ย  For this to work well we need to track the layers differently, which will make a good paired requirement for RaceMenu overlays.

ย 

For 0.3.0 I have already implemented an MCM config to declare how many layers you want to use, which is a start.

Posted
49 minutes ago, Kyeckr said:

The Vaginal-Cum-With-Schlongs toggle is already built but untested.ย  I also need to add in a toggle to apply Anal cum layers instead of Vaginal as an alternative option so your Futa can still get sticky with those animations if the user prefers.

Sounds awsome ?

Posted

Guys .. I installed this and the other mod for the textures above it .. somehow I had no cum textures visible anymore , so moved it to the bottom load order and stll no cum effects or textures are applied ..

ย 

Am I missing something here ??

Posted
5 hours ago, Bullfye said:

Guys .. I installed this and the other mod for the textures above it .. somehow I had no cum textures visible anymore , so moved it to the bottom load order and stll no cum effects or textures are applied ..

ย 

Am I missing something here ??

Sinner previously posted that this happened to them because of a mod called "Glow be Gone".ย  Do you have that?

If not, maybe post the whole mod-list so I can review.

Posted

Looking brilliant. Canยดt wait ?

ย 

Although maybe rename it to "Handling of vaginal cum if female schlong present" with the options: "Donยดt use any", "Use anal instead" (default) and "Use anyway (may clip)".

ย 

This way it might be easier to understand for people who donยดt know the problem. And you could potentially add "Put on Schlong" at some point if you ever get there.

ย 

One streeeeetch idea: Currently there is the option to use a non-existent female schlong. I just created a mod for that. The idea is that as soon as you have a female schlong in SoS, you may want to avoid that all females get it. So you add another one, which does not have a mesh, so itยดs invisible and you can set the percentages between the real futa schlong and the none-schlong in any way you like. However, this would mean there are females with a female schlong, but who could actually get vaginal cum. So maybe these "fake schlongs" could have a keyword such as "invisible" (something defined by you) and you could filter this out. Schlongs with this keyword could then be ignored from the above option.

ย 

ย 

Posted
On 5/28/2020 at 4:57 PM, Husky1o1 said:

Looking brilliant. Canยดt wait ?

ย 

Although maybe rename it to "Handling of vaginal cum if female schlong present" with the options: "Donยดt use any", "Use anal instead" (default) and "Use anyway (may clip)".

ย 

This way it might be easier to understand for people who donยดt know the problem. And you could potentially add "Put on Schlong" at some point if you ever get there.

ย 

One streeeeetch idea: Currently there is the option to use a non-existent female schlong. I just created a mod for that. The idea is that as soon as you have a female schlong in SoS, you may want to avoid that all females get it. So you add another one, which does not have a mesh, so itยดs invisible and you can set the percentages between the real futa schlong and the none-schlong in any way you like. However, this would mean there are females with a female schlong, but who could actually get vaginal cum. So maybe these "fake schlongs" could have a keyword such as "invisible" (something defined by you) and you could filter this out. Schlongs with this keyword could then be ignored from the above option.

ย 

ย 

While that feature is inspired by supporting Futa, from a technical aspect it will handle any schlonged actor, including males.ย  This approach is a little more robust in case you manage to get a male actor in that scenario.ย  I'll think about the phrasing in MCM though.

ย 

The implementation of this uses the SOS API's "IsSchlonged" function, so a fake/invisible schlong will probably be detected.ย  I'm unsure how to detect if a character is using an invisible one from that mod.

ย 

I could overload the SOS function with my own in the SLACS library to handle that case, but need to know how to detect it.

Posted

New Release:

  • v0.3.0b (2020-05-30):
    • Implemented MCM
      • Users can now apply/remove cum from themselves or a target
      • Users can now configure preferences:
        • Number of Layers to use: 0-4
        • How to handle Cum applied to Vaginal Region if Actor has a Schlong
          • This is to support Futa but applies to male actors, this cum layer clips with SOS otherwise
          • 3 Options:
            • Anal (Default): Vaginal Cum applied to Anal instead
            • Vaginal: Normal operation, will clip with SOS Schlongs
            • None: No Cum applied to Vaginal region with Schlonged Actors
        • Toggle Debug Mode: Turns off Console Logging
        • Added a Reset to Default Settings button as well
    • Implemented a Script architecture to facilitate patching and extending
      • SLACS_library contains duplicates of all SexLab native cum functions and defines the internal functions for SLACS
      • SLACS_config manages user preferences and stores default and constant values
      • SLACS_main is the central repository for SLACS and acts as a Bus for the other scripts
      • SLACS_slInterrupt continues to act as the bridge to override normal SL cumspells with SLACS
        • This file is updated to utilize the new script architecture

ย 

Functionally, not much different, architecturally it's completely different.ย  Visible to the user, you now have some MCM customization and utility, including how to handle Futa/Schlonged Actors (since Vaginal cum textures look objectively awful with an SOS Schlong).

ย 

The changes in architecture will make it a lot easier and faster to create compatibility patches, and deploy future updates to functionality.ย 

Posted
On 5/28/2020 at 7:49 PM, Kyeckr said:

Sinner previously posted that this happened to them because of a mod called "Glow be Gone".ย  Do you have that?

If not, maybe post the whole mod-list so I can review.

Yes ...yes I have Glow be gone installed , sorry about late reply...What would be the fix pulling this one after the Glowbe gone Mod ???

ย 

ย 

PS: forget it .. I know now How to get them working after reading Glow be Gone main page mod on how to exclude plugins..

Posted

I am getting all of this in my logs all of a sudden ... any idea what might be causing this?

ย 

Spoiler

[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumVaginalOralSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_VaginalCum4 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOralStackedCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_OralCum4 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_OralCum3 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumOralSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumAnalSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumVaginalSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_VaginalCum1 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginalCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_OralCum1 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOralCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_VaginalCum2 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumOralAnalSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_AnalCum4 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_AnalCum1 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_AnalCum2 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumVaginalOralAnalSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabAnal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabAnalStackedCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_VaginalCum3 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumVaginalAnalSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_OralCum2 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabAnal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginalStackedCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabAnalCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_AnalCum3 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property

ย 

Posted
1 hour ago, Husky1o1 said:

I am getting all of this in my logs all of a sudden ... any idea what might be causing this?

ย 

ย  Hide contents

[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumVaginalOralSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_VaginalCum4 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOralStackedCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_OralCum4 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_OralCum3 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumOralSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumAnalSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumVaginalSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_VaginalCum1 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginalCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_OralCum1 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOralCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_VaginalCum2 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumOralAnalSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral2Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_AnalCum4 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_AnalCum1 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_AnalCum2 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumVaginalOralAnalSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal1Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral3Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral1Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral2Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Oral3Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabAnal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Oral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabAnalStackedCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral4Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral3Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral1Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_VaginalCum3 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal2Oral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabCumVaginalAnalSpell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_OralCum2 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral1Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral4Anal4Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabAnal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral2Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal3Oral3Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabVaginalStackedCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabOral1Anal2Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SexLabAnalCum on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Oral4Anal1Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Oral2Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_AnalCum3 on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property
[06/04/2020 - 12:30:21AM] warning: Property SLACS_Vaginal4Anal3Spell on script SLACS_slInterrupt attached to Active effect 6 onย  (0001A697) cannot be initialized because the script no longer contains that property

ย 

That script no longer has properties, they are moved to SLACS_library and associated via a quest.

The SLACS_slInterupt script now calls the SLACS_library via SLACS_main.

ย 

Are you experiencing challenges with the mod, or just curious about the warning?

Posted

It seems to be working fine just as far as I can tell. But of course Iยดd prefer to not have these warnings in the log. Is this a normal behaviour or did this happen because I removed your version 0.2 and replaced it with 0.3 and these are leftovers from 0.2 in the save game now?

Posted
13 hours ago, Husky1o1 said:

It seems to be working fine just as far as I can tell. But of course Iยดd prefer to not have these warnings in the log. Is this a normal behaviour or did this happen because I removed your version 0.2 and replaced it with 0.3 and these are leftovers from 0.2 in the save game now?

I'm not going to pretend to fully understand how this works.ย  It completely makes sense that this would show up as some point based on the warning itself.ย  If it is showing up repeatedly in the logs I could see that as frustrating.ย  If that's the case I wonder if a save cleaner can get rid of them without introducing further issues?

ย 

Edit; If cleaning the save doesn't help or that approach we can try a patch where those properties are added as hidden to that script to silence the errors.ย  I won't want that in the core release but if it works I'm okay to add the supplemental file for anyone upgrading from 0.2 that doesn't want these.

Posted
1 hour ago, whiclx said:

Great update, the MCM debug info and controls are really nice to have.

Thanks!ย  I'm glad you find value in it.ย  That was a significant scope creep from the plan for 0.3 haha.

Posted
2 hours ago, Kyeckr said:

I'm not going to pretend to fully understand how this works.ย  It completely makes sense that this would show up as some point based on the warning itself.ย  If it is showing up repeatedly in the logs I could see that as frustrating.ย  If that's the case I wonder if a save cleaner can get rid of them without introducing further issues?

ย 

Edit; If cleaning the save doesn't help or that approach we can try a patch where those properties are added as hidden to that script to silence the errors.ย  I won't want that in the core release but if it works I'm okay to add the supplemental file for anyone upgrading from 0.2 that doesn't want these.

What I tried:

ย 

I disabled the mod. Played a while. Saved the game. Warnings gone.

Cleaned the save with Fallrim tools.

Loaded the game, played a while. Saved the game.

Re-Activated the mod. Played a while. Saved the game.

But now the warning show up again in the log.

ย 

The same as above, huge blocks, over an over for Actice Affect 6, Active Effect 3, Active Effect 8, etc. basically, my log is 50% filled with these warning blocks ?

If you could make a small patch for hiding this, that would be great. Just for the sake of keeping the log clean for actual trouble shooting.

Posted
On 5/28/2020 at 10:49 AM, Kyeckr said:

Sinner previously posted that this happened to them because of a mod called "Glow be Gone".ย  Do you have that?
ย 

Thank for solving this for another user, this was happening for my game.ย  ;)

ย 

Added the following exceptions to the "Glow Be Gone" json file for others to use if wanted, includes Dripping When Aroused, Sexlab Framework, SL Advanced Cum Stages, SL Triggers, SL Triggers CumEffects, Mouth Cum for SL Triggers, Fill Her Up

ย 

Plugin file exceptionsย  for "Glow be Gone":

GlowBeGoneSSE.json

Posted
6 hours ago, toxic.s.kennedy said:

Hi , I like your mod , can you release 2K texture version ?

The textures are 4k, but the ones from Native SL are only upconverted Cubicly.

ย 

I fully intend to provide upgraded textures in a future release, but it is not the immediate priority.

Posted
23 hours ago, Husky1o1 said:

What I tried:

ย 

I disabled the mod. Played a while. Saved the game. Warnings gone.

Cleaned the save with Fallrim tools.

Loaded the game, played a while. Saved the game.

Re-Activated the mod. Played a while. Saved the game.

But now the warning show up again in the log.

ย 

The same as above, huge blocks, over an over for Actice Affect 6, Active Effect 3, Active Effect 8, etc. basically, my log is 50% filled with these warning blocks ?

If you could make a small patch for hiding this, that would be great. Just for the sake of keeping the log clean for actual trouble shooting.

Let me know if this suppresses the warnings or not.

SL Advanced Cum Stages 0.2 to 0.3 Warning Patch.7z

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