Jump to content

Recommended Posts

Posted
On 12/21/2024 at 10:50 AM, eflat01 said:

 

Make a save first... 

~

sqs mf_Prostitute_StableBang

 

To check where you're at.

 

5 is the agree to fill the bucket I think.

 

I believe it's 10? - Fill the bucket or exhaust the horse - The stage you're on

 

15 is completing return to the holster, (he has sex with you after the horse) 

 

20 is completed having sex with the holster

 

30 is the jarl and his payment

 

to  just complete the quest 100

 

I'm just looking in SeEdit not the ck which would let me trace it all better.

 

On this matter, there is a BucketFillStand_var property which is used to determine how full the bucket is and the amount of payment... set that to 1 or 2.  (0 = empty, 1 = some, 2 = full)

 

i.e. 

set BucketFillStand_var to 1

or 

set  mf_StableBangVariables.BucketFillStand_var to 1


Int Property BucketFillStand = 0 Auto  Conditional

Int Property HorseRounds = 0 Auto  Conditional

Int Property FuckedHostler = 0 Auto  Conditional

Int Property JarlRounds = 0 Auto  Conditional

Int Property HorseLover = 0 Auto  Conditional

 

That quest also keeps track of how many times the f'n horse screwed you to fill the bucket... HorseRounds

 

If HorseRounds is more than 4 there's a issue when collecting payment from the Jarl because (he wants to reward and screw you more). So, it takes a different final dialog path - the jarl both  rewards and screws you more often - which at the end runs a function to pay, forces an sex lab scene and immediately finishes the quest smack in the middle of that payment  while the sex scene is running- sometimes which can also cause a ctd because you can't STOP (kill) a thread without killing the threads it started, when they die they've no address to return up the stack to - a programmer should never do that without trapping and cleaning the stack bottom to up. (That one quest section is the buggiest point in the mod -  should had been tested more) That's happening all in one shot...

 

This script mf_stablebang_jarlpayandfuck.pex the culprit. This only happens when HorseRounds is high.

 

(GetOwningQuest() as mf_prostitute_StableBangQuest).paymentFullBucket1()
(GetOwningQuest() as mf_prostitute_StableBangQuest).fuckJarl()
GetOwningQuest().setStage(100)

 

To fix that one section it should be broken up into two:

 

1. Talk to jarl "Oh, Here's a bit more for being such a good f..." - jarl pays up first and  when you respond "You're so kind, thank you my jarl"

(GetOwningQuest() as mf_prostitute_StableBangQuest).paymentFullBucket1()
 

2. then should force dialog again with to jarl.

Jarl says "I want to f you one last time but then need to leave immediately after "so screw and finishes and jarl leaves. 

(GetOwningQuest() as mf_prostitute_StableBangQuest).fuckJarl()
GetOwningQuest().setStage(100)

 

Damn Jarl has as much stamina as the horse....

 

The other thing is that whole dialog tree addresses the PC as if they're male - it should incorporate two sets of dialog conditional lines (female and male). 

 

Also: I don't know why some people freeze game on the pass out? I would wonder more about that. 

Thank you so much for doing all this work,  happy holidays to you.

Posted (edited)
On 12/27/2024 at 1:20 AM, alex61821 said:

Inn keeper did not give me reward for home delivery, unable to ask for more jobs now.

 

For home delivery? It should still be in our quest log... mf_Prostitute_HomeService is the quest id, I think stage 100 finishes it?

 

 

You made a save prior right?

Edited by eflat01
Posted

Has the waitress job rewards ever got fixed?
The amount of gold you can gain, from simply passing food around is ridiculous.

How can you nerf it, like it was before?

Posted (edited)
On 1/3/2025 at 7:32 AM, Blinder said:

Has the waitress job rewards ever got fixed?
The amount of gold you can gain, from simply passing food around is ridiculous.

How can you nerf it, like it was before?

You mean the customers paying a 500% tip on a sweetroll? 😉 Yeah, I never understood that. How and why would anyone be coerced into prostitution? 

 

Certainly not good for the business, a waitress should get 20% at most but I'm more inclined to say make it 1 to 2%.

 

Then again I set prostitution prices so that the innkeeper gets 95 to 99% and If I had my way I'd set the base prices super low and capped the money per client. i.e. on average BJ's 10 septims, 20 for intercourse. You're a commodity who's services should be around the price of six-pack of mead, and falling to not much more than loaf of bread. You should not be able to outright buy a home just from working a couple of nights at an inn. The way the mod is set up you could own the inn. Where are customers and clients coming up with all this money?

 

It's no wonder the innkeeper tells you when return to work: "You're back? well you certainly don't need the money but whatever." when they should be saying "Good wench, It's about time now get out there peddle that pussy to make us (me) a few septims!"

 

The base was always frivolous with money. I mean money itself is meaningless and useless in the game... there should be inflation, especially in a war and taxes on top of everything... owning property they should be paying. Money itself should actually be finite, circulating and negotiable. 

 

In summary,,, Where the heck are customers and clients coming up with all this money?

Edited by eflat01
Mispellings
Posted

Hey its awesome you are updating the mod, I had a few suggestions:

 

More depth to serving food / tavern wench job:

- More food options

- tipping system when serving food/drinks

- A way to incorporate teasing or flashing for higher tips while serving food / drinks. ( Sort of like the Corruption Town Tavern mini game )

- A way to make arousal make you more willing/desperate to be unable to deny prostitution requests

- A way to make tavern patrons offer you of their alcoholic drink which makes you drunk overtime which leads to arousal and easier prostitution.

 

  • 2 weeks later...
Posted
7 minutes ago, Jakuro said:

Has anyone figured out what's causing the game to freeze on the "All The Kings Horses" quest???

Edit: What I meant to ask was has there been a fix for it yet? (im aware of the script that causes CTD & freeze)

Posted
4 hours ago, Fuzzy_Fox said:

Do I really need Sexlab P+ for this to work?

Each time I try that mod it stops sexlab from working. 

No, Sexlab works fine.

Posted
On 1/20/2025 at 12:47 PM, Jakuro said:

Edit: What I meant to ask was has there been a fix for it yet? (im aware of the script that causes CTD & freeze)

 

I do not even know if the author is supporting the mod, let alone updating it.

Posted

Would be cool to have option to manually add NPC to have innkeeper options, like it works in "Honed Metal" mod. This way it would work with any mod adding taverns.

Posted (edited)
5 hours ago, Terrarium said:

Would be cool to have option to manually add NPC to have innkeeper options, like it works in "Honed Metal" mod. This way it would work with any mod adding taverns.

 

It will work with any mod which adds an inn-keeper (npc) and mods which add inns most likely do. See, the dialog is attached to "JobInnkeeperFaction" - a base-game faction, So as long as the mod adds in an actual innkeeper it works. 

 

i.e.

1. I have a Granite Hill mod with an inn and a inn added to Karthwasten so can get a job as a prostitute in both places. 

 

2. A mod does not have to add an inn the mod just has to add an npc with "JobInnkeeperFaction".

 

It worked with the Nasty Pine when I checked it out https://www.nexusmods.com/skyrimspecialedition/mods/138504 though I removed the mod (not enough patrons and a bit too rich for a brothel imo). Will likely work with all the brothels the author Manguz has... like Rift's Rest...

 

The Inn-keepers added by Immersive Wenches (I think there's near a dozen of them) also have the prostitution job dialog. (because they're in the vanilla faction)

 

I added an innkeeper (who serves drinks but does not rent beds) and a Flowergirl to Thirsk Mead Hall and it works fine there. I feel Mead Halls need serving girls. 😉

 

3. Also, If the voice-type is a vanilla voice-type the added voice mods for this mod also have it covered.

 

The biggest issue with some mods is not finding an inn keeper to get the job, but finding enough clients close by.  Even with Populated skyrim I had to add some npc's to Old Hroldan and a few of the sparser populated areas where inns are added.

 

Quite a few mods which add inns - really with many new locations - also do not add enough idle markers and/or they have terrible navmesh like placing it under tables etc... Can't stand grown adults walking on tables kicking things across the room.

 

Edited by eflat01
  • 3 weeks later...
Posted

Haven't seen this reported anywhere, but I think there's a bug with the sex diary stats. When I use this mod, the stats in it keep resetting (like novice/apprentice/etc experience for oral/vaginal/anal, scene and partner counts). This mostly seems relevant because afaik this mod checks the experience to determine payouts? I haven't been able to pin down when this happens, just that every time I load into the game it's all reset again. Removing the mod seems to have it act normally. I'm using P+, if that helps.

 

 

Posted

I can only think of  sexlab shrines , kind of mandatory if you use SLSO,it resets your depravity and your stats if you pray at  any alter .you could pump up the $ you get from speech craft and/or whore level if you stats are low.

  • 3 weeks later...
Posted

Please explain something to me regarding SLSO functionality. On the SLP+ page it says SLSO is incompatible, but it says in the optional section "This mod works best with SLSO so that your client has to have an orgasm." So we can still use SLSO and it will track enjoyment?

 

Posted (edited)
7 hours ago, Omnishade said:

Please explain something to me regarding SLSO functionality. On the SLP+ page it says SLSO is incompatible, but it says in the optional section "This mod works best with SLSO so that your client has to have an orgasm." So we can still use SLSO and it will track enjoyment?

 

 

If you use P+ as far as I know is incompatible with SLSO.  So no. Radiant Prostitution was initially designed around SexLab and SLSO works with that... and Radiant utilizes SLSO just with that as a thought feature for payment, It's not dependent upon it (will work without it) but SLSO play affect the mod when comes to clients.

 

Edited by eflat01
Posted (edited)
14 hours ago, eflat01 said:

 

If you use P+ as far as I know is incompatible with SLSO.  So no. Radiant Prostitution was initially designed around SexLab and SLSO works with that... and Radiant utilizes SLSO just with that as a thought feature for payment, It's not dependent upon it (will work without it) but SLSO play affect the mod when comes to clients.

 

 

So you always get paid as if your client had an orgasm?

 

There is also this on the SLP+ main page: "Improved SLs internal enjoyment logic. SLSO mods will work with SLP+ without a patch (SLSO itself is incompatible)"

 

That implies SLP+ has its own enjoyment logic. So does RP use it? Have anyone tried it?

Edited by Omnishade
Posted (edited)
11 minutes ago, Omnishade said:

 

So you always get paid as if your client had an orgasm?

Yes,  Without separate orgasms, unless you manually force SexLab via keystrokes (I think the spacebar is the default key) to skip entirely by the orgasm scene at the end - you can catch it as it starts.

 

What SLSO does is split up random possibilities of the actors to orgasm during the last staged scene. if you thought about it... the longer you stretch out that stage the more likely it is that the actors orgasm, if you ended the stage quickly no one will.

Edited by eflat01
Posted

My creature frame work was fully working before I installed SexLab Separate Orgasm SE w/ patch for SexLab P+ and Radiant Prostitution - RMCW Edition 8.1.1.  In console trouble shooting screen is see that SexLab is saying there are no appropriate animations available.  I have Billy installed. 

 

I suspect this is a MCM choice issue.  There were so many between the mods, I may have them set wrong.  What settings will help with SexLab selecting an animation.  Something is blocking the animation.

 

Thanks

Posted (edited)
1 hour ago, remodel said:

My creature frame work was fully working before I installed SexLab Separate Orgasm SE w/ patch for SexLab P+ and Radiant Prostitution - RMCW Edition 8.1.1.  In console trouble shooting screen is see that SexLab is saying there are no appropriate animations available.  I have Billy installed. 

 

I suspect this is a MCM choice issue.  There were so many between the mods, I may have them set wrong.  What settings will help with SexLab selecting an animation.  Something is blocking the animation.

 

Thanks

 

Many creature animations also happen to be tagged rough, aggressive, etc...

 

So, you may look in the McM  to see if it's toggled off SexLab or P+ (in sexlab rough is off by default and needs to actually be turned on). SexLab will filter out animations the user restricts individually in the animations tabs or rough and aggressive sex as a whole on the first main menu tab I believe. 

 

Tags in Billyy's for canines i.e.

 

Billyy,Creature,Dog,Dogs,Canine,Wolf,Bestiality,CF,Dirty,Rough,Doggy,DoggyStyle,Knotted,Creampie,MovingDick,ABC,Vaginal

 

Edited by eflat01
Posted (edited)
2 hours ago, eflat01 said:

Many creature animations also happen to be tagged rough, aggressive, etc...

 

So, you may look in the McM  to see if it's toggled off SexLab or P+ (in sexlab rough is off by default and needs to actually be turned on). SexLab will filter out animations the user restricts individually in the animations tabs or rough and aggressive sex as a whole on the first main menu tab I believe. 

Will try it.  Thanks much

 

 

I did find aggressive toggles in the creature frame work and made sure they were off.  Didn't Find an aggressive toggle in SexLab/SexLab P+.  Changing the toggles didn't work.  Guess I'm going to have to work up a full diagnostic with log and debugs screens.

Edited by remodel
Edit try failed

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