Jump to content

Recommended Posts

Posted

 FYI regarding Baka's FHU, version posted here is incompatible with fixes posted on FHU's thread, especially a much needed fix for a code that clears previous actors when the womb pool is empty.

 (Also addiction calculations are broken)

Posted (edited)

I am not getting the option to spit or swallow after bj scene end. I have all the requirements and i need is also installed but after bj scene I am not getting option to spit or swallow and my hunger is also not decreasing Please help

Edited by Bilal20005
  • 2 weeks later...
Posted (edited)

It seems the function sr_inflateQuest.SetBellyMorphValue is messed up in original FHU and in this mod, always directly calling NiOverride.SetBodyMorph in SLIF mode. Here's my fixed version with additional BigBelly x1.5 scaling for oral node:

 

Function SetBellyMorphValue(Actor akActor, float morphValue, string MorphName)	
	float DIV1 = GetPoolSize(akActor) / 1.0 ; max 1.0 for PregnancyBelly
	float DIV4 = GetOralPoolSize(akActor) / 1.5 ; max 1.5 for BigBelly
	if config.FHUSLIF == true
		if (SLIF_Morph.IsRegistered(akActor,"Fill Her Up") == false)
			SLIF_Morph.registerActor(akActor,"Fill Her Up",morphName)
		endif
		if MorphName == InflateMorph
			if config.FHUMorphSLIF
				SLIF_Morph.morph(akActor, "Fill Her Up", morphName, morphValue / DIV1, FHU_KEY)
			else
				NiOverride.SetBodyMorph(akActor, MorphName, FHU_KEY, morphValue / DIV1)
				if morphValue == 0.0
					NiOverride.ClearBodyMorph(akActor, MorphName, FHU_KEY)
				endif
			endif
		endif
		
		if MorphName == InflateMorph2
			if config.FHUMorphSLIF2
				SLIF_Morph.morph(akActor, "Fill Her Up", morphName, morphValue / DIV1, FHU_KEY)
			else
				NiOverride.SetBodyMorph(akActor, MorphName, FHU_KEY, morphValue / DIV1)
				if morphValue == 0.0
					NiOverride.ClearBodyMorph(akActor, MorphName, FHU_KEY)
				endif
			endif
		endif
		
		if MorphName == InflateMorph3
			if config.FHUMorphSLIF3
				SLIF_Morph.morph(akActor, "Fill Her Up", morphName, morphValue / DIV1, FHU_KEY)
			else
				NiOverride.SetBodyMorph(akActor, MorphName, FHU_KEY, morphValue / DIV1)
				if morphValue == 0.0
					NiOverride.ClearBodyMorph(akActor, MorphName, FHU_KEY)
				endif
			endif
		endif
		
		if MorphName == InflateMorph4
			if config.FHUMorphSLIF4
				SLIF_Morph.morph(akActor, "Fill Her Up", morphName, morphValue / DIV4, FHU_KEY)
			else
				NiOverride.SetBodyMorph(akActor, MorphName, FHU_KEY, morphValue / DIV4)
				if morphValue == 0.0
					NiOverride.ClearBodyMorph(akActor, MorphName, FHU_KEY)
				endif
			endif
		endif

	else
		NiOverride.SetBodyMorph(akActor, MorphName, FHU_KEY, morphValue / DIV1)
		if morphValue == 0.0
			NiOverride.ClearBodyMorph(akActor, MorphName, FHU_KEY)
		endif
	endif
	
	NiOverride.UpdateModelWeight(akActor);Pregnancy Swapper
	int eid = ModEvent.Create("PNSUpdateRequest")
	ModEvent.PushForm(eid, akActor)
	ModEvent.Send(eid)
EndFunction

 

and if morph is not working maybe this fix will help you.

Edited by GeriatricBaboon
Posted (edited)
On 2/11/2025 at 4:49 AM, Pantheress said:

I seem to be having an issue with addiction. I just can't get it down.

I don't have any mods specifically for blowjobs; I just wanted a mod to have cum in the stomach sate hunger, but now I'm stuck at the Ravenous addiction stage, and no amount of fiddling with the settings seem to be able to counteract the steady increasing of addiction.
The screenshot might say -17.25 addiction rate/hour, but it's been steadily increasing since ~400 to now 478, which is just killing my stamina with that -90% regeneration debuff.

I tried disabling addiction, which temporarily removes the debuff, but the debuff returns on the next reload again regardless of it being disabled in the MCM.

What am I doing wrong here?

ScreenShot9.png

 

You need to get rid of cum from your character. I've reported this issue long time ago and nothing had been done with it, but addiction will raise if you have any amount of cum inside or on skin, no matter the settings, if your "addiction speed" is above 0.

 

Three methods:

  • assign a hotkey in FHU's MCM to dump cum and use it until all 3 pools are empty (will need at least one full dump per pool), then get rid of what remains on the skin
  • use debug function to reset inflation on all actors. Will get rid of cum on all actors globally (just in the pools, not on the skin if you have any).
  • set "addiction speed" in CSN to 0, leave decay rate at max.

 

Addition will then have to drop by itself. There is no method to reset it. Avoid getting any more cum or it will raise again. If you want it to stop at certain level, wait until it gets to this stage, then set both speed and decay to 0. The level will stay constant. You can still satiate it by doing blowjobs, but the addiction will neither raise nor fall.

Edited by belegost
  • 2 weeks later...
  • 2 weeks later...
Posted
4 hours ago, kevblr15 said:

Is there any way to make it so female cum also satisfies the addiction? I have futa mods so it;s mildly silly it doesn't lol.

You may need the Cumshot mod, so that , female sperm, becomes male

 

On 3/25/2025 at 7:51 PM, VergilDMX said:

Is there any way to customize the messages displayed on the widget??

I think you need to create a new script, using the original as a compilation guideline. Name it as the original and , overwrite it . This expedient, will avoid having to recompile the Master . Back up the original before overwriting it

  • 2 weeks later...
Posted (edited)

Hi - love this mod.  Used it on 1.5.97 and it was a fun addition to my list.

 

I've updated to 1.6.1170 and am testing this mod with others.  My needs mod is Sunhelm and I use FHU and SCOE.  Also using cum addiction begging addon. 

 

 I selected all options in the FOMOD including the Cum Potions patch and that patch is installed and enabled.  This mod has higher priority on the left side of MO2 than Sunhlelm, FHU and SCOE. 

 

For some reason, I'm not getting any cum potions in my new game.  I still get the expelled cum from FHU.

 

I'm sure I've done something wrong.  Any trouble shooting ideas?

 

Thanks for a great mod!

Edited by Dez65
Posted
2 hours ago, Dez65 said:

For some reason, I'm not getting any cum potions in my new game. 

I think I solved this.  Load order problem.

 

Thanks!

  • 2 weeks later...
Posted
On 4/16/2025 at 6:38 AM, Dez65 said:

I think I solved this.  Load order problem.

 

Thanks!

Hi. Can you tell me the load order that works on your environment?

Posted
10 hours ago, zoloft74 said:

Hi. Can you tell me the load order that works on your environment?

Sure!

 

Sexlab Inflation Framework SE 1.2.2 beta Installer

SLIF BodyMorph Setting for 3BA

Fill Her Up Baka Edition 1.96 

Fill Her Baka Edition Hotfix 2.03

Cum Addiction Begging Addon v1.3

CumSwallowNeedsAddOn v1.5.3.6

Posted
On 4/26/2025 at 6:22 PM, Dez65 said:

Sure!

 

Sexlab Inflation Framework SE 1.2.2 beta Installer

SLIF BodyMorph Setting for 3BA

Fill Her Up Baka Edition 1.96 

Fill Her Baka Edition Hotfix 2.03

Cum Addiction Begging Addon v1.3

CumSwallowNeedsAddOn v1.5.3.6

Thank you!

I'll try this.

Posted
3 hours ago, zoloft74 said:

I'll try this.

I removed 1.96 from my load order and it still works fine.  I can never be sure what Baka means by a "Hotfix."  

  • 1 month later...
Posted

Would it be possible to get an option to pick and choose which aspects of the daydreaming feature are active? I like some more than others and some mess with the environment a bit too much for my liking (mostly all the mushrooms being permanently turned into penises that dont have accurate lighting applied to them so they all seem to glow)

Posted

Hi, thanks for the awesome mod. Is it possible to have an option to set swallow as default so we don't have to choose evey scene? For when a mod like public whore makes a train of 10 or so guys... Cheers

  • 3 weeks later...
Posted (edited)
On 10/9/2024 at 8:06 AM, sophiextime said:

No matter what i do i cannot get the MCM to appear for this.

I uninstalled SL Survival and the spit swallow prompt does not appear now, started new game, still no show.

 

If the MCM menu does not appear for any mod use this...

 

setstage SKI_ConfigManagerInstance 1

 

Input this line in console, exit console and check MCM, if it is showing menu's repeat, and check again, MCM will be blank, exit, wait for it to load Menu's, then anytime one loads a mod with a menu to an existing game can see it.    :cool:

Edited by Caveman 74
  • 2 weeks later...
Posted
On 4/26/2025 at 5:22 PM, Dez65 said:

Sure!

 

Sexlab Inflation Framework SE 1.2.2 beta Installer

SLIF BodyMorph Setting for 3BA

Fill Her Up Baka Edition 1.96 

Fill Her Baka Edition Hotfix 2.03

Cum Addiction Begging Addon v1.3

CumSwallowNeedsAddOn v1.5.3.6


With this load order, there's some issue with FHU 2.03.
 


Seems like some scripts are running on older FHU, but generally, it's functional. As a result, some features from 2.03 FHU will not be available. Just thought of sharing my experience.

  • 3 weeks later...
Posted
On 6/18/2025 at 7:05 AM, Bundybear33 said:

Hi, thanks for the awesome mod. Is it possible to have an option to set swallow as default so we don't have to choose evey scene? For when a mod like public whore makes a train of 10 or so guys... Cheers

 

This would be good, indeed.

Posted

Quick question, is this the mod that adds a line when you talk to Male NPC's. To paraphrase " Hello can you do something for me ....etc" and the NPC responds with "If it's in me" or something along those lines? 

 

Having an issue figuring out what mod adds this as I don't have this or any mods that would anymore but it's still there in the dialogue options. Any assistance is very much appreciated.

  • 4 weeks later...
Posted (edited)

I dont have any promp asking me to spit or swallow . I see npc cumming on my pj(sexlab cum overlays shows cum)  but nothing else happens ... anyone else whit this issue ?. (widget is selected) Also I notice the mod detects cum events since it score me points on MCM

 

Edited by brucaruf

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