Jump to content

Recommended Posts

Posted
45 minutes ago, Monoman1 said:

SD cages hasn't been a requirement for several versions now. Something fishy going on with your install. Recheck, reinstall, new game, retest. 

Hello
I have started a completely new game but now it seems that I have achieved a different route and it has not crashed; Unlike the previous time, father has been kind and asked me to serve him, this time the screen has not darkened or cages have been installed in the scene ... I don't know if this is normal and the crash has been solved or is it a different route that is not giving problems

Posted
1 hour ago, JBpy said:

Everything has worked perfectly for me, Monoman. I just don't know how to use SLSO yet (I have it on autopilot) and the father always ends up angry after having sex, to the point that my character was sold. ?

Starting off is difficult. Especially if you're using SLS that lowers your stamina. Try to keep your favour above -10 or you'll get sold. 

 

If you're having trouble making him cum then: 

1. You can ask him for skooma which will increase your chances of making him cum. (If skooma whore is installed and you're not addicted then asking for skooma will actually grant you more favour but obviously make you more addicted)

2. Everytime you sex him and fail his arousal goes up which makes it easier to get him off the next time. 

3. Apologise for failing gives you a chance to win back lost favour. 

4. If you have SLS then you'll start gaining sex experience the more you fuck him which gives you more stamina and stamina rate making it easier to make him cum. 

5. Stamina potions?

6. You might have other mods that allow you to increase Npc arousal somehow.

 

You'll struggle starting off. But that's intentional. It's to make you desperate for favour so that you'll do more degrading acts so that you can continue living at home with a roof over your head with no tolls/forced escorts in Whiterun. I was nearly thrown out a few times in my new game. It gets a bit easier as you go.

 

When you start making a decent amount of favour you'll still be encouraged to be a good slut daughter so that you can spend your favour on licences, removing devices or skooma if/when you become an addict. Effectively making Father your sugar daddy. 

 

Posted
18 minutes ago, Saika2000 said:

Unlike the previous time, father has been kind and asked me to serve him, this time the screen has not darkened or cages have been installed in the scene ...

This is the 'meat' of the mod. Any other outcome is effectively a 'bad end' and if you want to play the mod should really be avoided. 

 

To get to the meat of the mod just be a cooperative, nice, naïve daughter in the beginning. 

 

The furniture can spawn in later under certain circumstances so I guess you'll find out more then. 

Posted

Oh and for anyone using YPS fashion I'd recommend increasing the makeup time slightly. I think 0.9 is about a sweet spot. Otherwise I've found I have to do makeup twice a day which is too much. IMO.

Posted
23 hours ago, tamai said:

 

Once something has 80% cum fullness you can check through the status menu of SL Survival by looking at the actor. Then I guess you have sex with them while being clean(bathing in skyrim) otherwise you can collect it... so you then at that point use the all in one hotkey to bring up the sl survival menu go to action>cum>Cum Collect and then choose where ever it is the cum is on you. Thats as much about it as i know if there is a way to collect cum an other way i dont know it

 

@tamaiThank you for helping me. It's working quite nicely now.

 

I can fil the every cumtainer giving by father but once it's done when i speak with father and he open my inventory i cannot give him the cum bottle.

My inventory open like when i share something with one of my follower but it's appear empty for an unknow reason. Father get angry and give me an extra bottle to fil.

Posted
20 minutes ago, lcewolf said:

i speak with father and he open my inventory i cannot give him the cum bottle.

You need to get the SLS beta. 

It has added keywords to cum potions. Also gives you the option to collect cum instead of spit/swallow during blowjobs. 

Posted
1 hour ago, Monoman1 said:

This is the 'meat' of the mod. Any other outcome is effectively a 'bad end' and if you want to play the mod should really be avoided. 

 

To get to the meat of the mod just be a cooperative, nice, naïve daughter in the beginning. 

 

The furniture can spawn in later under certain circumstances so I guess you'll find out more then. 

ooh ok, well if the "bad ending" fails and the best part of the mod works then no problem Well

It only remains to thank you for the answers and the maintenance of the mod

Thank you!

Posted
32 minutes ago, Monoman1 said:

You need to get the SLS beta. 

It has added keywords to cum potions. Also gives you the option to collect cum instead of spit/swallow during blowjobs. 

Hey, about the option to spit/swallow during blowjobs, the option only appears during blowjobs initiated by SLS, right?

Edit: Nvm, found out that the option only appears if not victim.

Posted
1 minute ago, Fulanoo said:

Hey, about the option to spit/swallow during blowjobs, the option only appears during blowjobs initiated by SLS, right?

Should appear in any animation where

1. Has the player

2. Her mouth is open either manually via the wheel or automatically via the animation itself. 

3. A male in the same animation has just cum

 

Your choice may be removed if

1. You're being raped

2. You're a cum addict and hungry

3. You're a skooma junkie. 

4. High on skooma (next update)

 

3 & 4 might be a problem actually now that I think about it. May have to make it a random chance instead of 100%

Posted

Hey Monoman1,

I hope I'm not annoying you with the SE stuff. I just did another test to rule out some kind of weird conflict. I just loaded SE up with only the barest mods and requirements. CBBE, Wartimes + Survival, Unofficial Patch, my regular enb and netscript and FNIS.

Still the same error. So I'm gonna go take it to the SE PapUtil page. But before that I hope you could help me out once again.

 

While testing I saw that I forgot to mention something. Is it intended that the Stockings don't have an item model in the menu? When equipping them the preview is invisible as well. I didn't think much about it since many mods do this, but I just want be sure before bringing this up with the PapUtil maintainer. 

 

Then would the code snipet you posted back in the thread.

Spoiler


function AddNylonsTattoo(Form Stockings;/int NylonsType, int Nylonspattern, int NylonsColor/;) ; add tattoo according to current settings
	If CurrentNylons
		RemoveNylonsTattoo(CurrentNylons)
	EndIf
	Int Index = JsonUtil.FormListFind("/ypsFashion/Underwear.json", "forms", Stockings)
	If Index > -1
		String Name = JsonUtil.StringListGet("/ypsFashion/Underwear.json", "names", Index)
		If Name
			String Area
			String Texture
			Int Color
			Int i = 0
			While i < JsonUtil.StringListCount("/ypsFashion/Underwear.json", "areas_" + Name)
				Area = JsonUtil.StringListGet("/ypsFashion/Underwear.json", "areas_" + Name, i)
				Texture = JsonUtil.StringListGet("/ypsFashion/Underwear.json", "textures_" + Name, i)
				Color = JsonUtil.IntListGet("/ypsFashion/Underwear.json", Name, i)
				;Debug.Messagebox(Color)
				Util.BeginOverlay(PlayerActor, 0.95, Texture, Area, SlotToUse = -1, TintColor = Color, EmissiveColor = 16777215)
				i += 1
			EndWhile
			CurrentNylons = Stockings
		EndIf
	EndIf
endFunction

 

 

Be enough for him to know what is up? Should I provide more informationen that we haven't already talked about?

 

On the SE PapUtil page there is also this bug that is supposed to be fixed. I'm not the most savy with the tecnical details, but I believe that it should be working. At least after the fix in the last version from 2020.

 

Spoiler

FF form i.d.'s can't be retrieved after they've been added via JsonUtil.FormListAdd(FileName, KeyName, Form, False)
example:
"formList" :
"0x1f56|3d.FF",
"0x1f5a|3d.FF",
"0xb4a|3d.FF",

FormListGet() on such a list simply returns a "none" on any index though count gives the correct number existing

Regular form i.d.'s ie. non-FF work fine, StorageUtils equivalent function seems to be fine too.

 

Posted
17 minutes ago, Silvain said:

Int Index = JsonUtil.FormListFind("/ypsFashion/Underwear.json", "forms", Stockings)

I think all you need is this line. 

Tell them it works in LE but always seems to return -1 in SE

 

And yea I forgot to give them a model. Dont drop em or you won't be able to find them 

 

 

Posted

Alright, thank you :)

 

I posted the bug report, let's hope that he is still alive and working on PapUtil. In the meantime I'm going to play a bit without stockings ^^

Posted

Hello

It seems that I also get a crash when the father decides to remodel the house, it is evident I have a problem with the furniture... because the transformation occurs, I see when the furniture disappears at an extreme speed but I do not see how any of them return before the crash

 

Any advice that mod might be bugging it or that it might be missing?

Posted

Great update @Monoman1, I didn't get any bigger issues so far.

 

If I may suggest, can you remove the grass flag around the area of uncle Benjen's shack? I just checked and it has grass clipping through the floor.

Posted
24 minutes ago, Poodledee said:

Quick question, where do you get the addon that turns ZAZ milk devices into milk devices?

If you reinstall MME there should be an option for it

Posted
9 minutes ago, Monoman1 said:

If you reinstall MME there should be an option for it

I presume that is the ZaZ Animation Pack Support? Must of misunderstood it when I first installed.

Posted
4 minutes ago, Poodledee said:

I presume that is the ZaZ Animation Pack Support? Must of misunderstood it when I first installed.

Think so. Check the description on the left box

Posted

@Monoman1 Could you tell me if it's possible to remove some allowed license gived by father?

 

I use the option in S.L.S. License for clothing (always require) and thane choice and i would like to remove the possibility to

exchange favor for license like clothing and armor?

 

There is a way to remove them by CC?

 

First i like the idea to be able to get the clothing license from father but at some point i found it more immersive to go around naked without any possibilty to get a license from anyone.

Posted

Is it possible to add an Button like "Ask Father how to get more favour" or so instead of waiting for an forcegreet?

 

With outcomes like, wear an maid outfit, wear slave heals, YPS, being naked and so on?

Posted
6 hours ago, lcewolf said:

Could you tell me if it's possible to remove some allowed license gived by father?

I suppose you can set impossible conditions on topic xx20A960

Like Player GetItemCount Gold001 < 0

1 hour ago, zalduras said:

Is it possible to add an Button like "Ask Father how to get more favour" or so instead of waiting for an forcegreet?

Well if you want to speed things up a bit you can

Set pchsFatherForceGreetGlobal to 1

to fire a FG. But the outcome is random and based on conditions still. "I need to check up on you" always has a chance to play instead of other FGs so you might have to do it multiple times. 

Posted
10 hours ago, Ruffled Pigeon said:

Yeah I can also confirm the PapyrusUtilSE problem. Nothing overwriting it either of course. @Ashal pls fix :P

 

I don't think Ashal is the right person to bother with this. If you have the same person post on the Nexus page of PapUtil (https://www.nexusmods.com/skyrimspecialedition/mods/13048?tab=description). I already filed a bug report concerning this, but somebody else confirming the same bug is always helpful in getting more attention. So could you make a short post there describing your issue/confirming the bug?

Posted

  

On 5/9/2021 at 6:41 AM, Tenri said:

That milking machine is from the ZaZ framework, when you install MME there should be an option to make ZaZ milkers work like MME milkers you will need that.

On 5/9/2021 at 7:36 AM, tamai said:

That was it thanks @Tenri

 

Well, shit. It doesn't work for me. I only have info about resistance decrease and that's it.

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   1 member

×
×
  • Create New...