HaseoOfDeath

Engaged Member
Game Developer
Sep 13, 2017
3,446
6,316
755
0.7q
Fixed:
• all bugs reported for 0.7p, I believe
Added:
• additional content for Dee (Donna’s daughter) (540 new images, approx.. 6,500 new lines of code)
• additional post-training and continuing content for Donna (1,895 new images, approx.. 13,000 new lines of code)
• Elsa and Chelsea mutual scenes (4 event scenes if they are both bi-sexual and your girlfriend; 3 event scenes if Elsa is bi-sexual and a Domme and Chelsea is your slavegirl; a recurring scene you can trigger if they are both your slavegirls; 192 new images)
Changed:
• visiting Donna’s husband after she’s a cum slut no longer brings her training to an end
• Donna’s training has been revamped in a few places to improve consistency
Artwork related:
• some Cassandra artwork upgraded and some art added, extending existing scenes (17 new images)
• some Chelsea artwork upgraded
• some Lauren artwork upgraded
• all of Dee’s artwork upgraded and expanded
• all of Donna’s artwork upgraded and expanded
Modding and core system related:
• Dee’s content re-structured to make it easier to add new content for her, including she now has her own script separate from Donna’s
 

altnation

Newbie
Jul 5, 2020
59
91
161
Woo an update now to wait until Semi puts the cheats into this version so I don't need to spend days getting to the new stuff
 
May 30, 2023
67
52
104
I'm not totally sure but looking through the core files with Lauren, I think that unless you use a love potion on her, you automatically get the bad ending.

Granted, I was messing around using the cheat mod to turbo charge a few things, but when I end the training and have high SOS, it triggers the "good ending" dialogue, but then also triggers the bad ending, so you can't contact her. I've fixed this for my own playthrough by commenting out some code, but here is the logic:

Code:
label lauren_end_training:
    # add tags 'no_hypnosis' to lauren ## shouldn't be added back
    if lauren.sos >= 60:
        wt_image lauren.image
        call convert(lauren,"satisfied", False, True) from _call_convert_82
        "Your engagement to train Lauren the Cheater has now ended. You receive an email from her husband."
        husband_lauren "{i}My compliments on your success with Lauren. I can't believe what a change you've made in her attitude.{/i}"
        husband_lauren "{i}It's too early to know whether she's put her cheating ways behind her, but her behavior with me is now exemplary. I need only say a word, and she caters to my every whim.{/i}"
        husband_lauren "{i}I had wondered whether I was doing the right thing in not divorcing her, but the work you've done with her has convinced me I made the right decision.{/i}"
        husband_lauren "{i}As long as I don't hear about her sleeping with other men without my permission, I'll keep her as my wife.{/i}"
        husband_lauren "{i}I'll be leaving positive feedback for you online.{/i}"
    ## now handled in convert('satisfied')
    # if player.reputation < 2:
    #   change player reputation by 1 notify
    if lauren.has_tag('love_potion_used') and lauren.desire > 30:
        "A little while later, you get an email from Lauren."
        lauren.c "{i}I have to see you. I know my training with you is finished, and I'm supposed to be an obedient slut to my husband.  But I can't bear the thought of not seeing you again.{/i}"
        lauren.c "{i}Please contact me as soon as possible.  Yours obediently, ~ Lauren{/i}"
    else:
        call convert(lauren,"unsatisfied", False, True) from _call_convert_83
        wt_image cheater_initial_4
        "Your engagement to train Lauren the Cheater has now ended.  Unfortunately, Lauren never became truly comfortable with being an obedient slut.  She and her husband will have to look for other solutions."
    return
Since the second code block executes regardless of the state of the first (seperate If statements), that implies there is no way to avoid it EXCEPT by satisfying the condition of the above.

I believe these should be chained statements - first checking the SOS > 60, then doing the love potion check, then doing the failure state if neither is satisfied. I haven't fully tested this but an Elif on the love potion might do this. However there could be undesirable secondary implications. I'm not the dev, but anyway, thought I'd mention.
 

Synaxis

Active Member
Sep 29, 2017
504
462
216
UnRen and RPA extract don't work for some reason. The first gives me "Cannot locate python.exe" error and second just closes immediately when opened. Does anyone know how to fix this?
 

left1000

Active Member
Jr. Uploader
Sep 13, 2020
656
292
219
Who are the two anal experts that can help train alexis? I can't seem to figure it out.
 

ubblesnop

Active Member
Sep 1, 2018
681
1,237
350
UnRen and RPA extract don't work for some reason. The first gives me "Cannot locate python.exe" error and second just closes immediately when opened. Does anyone know how to fix this?
Are you using an older version of Unren? It worked fine for me, and the “cannot locate python.exe” error is associated with older versions.
 
  • Like
Reactions: Synaxis

Storm4n

Active Member
Jul 10, 2017
951
421
206
any of the cheat mods that work? also is it me or KingTut mod just removes the neighbor entirely? I remember her visiting, doing dinner, I think she sent the message to which you reply "yes that''s me the trainer" but after that she's supposed to visit and you train her/hypnotize her but never happened, in all my playthroughs
 

The Bloo Man

New Member
Jul 19, 2017
6
15
215
any of the cheat mods that work? also is it me or KingTut mod just removes the neighbor entirely? I remember her visiting, doing dinner, I think she sent the message to which you reply "yes that''s me the trainer" but after that she's supposed to visit and you train her/hypnotize her but never happened, in all my playthroughs
Cheatomatic works, exception being for any of the new content. So it won't have options for any of Donna or Dee's new content or any of the new tags/variables for those. You'll want to grab it from the discord or hypnopics forum for the most up to date version.
 
4.40 star(s) 75 Votes