Jump to content

Submissive Lola - Coffees Task Extension


Recommended Posts

14 hours ago, coffeeink said:

Ok sorry for my long silence. i will pick up bugfixing and Skyrim soon.

 

I hat some serious Burnout Symptoms and just needed to stay away from everything slightly stressfull for a long time.

Need to setup the Coding stuff again first

 

 

It's all good. You gotta take care of yourself first :)

Link to comment
  • 2 weeks later...

Hey, is there a guide to first time configuration? I read on the installation page that this mod was a configuration monster, but I am uncertain what parts of the configuration menu are obligatory or necessary to configure, which parts I should configure but don't have to, and which parts you don't have to configure.

Thanks for your time.

Link to comment
  • 5 weeks later...

Anyone have a clear set of conditions to start the outfit quest? I've gotten the score up to 91 with all the outfit stages set at 50/60/etc and I have yet to trigger the quest. outfits are defined and validated. Can't figure out if my character is just "unlucky" or I bunked something up myself.

Link to comment
7 hours ago, PNclarity001 said:

Anyone have a clear set of conditions to start the outfit quest? I've gotten the score up to 91 with all the outfit stages set at 50/60/etc and I have yet to trigger the quest. outfits are defined and validated. Can't figure out if my character is just "unlucky" or I bunked something up myself.

Well, you are really paragon of luck or there is something broken in your game. This quest triggered almost from the start for me before even reaching first stage.

Link to comment

Hey, great mod.

 

But I think the Furniture Sleep Quest seems to be stuck if a Playmate is activated.

 

Basically its stuck at quest stage 47, when l try to select the furniture for the player with the "lesser power", i.e. the Y key. No matter which furniture I try, nothing happens and I'm not able to add the player to the furniture.
 

This happens in the log when I try to activate the furniture for the player:

 

Spoiler
[03/03/2024 - 09:51:55PM] [cfl-Debug]:Check Walking
[03/03/2024 - 09:51:55PM] [cfl-Debug]:Master Pos: -518.117249
[03/03/2024 - 09:51:57PM] [cfl-Debug]:Check Walking
[03/03/2024 - 09:51:57PM] [cfl-Debug]:Master Pos: -674.540039
[03/03/2024 - 09:52:04PM] [cfl-Debug]:debt in town: 0
[03/03/2024 - 09:52:06PM] SEXLAB - NOTICE: ValidateActor(Lola) -- TRUE -- HIT
[03/03/2024 - 09:52:24PM] _STA_: Spanky: CounteR: 1
[03/03/2024 - 09:52:24PM] _STA_: Spanky: IntensityTemp: 0.115437
[03/03/2024 - 09:52:24PM] _STA_: Spanky: Update alpha on Lola to 0.115437
[03/03/2024 - 09:52:24PM] _STA_: DialogQueue: Q Size: 1. Speaking: [Topic <_STA_SpankingSlapReplyLovesTopic (73005E9F)>]. Index: 0
[03/03/2024 - 09:52:27PM] [cfl]: Selected Object [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:27PM] [cfl]: Allowed False
[03/03/2024 - 09:52:27PM] [cfl]: Selected Device [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:27PM] [cfl]: Current Stage47
[03/03/2024 - 09:52:34PM] [cfl]: Selected Object [Actor < (FE031818)>]
[03/03/2024 - 09:52:34PM] [cfl]: Allowed False
[03/03/2024 - 09:52:34PM] [cfl]: Not a Devious furniture
[03/03/2024 - 09:52:37PM] [cfl]: Selected Object [ObjectReference < (FF001A38)>
[03/03/2024 - 09:52:37PM] [cfl]: Allowed False
[03/03/2024 - 09:52:37PM] [cfl]: Selected Device [ObjectReference < (FF001A38)>
[03/03/2024 - 09:52:37PM] [cfl]: Current Stage47
[03/03/2024 - 09:52:37PM] _STA_: Spanky: Update alpha on Lola to 0.115437
[03/03/2024 - 09:52:41PM] [cfl-Debug]:Check Location Class
[03/03/2024 - 09:52:41PM] [cfl-Debug]:Location changed to Inn
[03/03/2024 - 09:52:41PM] [cfl-Debug]:Sleep Location = Inn
[03/03/2024 - 09:52:41PM] [cfl]: Selected Object [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:41PM] [cfl]: Allowed False
[03/03/2024 - 09:52:41PM] [cfl]: Selected Device [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:41PM] [cfl]: Current Stage47
[03/03/2024 - 09:52:43PM] [cfl]: Lola is blocking or manual suspend
[03/03/2024 - 09:52:43PM] [cfl]: Lola is blocking or manual suspend
[03/03/2024 - 09:52:45PM] [cfl]: Selected Object [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:45PM] [cfl]: Allowed False
[03/03/2024 - 09:52:45PM] [cfl]: Selected Device [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:45PM] [cfl]: Current Stage47
[03/03/2024 - 09:52:49PM] [cfl]: Selected Object [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:49PM] [cfl]: Allowed False
[03/03/2024 - 09:52:49PM] [cfl]: Selected Device [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:49PM] [cfl]: Current Stage47

 

 

 

OnFurnitureActivate seems to expect that the the quest is in Stage 50 already, and hence does nothing.

 

 if (GetStage() == 20 && d == FurnPlaymate)

        cfg.Log("Activated Playmate Furniture")
        SetStage(30)
    elseif (GetStage() == 50 && d == FurnPlayer)
        cfg.Log("Activated Player Furniture")
        SetStage(60)

 

I tried to complete various dialogues, and retried it multiple times, but it never seem to be able to to get to stage 50. It does seem to work if I disable the playmate.

 

I checked it in creation Kit and there seems to be no working path to get from Stage 47 to Stage 50. The Reached_FG_Custom dialogue does not seem to have any fragment that will change the stage, and it also doesn't seem to force-greet (if its supposed to do that?)

 

Edit: So setting the Stage to 50 or 60 also doesn't solve this, because the device also doesn't seem to be part of the list of allowed devices, which will also cause lots of issues in the later stages.

 

 
Spoiler
[03/03/2024 - 10:37:00PM] [cfl]: Selected Object [xRandomFurnitureIdle < (FF0016F3)>]
[03/03/2024 - 10:37:00PM] [cfl]: Allowed False
[03/03/2024 - 10:37:00PM] [cfl]: Selected Device [xRandomFurnitureIdle < (FF0016F3)>]
[03/03/2024 - 10:37:00PM] [cfl]: Current Stage50
[03/03/2024 - 10:37:03PM] [cfl]: Selected Object [xRandomFurnitureIdle < (FF0016F3)>]
[03/03/2024 - 10:37:03PM] [cfl]: Allowed False
[03/03/2024 - 10:37:03PM] [cfl]: Selected Device [xRandomFurnitureIdle < (FF0016F3)>]
[03/03/2024 - 10:37:03PM] [cfl]: Current Stage50

 

So unfortunately no easy fix.

 

 

Papyrus.0.log

Edited by gerroth
Link to comment

During the Sales Pet event, the DD devices are not removed from the playmate. Maybe I have a conflict with the new Devious devices NG mods. I also wanted to say about the idle dream quest, but thanks to the friend above.

Link to comment
Posted (edited)
On 3/3/2024 at 10:12 PM, gerroth said:

Hey, great mod.

 

But I think the Furniture Sleep Quest seems to be stuck if a Playmate is activated.

 

Basically its stuck at quest stage 47, when l try to select the furniture for the player with the "lesser power", i.e. the Y key. No matter which furniture I try, nothing happens and I'm not able to add the player to the furniture.
 

This happens in the log when I try to activate the furniture for the player:

 

  Reveal hidden contents
[03/03/2024 - 09:51:55PM] [cfl-Debug]:Check Walking
[03/03/2024 - 09:51:55PM] [cfl-Debug]:Master Pos: -518.117249
[03/03/2024 - 09:51:57PM] [cfl-Debug]:Check Walking
[03/03/2024 - 09:51:57PM] [cfl-Debug]:Master Pos: -674.540039
[03/03/2024 - 09:52:04PM] [cfl-Debug]:debt in town: 0
[03/03/2024 - 09:52:06PM] SEXLAB - NOTICE: ValidateActor(Lola) -- TRUE -- HIT
[03/03/2024 - 09:52:24PM] _STA_: Spanky: CounteR: 1
[03/03/2024 - 09:52:24PM] _STA_: Spanky: IntensityTemp: 0.115437
[03/03/2024 - 09:52:24PM] _STA_: Spanky: Update alpha on Lola to 0.115437
[03/03/2024 - 09:52:24PM] _STA_: DialogQueue: Q Size: 1. Speaking: [Topic <_STA_SpankingSlapReplyLovesTopic (73005E9F)>]. Index: 0
[03/03/2024 - 09:52:27PM] [cfl]: Selected Object [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:27PM] [cfl]: Allowed False
[03/03/2024 - 09:52:27PM] [cfl]: Selected Device [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:27PM] [cfl]: Current Stage47
[03/03/2024 - 09:52:34PM] [cfl]: Selected Object [Actor < (FE031818)>]
[03/03/2024 - 09:52:34PM] [cfl]: Allowed False
[03/03/2024 - 09:52:34PM] [cfl]: Not a Devious furniture
[03/03/2024 - 09:52:37PM] [cfl]: Selected Object [ObjectReference < (FF001A38)>
[03/03/2024 - 09:52:37PM] [cfl]: Allowed False
[03/03/2024 - 09:52:37PM] [cfl]: Selected Device [ObjectReference < (FF001A38)>
[03/03/2024 - 09:52:37PM] [cfl]: Current Stage47
[03/03/2024 - 09:52:37PM] _STA_: Spanky: Update alpha on Lola to 0.115437
[03/03/2024 - 09:52:41PM] [cfl-Debug]:Check Location Class
[03/03/2024 - 09:52:41PM] [cfl-Debug]:Location changed to Inn
[03/03/2024 - 09:52:41PM] [cfl-Debug]:Sleep Location = Inn
[03/03/2024 - 09:52:41PM] [cfl]: Selected Object [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:41PM] [cfl]: Allowed False
[03/03/2024 - 09:52:41PM] [cfl]: Selected Device [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:41PM] [cfl]: Current Stage47
[03/03/2024 - 09:52:43PM] [cfl]: Lola is blocking or manual suspend
[03/03/2024 - 09:52:43PM] [cfl]: Lola is blocking or manual suspend
[03/03/2024 - 09:52:45PM] [cfl]: Selected Object [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:45PM] [cfl]: Allowed False
[03/03/2024 - 09:52:45PM] [cfl]: Selected Device [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:45PM] [cfl]: Current Stage47
[03/03/2024 - 09:52:49PM] [cfl]: Selected Object [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:49PM] [cfl]: Allowed False
[03/03/2024 - 09:52:49PM] [cfl]: Selected Device [ObjectReference < (FF001A38)>]
[03/03/2024 - 09:52:49PM] [cfl]: Current Stage47

 

 

 

OnFurnitureActivate seems to expect that the the quest is in Stage 50 already, and hence does nothing.

 

 if (GetStage() == 20 && d == FurnPlaymate)

        cfg.Log("Activated Playmate Furniture")
        SetStage(30)
    elseif (GetStage() == 50 && d == FurnPlayer)
        cfg.Log("Activated Player Furniture")
        SetStage(60)

 

I tried to complete various dialogues, and retried it multiple times, but it never seem to be able to to get to stage 50. It does seem to work if I disable the playmate.

 

I checked it in creation Kit and there seems to be no working path to get from Stage 47 to Stage 50. The Reached_FG_Custom dialogue does not seem to have any fragment that will change the stage, and it also doesn't seem to force-greet (if its supposed to do that?)

 

Edit: So setting the Stage to 50 or 60 also doesn't solve this, because the device also doesn't seem to be part of the list of allowed devices, which will also cause lots of issues in the later stages.

 

 
  Reveal hidden contents
[03/03/2024 - 10:37:00PM] [cfl]: Selected Object [xRandomFurnitureIdle < (FF0016F3)>]
[03/03/2024 - 10:37:00PM] [cfl]: Allowed False
[03/03/2024 - 10:37:00PM] [cfl]: Selected Device [xRandomFurnitureIdle < (FF0016F3)>]
[03/03/2024 - 10:37:00PM] [cfl]: Current Stage50
[03/03/2024 - 10:37:03PM] [cfl]: Selected Object [xRandomFurnitureIdle < (FF0016F3)>]
[03/03/2024 - 10:37:03PM] [cfl]: Allowed False
[03/03/2024 - 10:37:03PM] [cfl]: Selected Device [xRandomFurnitureIdle < (FF0016F3)>]
[03/03/2024 - 10:37:03PM] [cfl]: Current Stage50

 

So unfortunately no easy fix.

 

 

Papyrus.0.log 137.56 kB · 0 downloads

Thanks i will check it.

 

As a remark. The quest had initial many Force Greets but due Player feedback all of the scenes and FG got removed due "lack of interaction" . No fun in simply watching everything.

So a lot of names with FG just old rests.

 

So stage 50 should happen after a Topic dialouge.

 

And you are completly right the Fragment script is empty looks like CK did some magic overwrite things ... as a quickfix. downloading a version before 1.0.6 and copying the compiled script cfl_TIF_SleepFurn_SleepingSpotReached and overwrite it should fix it.

 

Looks like CK deleted the content of the fragment script.... gladly i have everything in git. i will try this weekend to push a fixed version. Thanks for reporting

 
Edited by coffeeink
Link to comment
5 hours ago, coffeeink said:

And you are completly right the Fragment script is empty looks like CK did some magic overwrite things ... as a quickfix. downloading a version before 1.0.6 and copying the compiled script cfl_TIF_SleepFurn_SleepingSpotReached and overwrite it should fix it.

 

You say "before 1.0.6" - 1.0.5 has the empty (ish) script, and the pex file is the same size as 1.0.8. 1.0.4 has a larger pex file (and the script has actual script in it) so I'd guess 1.0.4 (or earlier) would be the fix?

 

Appreciate the quick fix, and your hard work. It's never easy when the tools are working against you!

Link to comment

1.0.6 is what git told me. buy yeah any old version will work 😃 the script was never touched again since 1.0.0... except CK. i will spent some time to look on all git changes regarding that...

Link to comment

I wrote a python script checking all files. Overall it looks like 3 TIF Fragments got destroyed by CK, (That can happen if you open a Topic Info an CK "regenerates the Script"

 

I also add some minor fixes and i will upload it later.

Link to comment

 

12 hours ago, coffeeink said:

I wrote a python script checking all files. Overall it looks like 3 TIF Fragments got destroyed by CK, (That can happen if you open a Topic Info an CK "regenerates the Script"

 

I also add some minor fixes and i will upload it later.

 

Wow, these kind of insane things are why I've always hated working with CK.

 

 

12 hours ago, coffeeink said:

I also add some minor fixes and i will upload it later.


Hey, thanks for the quick fix!

 

I'll test it right now and will let you know if it works.

 

 

Link to comment
  • 2 weeks later...
  • 3 weeks later...

I am sorry, that I couldnt find my answer in the thread. I would like to know how I can trigger the kennel sleep event. I understood that kennels must be close by, but I dont know where to find them. Is an additional mod required for this event?

Thank you.

Link to comment
9 hours ago, teerraxrax said:

I am sorry, that I couldnt find my answer in the thread. I would like to know how I can trigger the kennel sleep event. I understood that kennels must be close by, but I dont know where to find them. Is an additional mod required for this event?

Thank you.

 

Yeah, the kennels are a feature of Sex Lab Survival. You'll need that mod to use them.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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

Important Information

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