Jump to content

Recommended Posts

Posted (edited)
1 hour ago, MaranGod said:

That fixed it. Was a bit hesitant to play with that event, since, well, I didn't know what it meant, so thanks for the timely support!

It should be mostly fine, it's a way to interface with the other mods without knowing which ones exist. If a mod wants nothing to happen, it will send a dhlp-Suspend, with the implication that it should send a dhlp-Resume once it's done doing what it needs to do.

 

But if something goes wrong with the mod that sent it, all of the mods that respect those events will just be doing nothing while waiting for a resume that isn't coming.

Edited by Visio Diaboli
Posted (edited)

LE version.

I'm in Solitude trying to do the Race To The Jarl quest but I keep failing no matter where I stand outside the Blue Palace. The guy does not show up in any case. I get a message that I failed and then a Completed message and no further message or journal entry. So basically stumped.

Edited by Grey Cloud
Posted
On 11/29/2021 at 2:21 PM, maxsteiner said:

Thanks, Diaboli. Stoked to hear "Multiple-Something" is coming up. As for animations goes. I just found out (feel like an idiot here) that your mod is just great. I got all anims even with DD equiped. I'm also use "Deviously Cursed Loot" mod, and that mod is just horrible, horrible when it comes to animations selections. Maybe cos its older. I don't know. Anyway, since I'm here I will pester you with yet a suggestion. You probably want to implement some sort of "Lets go somewhere a bit more private" function to the script. Being approched and then subsequently fucked in the middle of the town square in the middle of the day is strange, to say the least, lol. I know the "Radient Prostitute" mod, has a great feature for this. You know, beg, borrow or steal. ;) 

 

Well, that's all for now. Love your mod.

For the privacy element try SexLab Privacy - generally a pop-up will appear just before the 'act' and you can choose to go somewhere private (inside usually will be a bed, outside will be a secluded spot)

Posted
On 12/10/2021 at 10:17 AM, Grey Cloud said:

LE version.

I'm in Solitude trying to do the Race To The Jarl quest but I keep failing no matter where I stand outside the Blue Palace. The guy does not show up in any case. I get a message that I failed and then a Completed message and no further message or journal entry. So basically stumped.

 

Were you near the quest marker, out on Solitude Row? It's implemented a bit weirdly, in that it places a marker  quite ahead of the Blue Palace, and then checks if the player is near it or the marker has LOS (which I think probably does not work as intuition would suggest). In the case that neither of those are true it should fail the quest, so completed is strange to see there.

Posted
37 minutes ago, Visio Diaboli said:

Were you near the quest marker, out on Solitude Row?

I stood directly in front of the door and in the square just before the door. I didn't think of standing out in the street away from the BP.

Posted
19 minutes ago, Grey Cloud said:

I stood directly in front of the door and in the square just before the door. I didn't think of standing out in the street away from the BP.

That might have been it. It's not very intuitive (mostly I'm not sure how else to implement it, unless I make the radius a lot bigger) but it should place a marker, which if you stand close enough to should spawn Rainen

Posted (edited)

I'm having a problem completing the initial quest. I helped out three shopkeepers, including Adrienne who put a collar on me. I went back to tell the Thane, he explained that I was now the public whore, told me the first rule and then stopped talking. When I try to talk to him, I only get the usual dialog.

 

I've redone the quest three times to see if I can get past that point. I am able to leave Whiterun, so it seems that the conditions are not enforced until he finishes telling me the rules.

 

I forgot to mention that in the quest check-off list, the line about Returning to the Thane/talking to him, is duplicated (it shows up twice). 

Edited by debegray
Adding a detail
Posted
32 minutes ago, debegray said:

I'm having a problem completing the initial quest. I helped out three shopkeepers, including Adrienne who put a collar on me. I went back to tell the Thane, he explained that I was now the public whore, told me the first rule and then stopped talking. When I try to talk to him, I only get the usual dialog.

 

I've redone the quest three times to see if I can get past that point. I am able to leave Whiterun, so it seems that the conditions are not enforced until he finishes telling me the rules.

 

I forgot to mention that in the quest check-off list, the line about Returning to the Thane/talking to him, is duplicated (it shows up twice). 

 you need SlaveTats

Posted
On 12/10/2021 at 4:41 PM, 43deadwood said:

For the privacy element try SexLab Privacy - generally a pop-up will appear just before the 'act' and you can choose to go somewhere private (inside usually will be a bed, outside will be a secluded spot)

Thanks man. I'll give that a shot

Posted

I quick note to the author: When I get a "Off duty approach" and the NPC as me "how much whore?" You know, when you're out of town but still under contract, and I say something like "that's 500" I never get any gold. The NPC just say " here you are" but no gold. Oh no! Just a little heads up.

 

Anyway, I got a little suggestion. I was running this mod alongside Radiant Prostitution mod the other day and something quite cool happen. As both mods sends request for NPC's to approach and solicidate the player, the effect was that was while my very happy char was "servicing" one client, the other mod sends another NPC my way and I soon as I was finished with one, there was another one waiting. It really felt like men were lining up to have a go. My lucky girl made a lot of money that day, lol. It was really cool. And it got me thinking. Is it all possible to script this mod to implement this? Instead of sending out one single request, get a client, finish, and then send out another single request, Maybe its possible to to send one request, a client approaches and while you are "servicing" then another request is sent and so on and this gets lets say up to five or six guys waiting in line to take turns. You have to modify the timeout function so that NPC's in line don't lose interest though, lol. Just a thought, but it was really cool to watch. 

 

That's it. Really cool mod man. Thanks.

Posted
1 hour ago, maxsteiner said:

I quick note to the author: When I get a "Off duty approach" and the NPC as me "how much whore?" You know, when you're out of town but still under contract, and I say something like "that's 500" I never get any gold. The NPC just say " here you are" but no gold. Oh no! Just a little heads up.

 

Anyway, I got a little suggestion. I was running this mod alongside Radiant Prostitution mod the other day and something quite cool happen. As both mods sends request for NPC's to approach and solicidate the player, the effect was that was while my very happy char was "servicing" one client, the other mod sends another NPC my way and I soon as I was finished with one, there was another one waiting. It really felt like men were lining up to have a go. My lucky girl made a lot of money that day, lol. It was really cool. And it got me thinking. Is it all possible to script this mod to implement this? Instead of sending out one single request, get a client, finish, and then send out another single request, Maybe its possible to to send one request, a client approaches and while you are "servicing" then another request is sent and so on and this gets lets say up to five or six guys waiting in line to take turns. You have to modify the timeout function so that NPC's in line don't lose interest though, lol. Just a thought, but it was really cool to watch. 

 

That's it. Really cool mod man. Thanks.

 

That would add to the effect for sure.

 

I've been brainstorming for a bit now about a sex queueing system - mostly I need something that manages train runs for public rape and execution, so that the primary punishment script doesn't have to concern itself with the state of a train run. With the right implementation this could allow the normal approaches to queue up as well, maybe with a % chance that an actor that sees the player getting fucked will get in line.

 

I have a few ideas where to start with that, but I think, to make it fit into the mod cleanly, it'll take some effort. Right now I have only a handful of things to do before v1.1 is ready for upload, and then I suspect it'll be the first thing I work on for the next version.

Posted
5 hours ago, Visio Diaboli said:

 

That would add to the effect for sure.

 

I've been brainstorming for a bit now about a sex queueing system - mostly I need something that manages train runs for public rape and execution, so that the primary punishment script doesn't have to concern itself with the state of a train run. With the right implementation this could allow the normal approaches to queue up as well, maybe with a % chance that an actor that sees the player getting fucked will get in line.

 

I have a few ideas where to start with that, but I think, to make it fit into the mod cleanly, it'll take some effort. Right now I have only a handful of things to do before v1.1 is ready for upload, and then I suspect it'll be the first thing I work on for the next version.

do you go for a queue with single sex partners at once or multiple sex ? `because if you dont go for multiple sex i have to use another mod for that.  there is only one mod who does it, as far as i know, and that is cursed loot. cursed loot also has the quese for rape with up to 25 clients.

 

You re right with the waiting line in general.  Because if you have to fuck the client a second time, because otherwise he wont pay,  the next client aaproaches, if approching time in mcm is zero. that second client breaks the scene with the first one.

the approaching time of five minutes is quite long with timescale 5, like 20 minutes in normale gametime. thats why i use 0.  Radiant prostitution has this repeated sex too and the next approaches too, but he waits until it is his turn. no problem in rp.

 

i have another question. if pc goes for money, and instead of 7 days she already brings the money at 3rd day, the prostitution time does not go on with the second slider , overtime or so, no. the prostituion time is simply over and she is free again. also, she wont get her part of the money. she has to pay the full amount and get nothing back.

Posted
52 minutes ago, shiagwen said:

do you go for a queue with single sex partners at once or multiple sex ?

I think it'll have a percent chance for multiple and then the scene calling it will determine that, so punishment scenes will have a chance each iteration of the queue to trigger a multiplesome.

 

Multiplesomes are going to take the form of a random event the rest of the time, meaning their probability depends on MCM configuration (higher random event chance, higher threesome/etc event weight, lower weight for all other events will approximate current behavior with the addition of multiplesomes as a part of the approach loop).

 

Currently there's no option for player-initiated, I haven't thought of a way to make it fit cleanly into the dialogue yet.

 

 

58 minutes ago, shiagwen said:

i have another question. if pc goes for money, and instead of 7 days she already brings the money at 3rd day, the prostitution time does not go on with the second slider , overtime or so, no. the prostituion time is simply over and she is free again. also, she wont get her part of the money. she has to pay the full amount and get nothing back

Correct, overtime is not yet implemented for gold mode. If you've configured it to get a percentage back and it's not giving it, that's a bug though.

Posted
3 minutes ago, gianclod said:

does the fame start works with stormcloacks occupated holds that have soldiers instead of guards while progressing with the civil war?

 

I can't 100% confirm it too easily but I think it should. It looks for IsGuardFaction on actors to approach the player for that, which I would assume the soldier-guards are put in

Posted
4 hours ago, gianclod said:

does the fame start works with stormcloacks occupated holds that have soldiers instead of guards while progressing with the civil war?

Yes it should, I just hit this scenario in my test runs

Posted

Progress Report

All of the new stuff is done, but there's still some old stuff that's broken. I have a test run procedure written out, and once the mod succeeds all of the situations in it, it'll be ready. 

 

I've confirmed that about 15% of those situations are working properly and probably another 15% are not, and the rest of the situations I have not tested yet.

 

Version 1.1.0 should be between now and Sunday.

Posted
3 minutes ago, lcewolf said:

@Visio Diaboli I just read everything between September and now.

 

I am very happy to see you working back at your mod. If you need people for testing the permanent mode or else i would be happy to test it :D

I'll probably skip a closed test for this version and just release it as a beta/unstable version. It'll be a new frontier of obscure bugs I bet, but I hope to get most of them in my own tests and then fix whatever else surfaces with the next version.

 

Ideally it should start getting more stable with each future version (after this next one), as opposed to less.

Posted

@Visio DiaboliI role play my charakter as Thane=PW.

 

I configured the mod as following:

Fame: did not change anything, it is a old save, char is lvl 70, fame at 1800+

Duty lasts for 30 days

tattoos as hold symbols

count as clients.

 

Everything went without problems, untill got appointed PW in a seventh hold. With seven holds=seven quests in the Q-Log i get the forcegreet again (Patch with the missing script is installed). First it was in Solitude, now went to to Dawnstar and get the forcegreet here too.

 

Is it possible, that the many aquiring so many holds/quest can bug the mod out or is the problem on my end? (old save, char lvl 70).

 

Thanks for a great mod

 

cheers

Posted
19 minutes ago, monty359 said:

@Visio DiaboliI role play my charakter as Thane=PW.

 

I configured the mod as following:

Fame: did not change anything, it is a old save, char is lvl 70, fame at 1800+

Duty lasts for 30 days

tattoos as hold symbols

count as clients.

 

Everything went without problems, untill got appointed PW in a seventh hold. With seven holds=seven quests in the Q-Log i get the forcegreet again (Patch with the missing script is installed). First it was in Solitude, now went to to Dawnstar and get the forcegreet here too.

 

Is it possible, that the many aquiring so many holds/quest can bug the mod out or is the problem on my end? (old save, char lvl 70).

 

Thanks for a great mod

 

cheers

Not sure what occurred there; it's the same eternal guard greet bug?

 

Could be anything from problems that accumulated over the save, to PW mismanaging variables somewhere. I've never thoroughly stress tested it; the most I've hit is like 3 holds at once, so I'll add it to my test runs and see if anything turns up.

Posted

@Visio Diaboli  I got few idea or concept if you are interrested.

 

 

Without the enforced mode Did you considerate to (If not the whole inventory) take away all the gold the PC have when starting this quest?

If your PC as a lot of money she/he can buy is way out before the first client.

 

It would be interesting if you added that if the PC has 7 days to make its quota that it cannot do it in one day. If so let the thane tell him that the decree lasts another 6 days.

When the PC has made its quota, it should be approached in off duty mode.

 

You could have a percentage that the thane releases her once the quota ends

 

I got few subjection about the reason why Elisif accept the law. (Vedia quest)

 

Spoiler

You wanted to speak to me, Jarl?

 

CA1

1-Indeed I must congratulate you for your desire to be involved in the war effort in such a personal way.

2-Vedia told me how you so kindly offered yourself in service of our city, so I decided to try her suggestion.

 

 

CA2

1- Countess Belenus informed me of the existence of a law that forces a woman to be naked and serve the public interest by taking away her right.

2-I had doubts at first. I am well aware that the situation for war efforts required significant efforts. The law that you both proposed is really drastic but I agree to try it.

3-Since you so kindly volunteered, you will be the first Public Whore of Solitude!

 

 

Vedia afther why

 

Spoiler

CBC

Why did you do this to me?

 

CBD

1-For fun, of course. Nothing's more satisfying than completely ruining some girl's reputation and getting away with it.

2-Nothing pleases me more than to see a commoner like you put back in her place. Naked and humiliate as i love them

3-You will quickly get used to it whether you like it or not.

4-Plus, as part of this arrangement, my city gets Solitude as a trade partner. Such a helpful little instrument you've been!

5-Now don't you have some holes to fill in Public Whore. Go back to work!

 

Vedia after branch 2

Spoiler

CC2

What did you get me into?

 

CC3

1-Oh, it's nothing you can't handle. Dress like a sex slave sell yourself to citizens, and hand over the gold to Thane Salingus like a good pet.

Answer: I don't want to do it!

2-It's funny you seem to think you have a choice. If you are not naked or you refuse your role you will be punished.

3- (She squezze your left nipple) You should thank me for give you a reason to be.

 

PW_DogEventWhat

 

I would suggest that You should have a punitive event with dogs. Once the event done, proposing the dog by his master.

 

After that the answer ( I'll give your dog the reward he deserves. ) would make more sense.

 

Like i said it's only suggestion

Posted

@Visio Diaboli  I got few idea or concept if you are interrested.

 

 

Without the enforced mode Did you considerate to (If not the whole inventory) take away all the gold the PC have when starting this quest?

If your PC as a lot of money she/he can buy is way out before the first client.

 

It would be interesting if you added that if the PC has 7 days to make its quota that it cannot do it in one day. If so let the thane tell him that the decree lasts another 6 days.

When the PC has made its quota, it should be approached in off duty mode.

 

You could have a percentage that the thane releases her once the quota ends

 

I got few subjection about the reason why Elisif accept the law. (Vedia quest)

 

Spoiler

You wanted to speak to me, Jarl?

 

CA1

1-Indeed I must congratulate you for your desire to be involved in the war effort in such a personal way.

2-Vedia told me how you so kindly offered yourself in service of our city, so I decided to try her suggestion.

 

 

CA2

1- Countess Belenus informed me of the existence of a law that forces a woman to be naked and serve the public interest by taking away her right.

2-I had doubts at first. I am well aware that the situation for war efforts required significant efforts. The law that you both proposed is really drastic but I agree to try it.

3-Since you so kindly volunteered, you will be the first Public Whore of Solitude!

 

 

Vedia afther why

 

Spoiler

CBC

Why did you do this to me?

 

CBD

1-For fun, of course. Nothing's more satisfying than completely ruining some girl's reputation and getting away with it.

2-Nothing pleases me more than to see a commoner like you put back in her place. Naked and humiliate as i love them

3-You will quickly get used to it whether you like it or not.

4-Plus, as part of this arrangement, my city gets Solitude as a trade partner. Such a helpful little instrument you've been!

5-Now don't you have some holes to fill in Public Whore. Go back to work!

 

Vedia after branch 2

Spoiler

CC2

What did you get me into?

 

CC3

1-Oh, it's nothing you can't handle. Dress like a sex slave sell yourself to citizens, and hand over the gold to Thane Salingus like a good pet.

Answer: I don't want to do it!

2-It's funny you seem to think you have a choice. If you are not naked or you refuse your role you will be punished.

3- (She squezze your left nipple) You should thank me for give you a reason to be.

 

PW_DogEventWhat

 

I would suggest that You should have a punitive event with dogs. Once the event done, proposing the dog by his master.

 

After that the answer ( I'll give your dog the reward he deserves. ) would make more sense.

 

Like i said it's only suggestion

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
×
×
  • Create New...