Jump to content

Recommended Posts

Posted

 

Haven't tried this mod in a long, long time.  Loaded it for a new play through and have to say, good job darkconsole.  A very polished mod.

 

BUT, WAIT!!! THERE'S MORE!!

 

version 3 being worked on now. we're all drooling and jittery waiting for it :)

 

 

no kidding. should have waited like 1 maybe 2 more weeks lol. the upgrade path from 2 to 3 is going to be the same it was from 1 to 2. savetool delete stuff, install new mod. gems will carry over but milks were not, as now they are alchemy things. with of course a fresh save being optimal.

 

last night was the first time i thought "oh shit, can i even favourite alchemy ingredients? i need my quick health potion on the favourite menu" and it turns out the answer is "yes" lol so we are good there.

Posted

 

 

Haven't tried this mod in a long, long time.  Loaded it for a new play through and have to say, good job darkconsole.  A very polished mod.

 

BUT, WAIT!!! THERE'S MORE!!

 

version 3 being worked on now. we're all drooling and jittery waiting for it :)

 

 

no kidding. should have waited like 1 maybe 2 more weeks lol. the upgrade path from 2 to 3 is going to be the same it was from 1 to 2. savetool delete stuff, install new mod. gems will carry over but milks were not, as now they are alchemy things. with of course a fresh save being optimal.

 

last night was the first time i thought "oh shit, can i even favourite alchemy ingredients? i need my quick health potion on the favourite menu" and it turns out the answer is "yes" lol so we are good there.

 

 

^.^ thats why im waiting to install this. cant wait for 3.

 

Posted

help me think of immersion messges. i want to have at least 10 for each kind, both for player and not player. player messages should be from first person perspective, not player messages should be third person and use % to denote where the character's name should go.

 

i'll put your name next to it inside the code if its good.

 

i'm having writers block myself and everything im writing sounds the same as the next.

Function Immersive_OnGemFull(Actor Who)
{send messages about gem fullness.}

	If(Who == self.Player)
		String[] Msg = new String[5]
		Msg[0] = "It feels like all my gems are ready."
		Msg[1] = "I can tell the gems I carry have hit their max potential."
		Msg[2] = "My belly feels like it is about to burst."
		Msg[3] = "Ugh some of these gems have sharp corners."
		Msg[4] = "If I drop my weapon I'm not sure I could bend down to pick it up again!"
		self.PrintRandom(Msg)
	EndIf

	Return
EndFunction

Function Immersive_OnGemProgress(Actor Who, Int[] Progress)
{send messages about gem progression.}

	If(Who == self.Player)
		String[] Msg = new String[3]
		Msg[0] = "You feel another gem has progressed."
		Msg[1] = "You feel a gem has reached the next stage of development."
		Msg[2] = "You can tell a gem got a little bigger than earlier."
		self.PrintRandom(Msg)
	EndIf

	Return
EndFunction

Function Immersive_OnMilkFull(Actor Who)
{send messages about milk being full.}

	If(Who == self.Player)
		String[] Msg = new String[7]
		Msg[0] = "My breasts are sore and ready to burst."
		Msg[1] = "If my breasts get any fuller they might pop!"
		Msg[2] = "If my breasts get any larger they are going to need their own Jarl."
		Msg[4] = "I bet I could get some great deals flashing these milkshakes around."
		Msg[5] = "My back is sore from supporting these things."
		Msg[6] = "These things are so full they are dribbling milk."
		self.PrintRandom(Msg)
	EndIf

	Return
EndFunction

Function Immersive_OnMilkProgress(Actor Who)
{send messages about milk progression.}

	If(Who == self.Player)
		String[] Msg = new String[2]
		Msg[0] = "My breasts feel a little heavier."
		Msg[1] = "My breasts have gotten heavier."
		self.PrintRandom(Msg)
	EndIf

	Return
EndFunction

Function Immersive_OnSemenFull(Actor Who)
{send messages about milk being full.}

	If(Who == self.Player)
		String[] Msg = new String[2]
		Msg[0] = "My balls ache from being so full."
		Msg[1] = "My balls are so full it hurts."
		self.PrintRandom(Msg)
	EndIf

	Return
EndFunction

Function Immersive_OnSemenProgress(Actor Who)
{send messages about milk progression.}

	If(Who == self.Player)
		String[] Msg = new String[2]
		Msg[0] = "My balls feel a little heavier"
		Msg[1] = "I can tell my balls have refilled some."
		self.PrintRandom(Msg)
	EndIf

	Return
EndFunction
Posted

I am sorry, English isn't my native language, so I am translating, and it may not make sense

 

"I think these babies gonna come out any second" 

"I can fell my gems ready to be taken out of the oven" 

"Looks like I am gonna have some black babies" (I think you got the joke, but may be offensive for some people)

 

"A gem kicked (Or hitted my womb), I think they are getting bigger"

"Time has passed and a gem got bigger" 

"my womb feels heavier"

 

"My breast are enormous"

"Who needs silicone?"

"Oh, my back is killing me, I must releave some milk from my breasts"

 

"Did my breast got bigger?"

"Bigger breasts, happier men"

 

Hope these helps

Posted

Non-native speaker here :s :

 

I’m not sure if my cervix will handle this

It’ll suck if I miscarriage, I put a lot of effort into this

Will the gems pop if I sleep on my stomach?

-

If my belly gets bigger I won’t see my lower body anymore

-

I can’t remember the original shape of my breasts anymore

-

It’s time to visit the tailor

Looks like I’ll be getting more attention

-

The feeling of my balls hitting my legs is uncomfortable

I can hear the sound of my balls hitting each other

-

Sitting may be more difficult

Posted

-

My balls are so full, I'll need to relieve them soon.

 

Who needs a cow for milk when i got these puppies.

 

Time to find a hooker to help relieve my balls.

 

I wonder if Lydida will carry my burdens if i empty balls in her.

 

My balls are so big, heavy, and full. I can probably out-cum a dragon.

 

I have to pay attention when sitting down, don't want to sit on my balls.

-

all i got so far

Posted

breasts full:

"My boobs are so full. Is anyone thirsty?"

"So much milk I...MOOOooo... what? Was that me?"

"I think my jugs are full."

"My boobs are so full I don't think I could use a bow"

 

 

Posted

Idea.

The ''Oven'' has a maximum capacity, going over the maximum introduces debuffs.

For example.

Max oven capacity is 20

Each gem fill ups the capacity by a set number per Gem type.

Petty: 1

Lesser: 2

Common: 3

Greater: 5

Grand: 7

Black: 10

 

If you put in 5 petty soul gems, once they evolve to common soul gems you are near full capacity.

having them evolve to greater exceeds your capacity and introduces a debuff.

having them evolve even further creates a more severe debuff.

 

Debuff examples.

Slow movement.

unable to use heavy weaponry and heavy armor.

mana regen being slowed down, Too many high class soul gems absorb your mana to grow.

preventing hp regen, large amounts of crystals in your stomach ought to hurt.

random consumption of mana, small amounts, but noticeable.

 

this will make you think a little more before you stuff yourself with soul gems.

 

please excuse my english, not primary language.

 

and here is a request : please make an option to toggle wether the soulgems will have souls inside them or not. i like killing for the souls.

 

 

 

 

 

 

 

 

 

Posted

 I was trying to get the armors you recommend setup for pregnancy belly and couldn't get it to work. Then I found out Remodeled Armor for CBBE Bodyslide HDT has removed the pregnancy belly node. Are there other armor and clothing mods that support it?

Posted

So I'm running a character for Untamed this playthrough around, and I've noticed that even with a 90% base fertility rate for my Wildling, I'm not getting soul gem deliveries to go with my other deliveries. I'm guessing it's a conflict with Untamed's birth system, but a part of me is also just waiting for V3 of Soul Gem Oven, cus if all else fails I can simply just insert my own gems and fill them for free :P

Posted

I have a request for version 3. Could you put in a slider or some way to check what types of soul gems can be inserted? My reason for asking is that I can't imagine how someone could possibly insert a grand soul gem into their own vagina. Maybe with an inflatable funnel? But still, having having the option to limit the size of gem that can be inserted would be nice.

 

Is it possible that you could allow soul gem fragments to be inserted and grow as well? It would certainly make those otherwise worthless objects useful.

Posted

So I'm running a character for Untamed this playthrough around, and I've noticed that even with a 90% base fertility rate for my Wildling, I'm not getting soul gem deliveries to go with my other deliveries. I'm guessing it's a conflict with Untamed's birth system, but a part of me is also just waiting for V3 of Soul Gem Oven, cus if all else fails I can simply just insert my own gems and fill them for free :P

no you may have fertility cycle on as a multiplier   which can reduce the chances of getting pregers. because i've played like that before it works scince all untameds birth system is is a save last sexytime animal then apply an ingame timer so there is no reason for it to clash with sgo

Posted

 

So I'm running a character for Untamed this playthrough around, and I've noticed that even with a 90% base fertility rate for my Wildling, I'm not getting soul gem deliveries to go with my other deliveries. I'm guessing it's a conflict with Untamed's birth system, but a part of me is also just waiting for V3 of Soul Gem Oven, cus if all else fails I can simply just insert my own gems and fill them for free :P

no you may have fertility cycle on as a multiplier   which can reduce the chances of getting pregers. because i've played like that before it works scince all untameds birth system is is a save last sexytime animal then apply an ingame timer so there is no reason for it to clash with sgo

 

 

Derp. Nevermind on that one then.

 

So, as a random feature request, what about a chance to get more than one soul gem per inpregnation chance?

Posted

Female:

"Breathing is turning into an impossible effort..."

"I think I will find a quiet corner and wait for it..."

"If I don't relieve myself soon, the next stud won't be able to even place his tip inside..."

"I need to empty myself, or switch the horse for a carriage."

"I need to find a quiet spot to empty myself. Or my body will do it here and now!"

"My clothes are chafing so hard, swimming at sea would be an improvement"

 

Female birthing only:

"Either I birth, or I burst."

"Bursting or birthing. There is no dilemma."

"Either I empty my innards, or I will be able to fuck the next dragon to the death. Without feeling it."

 

Male:

"My balls are so full, I'd hit even that table!"

"If I don't relieve myself soon, I will need to start using skirts..."

"Last night I wet my bedroll. It's so sticky I had trouble geting out!"

"I'm so full, a succubus is coming for a buffet. With her seven sisters."

"That sheep looks... interesting..."

"I think I need to find a private spot. People starts to look at me."

"This is the third time somebody has seen me massaging my prick. I better find somewhere private."

"That's it. I empty my balls or find out if that sweety swallows."

Posted

Can the first person pronoun be substitute with character's name? So if it is possible it can be expand to followers or other NPCs.

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