Jump to content

Recommended Posts

Posted
4 hours ago, BloodDollMaria said:

I have a question, is a Slaver just a slave trainer?
If you promote a slave to a slaver, they will complain about the crime
Is a slaver different from a slave who trains slaves in HSH?
I would like a slave who trains slaves in HSH if possible.
I will miss being able to do things like Dom's Inspection, posing, etc. with the slaves I promote to slavers.

 

FWIW, I 'rescued' a 'captive follower' NPC created by the Nexus 'Estrus' mod and on asking the freed NPC what sort of person they were etc, they came back with characteristics that allowed me to immediately hire them as a DOM slaver.  So you don't need to think that you're limited to former, or current, PAHE slaves. 

 

And, FWIW, she's busy knocking sense into a slave I took up to Lorius Farm in Musje's Slave Cart, and parked there pending building the Hearthfire home up there, and the rest of the slaves I also took up there, but left in the cart meantime, are assiduously watching her efforts with great admiration  

Posted
1 hour ago, TrollAutokill said:

That's expected. Everything coming from PAHE uses generic voices, those are not always corresponding to the character voice type. DoM is not voiced but if you downloaded the xvasynth voices you will have the correct voices.

Are you referring to this? because that was installed even before I updated. I ask in case there is a second voice pack I need to update/get. If it is this one I will chase my issue up with them. 

 

Posted
1 hour ago, Kharos said:

I have a weird bug (?). I enslaved two bandits (they were cloned), I am at relatively low level (9) and the bandits are lower (1 and 5). For some reason they both have exactly 1000 hit points, and I am not able to find out why. In any case, it's way too much, if I want to play with fighting slaves 1000 hitpoints at that level is "too good"...

 

[Edit] I suspect that it is caused by the code that sets health when the slaves call for help, it looks like health is "normal" directly after enslaving. I am trying to reproduce the issue...

Yes they get a lot of points to avoid being killed by followers. But it should go back to normal after they get calmed.

Posted
26 minutes ago, LordSpud said:

Are you referring to this? because that was installed even before I updated. I ask in case there is a second voice pack I need to update/get. If it is this one I will chase my issue up with them. 

 

You can get the PAHE voicepack also. But it won't solve the wrong voice. Wrong voice type is due to sound file being hardcoded in most PAHE dialogues re-using original sound files.

Posted
29 minutes ago, TrollAutokill said:

Yes they get a lot of points to avoid being killed by followers. But it should go back to normal after they get calmed.

 

I could reproduce the issue. It's ok after cloning, but when they call for help their base hitpoints get set to 1000 when they call for help. This is permanent, though I can fix it with console commands.

Posted
2 hours ago, TrollAutokill said:

You can get the PAHE voicepack also. But it won't solve the wrong voice. Wrong voice type is due to sound file being hardcoded in most PAHE dialogues re-using original sound files.

Well that is a little disappointing, However I really appreciate the help. 

Posted (edited)

Version 2.10.3 is out - WIP. Should work for LE but new features need a plugin update.

 

Reason for update is listed first. The 3 followoing updates are WIP.

- Slaves calling for help/alarm should have their HP reset to normal.

- Slaves may now comment about having an orgasm. Suggestions for more diverse dialogue welcome.

- Slaves may now comment about their rival being punished. Suggestions for more diverse dialogue welcome.

- Dialogue option to order slave not to come before being allowed. Use the "allow orgasm" key to order the slave to come. This is in an early stage, for the moment it gives a bonus to orgasm to all slaves except for those inlove who will refrain from coming before being allowed. Pressing the hotkey gives a message even if the slave is not in the "wait for orgasm" mode. This will be corrected for next version.

Edited by TrollAutokill
Posted
1 hour ago, TrollAutokill said:

Version 2.10.3 is out - WIP. Should work for LE but new features need a plugin update.

 

Reason for update is listed first. The 3 followoing updates are WIP.

- Slaves calling for help/alarm should have their HP reset to normal.

- Slaves may now comment about having an orgasm. Suggestions for more diverse dialogue welcome.

- Slaves may now comment about their rival being punished. Suggestions for more diverse dialogue welcome.

- Dialogue option to order slave not to come before being allowed. Use the "allow orgasm" key to order the slave to come. This is in an early stage, for the moment it gives a bonus to orgasm to all slaves except for those inlove who will refrain from coming before being allowed. Pressing the hotkey gives a message even if the slave is not in the "wait for orgasm" mode. This will be corrected for next version.

 

Looking at the diffs I don't see a fix for the HP issue in the script sources (I took a look to better focus my testing) but I may have a blind moment ?‍♂️.

 

bool Function WillTalkForRival()
	if RandomFloat()*100.0 > PERS_TRAITlive 
		return false ; Shy people will react less
	endif
	if RandomFloat()*100.0 < PERS_TRAITkind
		return false ; Kind people will react less
	endif

	return false
EndFunction

☝️ I did not fully analyze your code, but I noted this fragment while scrolling through the diffs, and it looks suspicious.

Posted
1 hour ago, TrollAutokill said:

Version 2.10.3 is out - WIP. Should work for LE but new features need a plugin update.

 

Reason for update is listed first. The 3 followoing updates are WIP.

- Slaves calling for help/alarm should have their HP reset to normal.

- Slaves may now comment about having an orgasm. Suggestions for more diverse dialogue welcome.

- Slaves may now comment about their rival being punished. Suggestions for more diverse dialogue welcome.

- Dialogue option to order slave not to come before being allowed. Use the "allow orgasm" key to order the slave to come. This is in an early stage, for the moment it gives a bonus to orgasm to all slaves except for those inlove who will refrain from coming before being allowed. Pressing the hotkey gives a message even if the slave is not in the "wait for orgasm" mode. This will be corrected for next version.

Thank you?. sounds very tempting, hopefully somebody will backport the esp soon. I decided to load a save from the day before i ever installed DOM(whih is from beginning of December) because i just had to many things that did not work properly(as i installed it it was 1.75 LE). Hopefully it helps starting the mod in a state where all of it´s features are avaible

for LE as well. Now you get an idea where my over 3k hours playtime come from?

Posted (edited)
2 hours ago, Kharos said:

 

Looking at the diffs I don't see a fix for the HP issue in the script sources (I took a look to better focus my testing) but I may have a blind moment ?‍♂️.

 

bool Function WillTalkForRival()
	if RandomFloat()*100.0 > PERS_TRAITlive 
		return false ; Shy people will react less
	endif
	if RandomFloat()*100.0 < PERS_TRAITkind
		return false ; Kind people will react less
	endif

	return false
EndFunction

☝️ I did not fully analyze your code, but I noted this fragment while scrolling through the diffs, and it looks suspicious.

This part has nothing to do with it. HP are calculated during the combat training update.

 

The fragment is for the chance to comment about rival being punished. With a random check on extraversion and against agreeableness.

Edited by TrollAutokill
Posted (edited)
15 minutes ago, TrollAutokill said:

This part has nothing to do with it. HP are calculated during the combat training update.

 

The fragment is for the chance to comment about rival being punished. With a random check on extraversion and against agreeableness.

 

Sorry, I was not clear enough, my mistake.

 

I realize that it has nothing to do with HP. I called it suspicious because it is returning false in all branches. As I said I did not fully analyze your code but my first instinct as a programmer is that a bug might hide in here? ?

[Edit]
Anyway just something completely unralated that I randomly spotted while looking at the changes, sorry if I am bothering you ?

Edited by Kharos
Posted (edited)
4 minutes ago, Kharos said:

 

Sorry, I was not clear enough, my mistake.

 

I realize that it has nothing to do with HP. I called it suspicious because it is returning false in all branches. As I said I did not fully analyze your code but my first instinct as a programmer is that a bug might hide in here? ?

Yes it should return true in one or the other case. Next version they might give a comment then... ?

Edited by TrollAutokill
Posted (edited)
7 hours ago, TrollAutokill said:

 

- Slaves may now comment about having an orgasm. Suggestions for more diverse dialogue welcome.

 

 

Yeah I notice some new dialogues during "orgasm event". For those making audio addons I suggest using the same vanilla combat moaning sounds for those moments + the speaking voices you create (Aaaaahh! e.g.). A robotic dialogue will be real weird here

Edited by サマエル
Posted (edited)

After starting over with a so to speak clean install of DOM i gladly can report that the ransom feature works like charm form me now, the Workbench for the potions as well, before it was there but i could not interact with it??. I  tried the ransom feature with Camilla(i don´t want her in my harem but in her case i knew it would work), And very thanks to  サマエル  for the backports?

 

 

Edited by kf05
Posted
1 hour ago, kf05 said:

After starting over with a so to speak clean install of DOM i gladly can report that the ransom feature works like charm form me now, the Workbench for the potions as well, before it was there but i could not interact with it??. I  tried the ransom feature with Camilla(i don´t want her in my harem but in her case i knew it would work), And very thanks to  サマエル  for the backports?

always clean instal a mod do not copy over. if on MO you choose replace not merge.

@TrollAutokill the anger changes need more tweaking. you might want to add conditions for example have a loyal they are base if it happens. i dont see why a slave that is 100% in everything would lose 10 anger just cause i changed her jewellery... also would be nice to get a LOS check. having a slave thats on the 2nd floor of a building get mad about me punishing her friend in the basement is a bit EHHHHH.

also i think inlove shoudl be rare and stockholm should be the common one. havin all my slaves fall in love with me for beating and raping them is a bit in far reaching side imo.
the run away is still doing to many checks imo.  i captured a new slave and she ran away 5 times in roughly 5 min.  she woudl run---> beat--->40sec later run again.

Posted (edited)
50 minutes ago, sidfu1 said:

always clean instal a mod do not copy over. if on MO you choose replace not merge

I have several versions of DOM and 4 versions of PAHE and about 5 versions of MNC, 10 or so of ABC and so on still in my LO, not activated of course, It asks you btw if you want to merge or replace a mod if you install one with the same name already present, and i don´t do any of that, i always choose to make a new mod. but thank´s for pointing that out, there are less experienced persons who might?. My problem was more like LE-esp  did not get an update in ages as i installed DOM first, but probably some scripts of SE were already present and fucked something up, i have no idea. it works now, that´s all that matters to me. i´m just finished with Kimli(she is InLove, with Resignation only 21), told Olava i will keep her to finish the quest and NOW decided

Camilla is hot and i want to have her in my harem?.

The only pain in the butt will be getting/training all my Taskmasters/Mistresses again, that took literally weeks last time?

Edited by kf05
Posted

Been testing the unique voicepacks lately. @Jasmine92 They sound pretty great I gotta say, very well done! So far I've tested Vex and Elenwen, Maven and Astrid are coming up next. 

 

@TrollAutokill I notice that sometimes with new captures, asking them what kind of slave they are will have them say they identify with all of the left sided traits in full (excellent trainer, love to pose, etc.), while the specific numbered sheet will show their true values. It seems to correct itself over time somehow though. Jewelry jealousy mechanics seem to work pretty well as far as I can tell, they recognize jewelry items from other mods pretty handily, so that's good. (Earrings, bracelets, etc.)

 

I'll check out the new orgasm mechanics soon, but quick question: does the "order to cum" thing work during sex and/or body inspect, or is it meant to be used with the masturbate command only?

 

In other news: As I often share, here are some screenshots of my latest triumphs, for your collective viewing pleasure. :) (Excuse the blood in some of the images, had a bit of a tough time with some of them.) 

 

Elenwen

Spoiler

Dancing

Spoiler

1157770436_SkyrimSE2022-05-1518-49-38.png.76e8368c515755bed260d62b5323dc57.png

Dancing zoomed out to show the nails + anklet

Spoiler

1045965641_SkyrimSE2022-05-1518-47-31.png.4c57f65757251d2fece8102dde82886b.png

Up close

Spoiler

1251398963_SkyrimSE2022-05-1518-49-51.png.893c6c8f2f1cf45124d85f21894e2121.png

Bowing

Spoiler

210225044_SkyrimSE2022-05-1518-50-41.png.c58d7c05075e0a69ad1f5339387b9158.png

 

Also a quick one of the Thieves Guild, haven't really been excited to use them since I'm using Bijin for them and it replaces body types, so none of my outfits fit properly on them. They are just for decoration pretty much.

Spoiler

1222165209_SkyrimSE2022-05-1518-47-53.png.7e33857031a4869901ba64e9d165bb77.png

Bonus Pic of Eisa Blackthorn (lady outside of Frostmere Crypt with an attitude), my privileged combat slave.

Spoiler

1255834505_SkyrimSE2022-05-1518-48-32.png.9afc02b9789317b0a7f6ba5d4a82493f.png

 

Posted

DoM dialogue stopped working after reloading the save and/or after death. Is this normal? I'm using 2.9.8 DoM and using pahe 8.1.2. I'm using SE.

Posted
2 hours ago, InsanityFactor said:

 

I'll check out the new orgasm mechanics soon, but quick question: does the "order to cum" thing work during sex and/or body inspect, or is it meant to be used with the masturbate command only?

So far it should work with all. It should only allow orgasm if the slave is already aroused or animating (both SL or DoM - that's body inspection mostly).

 

I am not sure it is cleared correctly yet. I need to test it more, since it was not supposed to be released so soon.

Posted
1 hour ago, edtide25 said:

DoM dialogue stopped working after reloading the save and/or after death. Is this normal? I'm using 2.9.8 DoM and using pahe 8.1.2. I'm using SE.

What do you mean with dialogue? Spoken dialogue or the E key?

Posted (edited)
15 minutes ago, TrollAutokill said:

What do you mean with dialogue? Spoken dialogue or the E key?

Yes that shows the colored text while giving the orders to slaves. Everything just stopped working after reloading the save. But it works fine after ordering the slave "You going to stay here for a while", "Time to hit the road, Slave". Its a haggle to start doing this every time I die or reloading the save.

Edited by edtide25
Posted
3 minutes ago, Antiope_Apollonia said:

Was 2.9.8 one of the versions when there was no dialogue for "OK" mood?

That is the other problem I found when I try to enslave unique 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
×
×
  • Create New...