Jump to content

Recommended Posts

Posted (edited)
7 hours ago, AoE_Freak said:

I don't know about the other people experiencing this bug, but I just updated both Sexlab Survival and Wartimes two days ago and tested it, and it still didn't work. I wouldn't know anything about that second thing you mentioned however, I am not very experienced with modding Skyrim so I don't quite understand that bit.

State FatherBlowjob
	Event OnBeginState()
		Actor[] SexActors = new Actor[2]
		SexActors[0] = PlayerRef
		SexActors[1] = FatherRef
		TargetMustCum(FatherRef)
		DoSex(SexActors, Partner = FatherRef, akVictim = None, CenterOn = None, AllowBed = true, IsCreature = false, Tags = Fav.GetTagsForSex("blowjob"), SuppressTags = Fav.GetSupTagsForSex("blowjob"))
		
		Fav.ModStat(Msg = "", Favour = 0.0,  Depravity = 1.0, Submission = 0.0, Sender = Self)
		PchsPlayer.MakeFatherSlsAsshole()
	EndEvent
	
	Function TargetOrgasmSuccess()
		PushFatherBoundary(pchsPCGaveBlowjob)
		;pchsPCGaveBlowjob.Mod(1)
		pchsFatherSexTimestamp.SetValue(Utility.GetCurrentGameTime())
		pchsFatherSex.SetValue(1)
		pchsFatherSexCount.Mod(1)
		Fav.ApologySuccess()
	EndFunction
	
	Function TargetOrgasmFail()
		Fav.ApologyFail()
		Util.IncArousal(FatherRef, 20.0)
	EndFunction
	
	Event On_SLS_PlayerSwallowedCum(Form akSource, Bool DidSwallow, Float CumAmount, Float LoadSizeBase, Bool IsCumPotion)
		If DidSwallow && akSource == FatherRef
			Fav.ModStat(Msg = "Father is pleased I swallowed his cum", Favour = 1.0,  Depravity = 1.0, Submission = 0.0, Sender = Self)
			If StorageUtil.GetIntValue(None, "pchsWtCumSlutIntro") == 1
				StorageUtil.SetIntValue(None, "pchsWtCumSlutIntro" , 2)
			EndIf
		EndIf
	EndEvent
EndState

 

This is part of script code that triggers during apologies. It sets storageUtil int value "pchsWtCumSlutIntro" to 2.

 

 

Function FatherSex()
    If MustCumActor1 == FatherRef
        If TargetOrgasmCount <= 0
            FatherOrgasmCountAttempt += 1
            ;FatherVoluntaryServeRel.Mod(Menu.BaseFavourLoss * (FatherOrgasmCountAttempt))
            ;Debug.Notification("Father's favor decreased by " + ((Menu.BaseFavourLoss as Int) * FatherOrgasmCountAttempt))
            ;Fav.ModStat(Msg = "I failed to get Father off", Favour = (Menu.BaseFavourLoss * FatherOrgasmCountAttempt),  Depravity = 0.0, Submission = 0.0, Sender = Self)
            If FatherOrgasmCountAttempt >= 2 && (Game.GetFormFromFile(0x186EB8, "pchsWartimes.esp") as GlobalVariable).GetValueInt() == 0 ; pchsGotSkooma
                Utility.Wait(3.0)
                Debug.Messagebox("Father: 'I'm very disappointed in you. Here, try this!'\n\nHe grabs you and forces you to drink something from a bottle. You don't know what it is but it makes you feel... good!\n\nYou can now ask father for skooma")
                Form akSkooma = Game.GetFormFromFile(0x57A7A, "Skyrim.esm")
                PlayerRef.AddItem(akSkooma, 1, false)
                PlayerRef.EquipItem(akSkooma)
                (Game.GetFormFromFile(0x186EB8, "pchsWartimes.esp") as GlobalVariable).SetValueInt(1) ; pchsGotSkooma
            EndIf

        Else
            FatherOrgasmCountAttempt = 0
        EndIf

        If StorageUtil.GetIntValue(None, "pchsWtCumSlutIntro") == 2
            StorageUtil.UnSetIntValue(None, "pchsWtCumSlutIntro")
            Utility.Wait(2.0)
            (Game.GetFormFromFile(0x1F140F, "pchsWartimes.esp") as Quest).Start() ; pchsCumSlutQuest
            FatherRef.EvaluatePackage()
        EndIf
    EndIf
EndFunction

 

This is other func from that script, which starts pchsCumSlutQuest if storageUtilintValue "pchsWtCumSlutIntro" is 2

 

pchsCumSlutQuest runs package which forces father to start pchsCumSlut00 dialog topic which makes PC CumSlut via script TIF__081F1413

 

Possible problems:

1. Your pchsWtApology.psc script is different or compiled pchsWtApology.pex was compiled with different code

2. Your PapyrusUtil doesnt get/set intvalue correctly (if seriously, I don't think that is possible)

3. On_SLS_PlayerSwallowedCum function in SLS script(lazy to find) is waiting for more/less arguments.

4. Your pchsWartimes ESP has reference errors(check with xedit) that prevents to succesfully execute upper-decrribed chain.

Personally I have 2 errors

[00:00] pchsOutfitDummy "OutfitDummy" [NPC_:E1446F0F]
[00:00]     NPC_ \ Tint Layers \ Layer \ TINI - Tint Index -> <Tint layer index 1 not found in ImperialRace "Imperial" [RACE:00013744]>
[00:00]     NPC_ \ Tint Layers \ Layer \ TINI - Tint Index -> <Tint layer index 2 not found in ImperialRace "Imperial" [RACE:00013744]>

[00:01] Done: Checking for Errors, Processed Records: 2705, Errors found: 1, Elapsed Time: 00:01

But, that is unimportant errors (and they are due to changes in races somethere in my setup).

5. Something else

 

 

 

Edited by Iroha
Posted
7 hours ago, coffeeink said:

You are not alone.

The weird thing for me is, that it recognizes the spill and drink option due the forced drinking scene and the favor you get afterwards. but cumslut itself is not triggering for me. => i doubt that it's a wrong SLS version. But i'm also using the SE Version.

LE, I have exactly the same problem. Cumslut never triggered for me, not since it was first introduced.

Posted

Regarding cumslut I remembered something. The last time I played (think it was WT 5.6 or something) Cumslut did trigger. It only did trigger once in like 5 or 6 different saves/characters though. But after it started up after the first delivery father did not give me any Cumtainers and the dialoge after delivering either the requested or wrong amount of cum just aborts preventing me from getting any further cumtainers.

 

In that regard I only ever get 1 "you are not allowed to bath" event. The first one triggers, works and then nothing. But that may be due to me not playing a single character long enough with the mod to trigger the event again.

 

This also happenend with earlier versions. Dunno if something has changed in the newer versions.

Posted (edited)
2 hours ago, kapibar said:

LE, I have exactly the same problem. Cumslut never triggered for me, not since it was first introduced.

Cant tell if in current version it works - i didn't played since 4+ version(worked on my le without problems, howewer i recompiled some scripts one time cause where was minor incompatibility between wartimes and one of old tweaked sls versions, which was fixed later), but posted info should help you to search what is wrong on your side (or on the mod's side).

 

P.S. Funny, but i i'm not alone, who didn't played in recent versions ^_^

Hope we will soon ^_^

Edited by Iroha
Posted
3 hours ago, Iroha said:

but posted info should help you to search what is wrong on your side (or on the mod's side).

Dude. You're grossly overestimating my understanding of what you posted :). It's one thing to edit a simple script, or perform an operation according to manual, advanced debugging is far beyond me.

But - from what I understood from the scripts - giving Aldo a blowjob as an apology is a requirement for the cumslut job (correct me if I misunderstood). I actually never got that apology task, father goes straight to being fucked by Aldo.

Posted (edited)
4 hours ago, kapibar said:

Dude. You're grossly overestimating my understanding of what you posted :). It's one thing to edit a simple script, or perform an operation according to manual, advanced debugging is far beyond me.

But - from what I understood from the scripts - giving Aldo a blowjob as an apology is a requirement for the cumslut job (correct me if I misunderstood). I actually never got that apology task, father goes straight to being fucked by Aldo.

No, Aldo is not involved in cumslut starting(was not, and I didn't see that he involved now when looked into the dephts, in fragmrnents no sign of it too).

I will look later in the code again when will arrive home, i see one curious thing in fragments

 

Upd. WARNING! Contain spoilers! ONLY FOR THOSE WHO HAVE CUMSLUTQUEST PROBLEM AND WANT DO SOMETHING ABOUT IT.
 

Spoiler

Ok, I looked into again, chain I decribed above seems to be more complicated, lets look into the sequence:

1. mod installed, on init StorageUtil global variable pchsWtCumSlutIntro setted to 1. (And on version_check too, that potentially can set unsetted pchsWtCumSlutIntro after starting of pchsCumSlutQuest back to 1).

2. many actions here

3. PC wasted in task and apologies

4. father decided to choose blowjob ([INFO:E1247595] ('You want to please your father, don't you, sweetheart? Well, nothing would please me more right now than sliding my cock between those luscious lips.' in GRUP Topic Children of pchsApology02 [DIAL:E1242486])

4a. INFO:E1247595 runs attached scriptfragment TIF__08247595, which send event that sets global variable pchsPunishSelect and ApolPun to "FatherBlowjob"

4b. PC accepts (pchsApology03 "As you wish, Father." [DIAL:E1242488])

4c. Father replies ([INFO:E1242489] ('That's a good girl.' in GRUP Topic Children of pchsApology03 "As you wish, Father." [DIAL:E1242488]))

4d. [DIAL:E1242488] runs attached scriptfragment TIF__08242489 which send event that executes pchsWtApology (declared as Apol) function BeginPunish with arg ApolPun which now should be "FatherBlowjob" (as setted in 4a).

5. pchsWtApology.BeginPunish("FatherBlowjob") executes state FatherBlowjob

5a. in beginning TargetMustCum registerers _SLS_PlayerSwallowedCum event from SLS as event On_SLS_PlayerSwallowedCum (if I'm right - I don't know papyrus, hahaha), and if player will swallow cum (SLS monitors it), _SLS_PlayerSwallowedCum will set DidSwallow variable of On_SLS_PlayerSwallowedCum to True (o_O). Anyway

5b. DoSex(...) initiates sexlab scene

5c. action!

5d. Event On_SLS_PlayerSwallowedCum monitors DidSwallow, and if swallow Father's uhhhm..., you will see message "Father is pleased I swallowed his cum".

5d`.if pchsWtCumSlutIntro is still 1, when its setted to 2

6. TargetMustCum in 5a also registered event OnAnimationEnd, which fires_up when sexlab animation ends. If player was in sexlab animation

6a. FatherSex() function executes. In there pchsWtCumSlutIntro checked and if it is 2 pchsCumSlutQuest starts and forces Father to use pchsFatherCumSlutIntroPack [PACK:E11F653B] package (AI package), and forcegreet PC with pchsCumSlut00 [DIAL:E11F1412]. PC doesn't have a choice to reply any than [INFO:E11F1413] ('[I look up as I slide his softening, spent cock from my mouth and over my lips.]' in GRUP Topic Children of pchsCumSlut00 [DIAL:E11F1412])

6b. just in case(?) in OnAnimationEnd event TryCumSlutApproach() function executes from main pchsWarttimesPlayerScript.psc script and makes check of  pchsWtCumSlutIntro and tries to start quest and fire up AI package. (but pchsWtCumSlutIntro already should be unsetted and quest started)

7. And now PC will be on strict diet.

 

NB. E1 - is just position of pchswartimes in my LO.

P.S. well, it was more comlicated to make explanation than I thought, but I hope it helps. Maybe I was wrong at some points, feel free to correct me.

 

P.S.S. Monoman1, you are code maniac^_^ in good sense^_^

 

Edited by Iroha
Posted (edited)

I think I found an issue with outfit feature @Monoman1.

 

Wartimes version: 7.4, and I have not upgraded the mod during gameplay.

 

First of all, I'd like to say that this feature really spices up the gameplay, which is why I'd really like it to work properly. :)

 

I spent some time configuring 9 outfit levels, but it seems to me that I start getting issue with outfit detection once I get to "outfit_1" (the second outfit you get), and I did not have these issues at the initial outfit level (see last part of this issue report).

 

I assume that the variable "pchsPcIsWearingOutfit" should be 100 (or 0?) when wearing the outfit properly, and while this value is set when wearing parts of my outfit, it is not set when I am wearing the main piece (slot 32) (and all accessories), making Father angry during the "Father?" dialogue.

 

Example, I have configured up the "BDSM Maid" outfit by kziitd (non-DD version, from here on loverslab), using 1 main part, 4 accessories. If I equip the entire outfit "pchsIsWearingOutfit" is set to -1.00. If I then de-equip the main piece (slot 32), "pchsIsWearingOutfit" is set to 100. If I instead de-equip any accessory "pchsIsWearingOutfit" stays at -1.00. (I will make a note and say that I tried this with other outfits as well, both including and excluding accessories, but I could not get those working properly either)

 

PREVIOUSLY, at "outfit_0" level:

I will point out I did not have these types of issues at "outfit_0", but the "pchsIsWearingOutfit" was set differently at that level. At that level, if I was wearing the entire outfit, including accesories "pchsIsWearingOutfit" was set to 0. If I de-equipped an accessory "pchsIsWearingOutfit" was set to -1. If I instead de-equipped the main piece "pchsIsWearingOutfit" was set to 100. In this case, during the "Father?" dialogue, he would respond like this:

  • pchsIsWearingOutfit: 0 => I get approving message about maid outfit
  • pchsIsWearingOutfit: 100 => I just get the standard "appearence" approval messages
  • pchsIsWearingOutfit: -1 => Father will get angry with me

 

If you need more information, let me know.

 

 

UPDATE:

Another (slightly) unrelated thing I noticed is how these outfits interact with the heels Father will require you wear after the party. Now in this case, the issue is a bit self-inflicted because it can only really occur if you decide that the feet slot should be a part of your outfit.

 

I noticed the following: If I (at "outfit_0") set the variable "pchsGotHeels" to 1 and obtain the heels through the "AddItemMenu" if I then:

  • Equip the entire outfit (pchsIsWearingOutfit=0), followed by unequipping the feet slot (pchsIsWearingOutfit=-1), followed by equipping the fathers heels (pchsIsWearingOutfit=-1) => Meaning father will get angry.
  • If I instead Equip the entire outfit (pchsIsWearingOutfit=0), followed by replacing the feet slot with fathers heels without unequipping first (pchsIsWearingOutfit=0) => Meaning Father will not be angry and praise me for wearing the maid outfit. He will also praise me for wearing heels.

 

I think it would be very cool if the Fathers heels (or any heels, really) were simply recognized as a replacement part for the feet slot, for any outfit, to avoid this problem entirely.

Edited by leakim
Added unrelated scenario related to Outfit interaction with Fathers heels
Posted (edited)

Suggestion: in addition to dancing and sex. party goers demand you masturbate for them.

 

Would make a nice intermediate step between "dance for me" and "let's fuck."

 

ETA: Did a party and got a bottle stuck in the ass right before it ended. Now it gives the "you can't unequip this item" message and the guests are gone. I'm sure there's a workaround, but how about allowing Father to remove it through dialogue?

 

"Father, one of your friends left his bottle in my ... well, just look!"

"Oh, I'm looking, daughter. Can't have that thing in the way while I'm reaming you out. Hold still."

 

Edited by GeorgiaCav
Posted

I don't suppose anybody knows if Father will make you do the supply run without the hood?  Cause if that isn't a thing it needs to be a thing.  Maybe have him not give you gold either, force you to have sex for the supplies?

Posted (edited)

Ai, kinda forgot about it. It's up in the linked post.

 

Btw, did anyone test the SLS test conversion? Does it work?

 

Edited by Silvain
Posted (edited)

FYI

If you are using Skyrim SE, installed/updated Sexlab beta9, and have also intalled PapyruUtils3.x from Nexus.  It looks like the new Sexlab beta9 has an expanded version of papyrusUtils and if you overwrite it with another version may mess with Sexlab.    

Recommend letting Sexlab beta9 overwrite any other version.   If not sure, better stay with beta8.

 

Note:  Posting this because it use to be the time when Nexus PapyrusUtils was the latest, but not anymore.   Only applies to sexlab beta9 in SE.

Edited by safado
Posted (edited)
7 minutes ago, Silvain said:

 

 

Btw, did anyone test the SLS test conversion? Does it work?

 

 

Have not notice any issue related to it.  yet........

Thanks for it.

 

  Do you know of a good Form44 info or forum about it? 

 

 

Edited by safado
Posted (edited)
7 minutes ago, safado said:

 

Have not notice any issue related to it.  yet........

Thanks for it.

 

  Do you know of a good Form44 info or forum about it? 

 

 

 

That is very good to hear. Before it became clear very quickly wether the conversion worked or not. Lot of CTDs and simply broken stuff.

 

Sadly not. My knowledge mainly comes from scattered posts on Reddit (arthmoor and mator made a few good posts somewhere) and some discords. Sadly no central place to look at.

 

Here is one of those I could dig up quickly.

 

Edited by Silvain
Posted (edited)
15 hours ago, Silvain said:

 

 

 

 

The cum puddle mesh did not get rendered in Skyrim SE.  I filtered the mesh using Cathedral_Assets_Optimizer "Process meshes Extensive" and it fix the rendering issue.

A copy of the mesh that worked for me in the attachment in case you do not want to wait for @Silvain proper fix.

 

 

Wartimes Tweak v7.4 (23-Aug-2021) SE - Cum Puddle fix.7z

Edited by safado
Posted

I had and older tweaked version of monoman installed and decided to give it a go. I think it was 3.1. 

 

But I noticed that there was no sex option with Jazeem or Gerald, or the horse. I didn't have sex with Father yet, so I wonder if you can only unlock those options after you acquire a certain level of depravity, or do you really need to have sex with Father first?

Posted (edited)

Uff here a pre version of the newest Blacksmithjob

 

cfe_wartimes.zip

 

It'S a little rough and contains some minor polish things but overall it works fine and i had a lot of fun during testing.  Level 3 went way better than i was expecting it. Esp. if other mod kicking in. Balancing etc is still open.

This mod now uses the sextag as the dance json from wartimes.

 

tbh. LVL3 is hell of fun and spices up the wartimes day a lot.

 

fastway to start // be awre it's an SE Version. => for LE you need to convert the outfits in blacksmith.json

 

set set pchsBlacksmithJobLevel to 4

startquest pchsBlacksmithJob

 

In Level 3 you now start the full dirty salesman way.

Spoiler for Content

Spoiler

Changes: Furniture is now Randomly spawned. Still needs polish for some floating ones and or they are roated by 180.

 

New stuff: Level 3 is now available. enable it direvlt by typing in <set pchsBlacksmithJobLevel to 4>  (or 5, bot are fine, just different dialoge)

Get a random (currently 1 buggy outfit) equiped and the goal is in the given time to get rid of all devices.

It doesn't matter where the devices are comming from. Goal is to have 0 equiped(which means DCL can be very evil)

 

If finished early go to Adrianne and tell her

Know issue: sometimes Selling doens't work due some devices are breaking for whatever reason, need to check tomorrow. can be fixed by clciking every equiped dd in the inventory and try to unlock

 

Starting is the same as in the version above.

 

If someone cna make nice matching DD outfits feel free to share :)

 

Have fun.

Edited by coffeeink
Posted
5 hours ago, Highborn said:

I had and older tweaked version of monoman installed and decided to give it a go. I think it was 3.1. 

 

But I noticed that there was no sex option with Jazeem or Gerald, or the horse. I didn't have sex with Father yet, so I wonder if you can only unlock those options after you acquire a certain level of depravity, or do you really need to have sex with Father first?

you just need to complete their tasks few times to give in.

Posted

For SE 7.4 with cum puddle mesh fix version, I have a problem with pole dance. PC will not start pole dance.

I checked her stamina and gave her enough foods to dance. But, it was useless.

Another weird thing is she eats cum on the ground not at exact spot of cum in animation. Is it only me having issues like this ?

I confirm that SLS test version of Silvain works fine for me without any trouble yet..... 

Posted
6 minutes ago, Samson Nite said:

Another weird thing is she eats cum on the ground not at exact spot of cum in animation. Is it only me having issues like this ?

 

It takes a little practice but you can "aim" at the puddle before activating it. If you aim correctly it will line up.

 

Also, since it's a pose, you should be able to move around a few seconds after activating the puddle.

Posted

I have a restriction rope problem. It does not match correctly on my PC body, specially in breast area. I PC is 3BA body and built correctly in bodyslider with FT rope.

Should I build other rope from Zaz or DD ? 

I am wondering what exact mesh name to build is that rope name in bodyslide ?

Posted (edited)
1 hour ago, Samson Nite said:

I have a restriction rope problem. It does not match correctly on my PC body, specially in breast area. I PC is 3BA body and built correctly in bodyslider with FT rope.

Should I build other rope from Zaz or DD ? 

I am wondering what exact mesh name to build is that rope name in bodyslide ?

 

ZAZ SE original uses CBBE SE bodyslide files and not the CBBE 3BBB Body Amazing (CBBE 3BA).

 

Try this post. And hit like for their contribution. 

Its older 3BA but it works 98%. ?

 

The FT ropes are part of Devious Devices Expansion (DDX). This also works with DD 5. 

For the Devious Devices Bodyslide 3BA (3BAv1).  

 

 

Edited by safado
Posted (edited)

uff ok a new Beta Version is done :)

 

 

i hope i found every script fragment

 

i started today with "i want to integrate TDF" but ended up with an own full Tavern Quest.

startquest pchsTavernJob.

 

it's a simplified version -> you have to earn a certain amount of money and done. The benefit for this is => the options you get a progressing with wartimes progression. You can't over sex before you had sex with father and so on. if you pure you only can sell drinks and food.

 

It works best if you go in the Evening in the bannared mare (Idea is to give you a reason to leave the house during curfew time => get your license)

 

cfe_wartimes1.2.1.zip

 

//edit found a small bug, Looks like critical fial is A overkill and B buggy

If an offering in the tavern is not working open console and type

setpqv pchstavernjob criticalfail 0

 

than it hsould work again. I will fix it tomorrow and remove it

Edited by coffeeink
Reuploaded. i had a bad questentry which killed the startup. i removed teh file. uploaded the temporary fix. should be in theory fine now => need to test
Posted

For 7.4 SE version, in the guest party, PC tried to dance for guest's request, but animation didn't start.

It is just skipped dance animation, but dance service points were counted by 2 successfully.  Why just animation? It doesn't bother me that I don't see dancing, but...

In previous version, up to 7.0 SE, dance worked. Just let you know......

 

One more thing. Never use Project Proteus with WT. It looks like their is a conflict with key bindings. The PC characters are switched during camera rotation in SL.

 

I also noticed some snack requested by guest in party could not delivered by PC, because the option in dialog is not there. Strange.

Posted

I'd like to report an issue likely related to the YPS Tweak. I think this issue was already mentioned in a prior post, but was dismissed as likely caused by an old version of the YPS Tweak.

 

My game is entirely up-to-date, and I get the following message:

 

Spoiler

1729262916_YPSPiercings.png.87349398047c19f6d1f672ffb58585b9.png

 

Shortly after equipping standard piercings part of Devious Devices, such as "Iron Piercings (Nipples)" if YPS piercing tracking is enabled. This message will keep popping up every several seconds.

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