Jump to content

Recommended Posts

Posted (edited)

Is there some mod to fix camera, or at least allow to move it? like in chorus tentacle thing
also can u get female pregnant? since male can get male. i mean if i play as female can i impregnate/get impregnated by female

Edited by nameddd
Posted
23 hours ago, nameddd said:

Is there some mod to fix camera, or at least allow to move it? like in chorus tentacle thing
also can u get female pregnant? since male can get male. i mean if i play as female can i impregnate/get impregnated by female

install female penises, or maybe try setting FF cum and treat females as male in SL settings

Posted (edited)

thanks for answer, turning follower into futa/myseld didnt add ability for me or them to have sex. i guess it may be fault of JUGs, saddly i cant unistall it since it corrupts files if i do it, there no mcm menu settings for it, do u know a way or addon/other mod which can overwrite it. i dont know what is FF cum, and changing pc and follower into male in sl settings, didnt do anything
Edit. Do u know some mod for initiating hentai preg. sex which allows for lesbian/ overwrites JUGs
Edit. Succeded in disabling JUGs without corrupting game, using resaver filtered JUGs than purged it all files and disabled it in vortex, i gonna move to MO2 with next playthrough, vortex is good for small amount of mods 

 

Edited by nameddd
Posted
3 hours ago, nameddd said:

thanks for answer, turning follower into futa/myseld didnt add ability for me or them to have sex. i guess it may be fault of JUGs, saddly i cant unistall it since it corrupts files if i do it, there no mcm menu settings for it, do u know a way or addon/other mod which can overwrite it. i dont know what is FF cum, and changing pc and follower into male in sl settings, didnt do anything
Edit. Do u know some mod for initiating hentai preg. sex which allows for lesbian/ overwrites JUGs
Edit. Succeded in disabling JUGs without corrupting game, using resaver filtered JUGs than purged it all files and disabled it in vortex, i gonna move to MO2 with next playthrough, vortex is good for small amount of mods 

 

there is a settings in sl mcm to treat as male and allow female-female cum

you can use N key to target follower and sl mcm animation editor to test animations

  • 1 month later...
Posted (edited)
On 9/5/2022 at 10:11 AM, Ed86 said:

do you have any other mods that change body size?

Hey thanks for still supporting this.

I'm also seeing some lag now, but seems only to happen when the char and an npc are in the cell together and updating.

 

With only the PC in the cell, the weapons flash and the there's some jiggling in SMP mode (nothing in CBPC), but no fps drop.

I haven't tested making the npc use cbpc only yet and seeing what happens.

 

I noticed that you mentioned that other body mods may mess with this - I use FHU baka, could that be causing a weird interaction?

 

I've also modified the HP scripts to assign actors to a faction based on % complete, below. Called in State Pregnant. Possibly this is also slowing things up...

 

function updatepregrank()
	;Debug.Notification("updatepregrank triggered")
	int initialStageRank = ActorRef.GetFactionRank(HentaiP.HentaiPregnantFactionStage)
	if (CurrentBellySize) > 0
		if CurrentBellySize <= (HentaiP.config.MaxScaleBelly * 0.25)
			ActorRef.SetFactionRank(HentaiP.HentaiPregnantFactionStage, 1)
		elseif CurrentBellySize <= (HentaiP.config.MaxScaleBelly * 0.5)
			ActorRef.SetFactionRank(HentaiP.HentaiPregnantFactionStage, 2)
		elseif CurrentBellySize <= (HentaiP.config.MaxScaleBelly * 0.75)
			ActorRef.SetFactionRank(HentaiP.HentaiPregnantFactionStage, 3)
		elseif CurrentBellySize > (HentaiP.config.MaxScaleBelly * 0.75)
			ActorRef.SetFactionRank(HentaiP.HentaiPregnantFactionStage, 4)
		else
			ActorRef.SetFactionRank(HentaiP.HentaiPregnantFactionStage, 0)
		endif
		Debug.Notification("Faction stage rank set " + ActorRef.GetFactionRank(HentaiP.HentaiPregnantFactionStage))
		Utility.Wait(0.3)
;		if initialStageRank != ActorRef.GetFactionRan(HentaiP.HentaiPregnantFactionStage)
;			updatepregspell()
;		endif
	endif
endFunction

 

Edited by Sidereal
Posted
2 hours ago, Sidereal said:

Hey thanks for still supporting this.

I'm also seeing some lag now, but seems only to happen when the char and an npc are in the cell together and updating.

 

With only the PC in the cell, the weapons flash and the there's some jiggling in SMP mode (nothing in CBPC), but no fps drop.

I haven't tested making the npc use cbpc only yet and seeing what happens.

 

I noticed that you mentioned that other body mods may mess with this - I use FHU baka, could that be causing a weird interaction?

 

I've also modified the HP scripts to assign actors to a faction based on % complete, below. Called in State Pregnant. Possibly this is also slowing things up...

 

function updatepregrank()
	;Debug.Notification("updatepregrank triggered")
	int initialStageRank = ActorRef.GetFactionRank(HentaiP.HentaiPregnantFactionStage)
	if (CurrentBellySize) > 0
		if CurrentBellySize <= (HentaiP.config.MaxScaleBelly * 0.25)
			ActorRef.SetFactionRank(HentaiP.HentaiPregnantFactionStage, 1)
		elseif CurrentBellySize <= (HentaiP.config.MaxScaleBelly * 0.5)
			ActorRef.SetFactionRank(HentaiP.HentaiPregnantFactionStage, 2)
		elseif CurrentBellySize <= (HentaiP.config.MaxScaleBelly * 0.75)
			ActorRef.SetFactionRank(HentaiP.HentaiPregnantFactionStage, 3)
		elseif CurrentBellySize > (HentaiP.config.MaxScaleBelly * 0.75)
			ActorRef.SetFactionRank(HentaiP.HentaiPregnantFactionStage, 4)
		else
			ActorRef.SetFactionRank(HentaiP.HentaiPregnantFactionStage, 0)
		endif
		Debug.Notification("Faction stage rank set " + ActorRef.GetFactionRank(HentaiP.HentaiPregnantFactionStage))
		Utility.Wait(0.3)
;		if initialStageRank != ActorRef.GetFactionRan(HentaiP.HentaiPregnantFactionStage)
;			updatepregspell()
;		endif
	endif
endFunction

 

physics update is very taxing, so more actors rendering the more it lags

 

im not sure how you've implemented above but i'd guess Utility.Wait(0.3) would cause 0.3s "lag"

Posted

hey sorry if anyone already asked this, but id like to know if there is anyway i can make animation mods recognize pregnancy stages? 

 

well, im trying to change a OAR setup to have appropriate animation play according to pregnancy/inflation. but from what i understood so far, if im using Pregnancy Faction's FactionRank to check it, there is no way to tell how pregnant is the character, only that she is pregnant or not. Im thinking of using the Lactation Faction instead, so that hopefully the animation sets can start like around 1/3 the way in and when the belly is more visible, so that it makes more sense. I was wondering what are the ranks of that faction and would it work the way i hope? and if this dont work, do you have any advice for differentiating pregnancy stages, like is there any magic effect or quest stage or whatever thats unique to later into pregnancy?

 

Thank you!

Posted
2 hours ago, normal24yearoldstudent said:

hey sorry if anyone already asked this, but id like to know if there is anyway i can make animation mods recognize pregnancy stages? 

 

well, im trying to change a OAR setup to have appropriate animation play according to pregnancy/inflation. but from what i understood so far, if im using Pregnancy Faction's FactionRank to check it, there is no way to tell how pregnant is the character, only that she is pregnant or not. Im thinking of using the Lactation Faction instead, so that hopefully the animation sets can start like around 1/3 the way in and when the belly is more visible, so that it makes more sense. I was wondering what are the ranks of that faction and would it work the way i hope? and if this dont work, do you have any advice for differentiating pregnancy stages, like is there any magic effect or quest stage or whatever thats unique to later into pregnancy?

 

Thank you!

there is no such thing

you could probably write script that will check

-pregnancy and current/duration hours

-lookup inflation scaling by slhp in NIO/bodyscale

and try to guess stage

or edit slhp script to add w/e you need

  • 3 weeks later...
Posted

few questions about the mod. I've noticed that there is two options for outcome of pregnancy one is the normal pregnancy the second is the soul gem option. first question relates to normal pregnancy. Does the pregnancy result in a baby? does that baby age? if so does it reach child state or skip it to full adult state like fertility mod does? additionally with the option for soul gem pregnancy will it override the regular Pregnancy completely or is there still a chance that sex would still result in a normal pregnancy? if I wanted one over the other am I required to select it my results in the MCM menu or is there conditions that determine a regular pregnancy over a soul gem pregnancy?

 

Thanks, I know it's a lot to ask for an explanation but I am trying to determine if I want to remove SG04, fill her up and not have to get fertility mod in order to get the results I want from this mod. 

Posted
14 hours ago, Nickolkiin said:

 Does the pregnancy result in a baby?

no

14 hours ago, Nickolkiin said:

 additionally with the option for soul gem pregnancy will it override the regular Pregnancy completely

yes

Posted
1 hour ago, Ed86 said:

no

yes

thanks, another question. would fertility mod have any issue with this mod or is it possible to play them in the same mod list? I'd like to have the soul gem option with also the ability to rase children. call me sentimental. it would be awesome to see that when as a transformed creature (say vampire, werewolf, succubus ext) your sex would end in a soul gem but as a normal human you would risk real pregnancy. 

Posted
11 hours ago, Nickolkiin said:

thanks, another question. would fertility mod have any issue with this mod or is it possible to play them in the same mod list? I'd like to have the soul gem option with also the ability to rase children. call me sentimental. it would be awesome to see that when as a transformed creature (say vampire, werewolf, succubus ext) your sex would end in a soul gem but as a normal human you would risk real pregnancy. 

probably should work fine

Posted (edited)
2 hours ago, Ed86 said:

probably should work fine

K. thanks. I think that I'm going to look into making some kind of patch that for PSQ this mod and fertility mod so that when I am a Incubus/Succubus your mod would take over and in human form I'd have the chance to impregnate and produce a child. that way I still have use for your mod and fertility mod. got to learn how to though. lol

Edited by Nickolkiin
  • 1 month later...
Posted
15 minutes ago, RedHeadAngel said:

Does this mod require any body textures? I'm asking because I used Fertility mode, and Skin Feature Overlays SE wasn't listed as a requirement. Because of that, I spent 2 days wondering why my character was turning purple.

no

Posted
2 hours ago, RedHeadAngel said:

Ok. 1 more question. Is this safe to install on an existing save?

yes

Posted
On 10/17/2024 at 12:37 AM, WWWGONA said:

Is there by any chance a patch to add compatibility for “fill her up baka”?

Was wondering the same thing, I think I'll probably wait for confirmation, but if I get bored and decide to try it, I'll let you know.

  • 2 weeks later...
Posted

Hello,
I am encountering an issue where there is no baby bump or body changes when my character is pregnant. I have all the required mods and I have CBBE installed. Any ideas?

Posted
13 minutes ago, Lsav201 said:

Hello,
I am encountering an issue where there is no baby bump or body changes when my character is pregnant. I have all the required mods and I have CBBE installed. Any ideas?

use a body that supports belly scaling

build body with bodyslide or w/e its called

Posted
29 minutes ago, Ed86 said:

use a body that supports belly scaling

build body with bodyslide or w/e its called

Like go into Bodyslide and build the Cbbe body with morphs and meshes or just morphs?

 

Posted
3 hours ago, Lsav201 said:

Like go into Bodyslide and build the Cbbe body with morphs and meshes or just morphs?

 

no idea, havent used it/skyrim for years, im sure there is guide somewhere on internet

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